Everything your AI needs to read the crypto market.
Prices, indicators, sentiment, news — one MCP server, zero config.
No signup. No API keys. No tracking.
Get started in 30 seconds
Claude and ChatGPT are blind to live markets. Ask them Bitcoin's price — they'll guess, apologize, or give you yesterday's data.
You could write Python scripts, wrestle with exchange APIs, handle auth and rate limits... or you could just install Simsar.
All 2000+ Binance trading pairs. OHLCV candles from 1m to 1w.
RSI, MACD, EMA, SMA, Bollinger Bands, ATR, Stochastic, and more.
Fear & Greed Index, funding rates, open interest, long/short ratios.
Crypto news, forex updates, FOMC dates, CPI releases.
claude mcp add simsar -- uvx --from git+https://github.com/miratcan/simsar-mcp simsar-mcp
That's it. Your AI can now see the market.
Add to claude_desktop_config.json:
{
"mcpServers": {
"simsar": {
"command": "uvx",
"args": ["--from", "git+https://github.com/miratcan/simsar-mcp", "simsar-mcp"]
}
}
}
Add to .cursor/mcp.json:
{
"mcpServers": {
"simsar": {
"command": "uvx",
"args": ["--from", "git+https://github.com/miratcan/simsar-mcp", "simsar-mcp"]
}
}
}
I got tired of writing the same data-fetching code every time I wanted my AI to analyze a chart. So I packaged it into an MCP server and made it public.
Simsar is free, open source, and independent — not affiliated with any exchange.
Star on GitHub