Simsar MCP
Provides real-time cryptocurrency market data and technical indicators, including prices, candles, funding rates, open interest, and long/short ratios from Binance.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Simsar MCPWhat's the Fear and Greed Index right now?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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-mcpRelated MCP server: GearTrade MCP Server
Website
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_trimaMomentum:
get_rsi,get_macd,get_stochastic,get_mom,get_roc,get_cci,get_willr,get_ultosc,get_trix,get_ppo,get_apo,get_cmoTrend:
get_adx,get_dx,get_plus_di,get_minus_di,get_adxr,get_aroon,get_aroonosc,get_sarVolume:
get_obv,get_mfi,get_ad,get_adoscVolatility:
get_atr,get_natr,get_trange,get_bollinger_bandsOther:
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
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/miratcan/simsar-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server