Simsar MCP
Enables AI assistants to access comprehensive cryptocurrency market analysis, including real-time prices, 35+ technical indicators, market sentiment, futures data, and economic events.
README
Simsar MCP
Give your AI the eyes of a trader.
MCP server that provides cryptocurrency market data and technical indicators to AI assistants like Claude.
Installation
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"simsar": {
"command": "uvx",
"args": ["--from", "git+https://github.com/miratcan/simsar-mcp", "simsar-mcp"]
}
}
}
Claude Code
claude mcp add simsar -- uvx --from git+https://github.com/miratcan/simsar-mcp simsar-mcp
Website
https://simsar.trade
Features
- 48 tools for market analysis
- Real-time price and candle data
- 35+ technical indicators (RSI, MACD, Bollinger Bands, etc.)
- Market sentiment (Fear & Greed, funding rates)
- Futures data (open interest, long/short ratios)
- News (crypto, forex, general)
- Economic calendar (FOMC, CPI, NFP)
Example Prompts
- "What's the RSI for Bitcoin on 4h timeframe?"
- "Show me ETH funding rate"
- "When is the next FOMC meeting?"
- "Get latest crypto news"
- "What are top traders doing on BTC?"
- "Is the market fearful or greedy right now?"
Tools
Price & Candles
get_price- Current priceget_candles- OHLCV candlestick data
Technical Indicators
- Moving Averages:
get_sma,get_ema,get_wma,get_dema,get_tema,get_kama,get_t3,get_trima - Momentum:
get_rsi,get_macd,get_stochastic,get_mom,get_roc,get_cci,get_willr,get_ultosc,get_trix,get_ppo,get_apo,get_cmo - Trend:
get_adx,get_dx,get_plus_di,get_minus_di,get_adxr,get_aroon,get_aroonosc,get_sar - Volume:
get_obv,get_mfi,get_ad,get_adosc - Volatility:
get_atr,get_natr,get_trange,get_bollinger_bands - Other:
get_stochrsi,get_bop
Sentiment
get_fear_greed- Crypto Fear & Greed Indexget_funding_rates- Binance Futures funding rates
Futures
get_open_interest- Open interestget_long_short_ratio- Long/short account ratioget_top_trader_ratio- Top trader positions
News & Calendar
get_news- Market newsget_economic_calendar- Upcoming FOMC, CPI, NFPget_next_events- Next economic events
License
MIT
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.