Crypto MCP is a comprehensive Model Context Protocol server providing 61+ tools for cryptocurrency analysis, trading, and market intelligence. Built with modern web technologies and AI integration.
Live cryptocurrency prices, market data, and technical indicators from CoinGecko and Binance APIs.
Full Bitget futures trading support with account management, order execution, and position tracking.
Integrated OpenRouter AI assistant with access to all tools for intelligent market analysis.
🌐 No Configuration Required
This is a hosted service. Simply use the MCP endpoint below - no environment variables or local setup needed.
Get these from Bitget API settings
Free versions work with rate limits
Add this configuration to your Claude Desktop config file:
{
"mcpServers": {
"crypto-mcp": {
"command": "node",
"args": [
"/absolute/path/to/crypto-mcp/enhanced-local-mcp-server.js"
],
"env": {
"BITGET_API_KEY": "your_api_key_here",
"BITGET_API_SECRET": "your_secret_here",
"BITGET_PASSPHRASE": "your_passphrase_here"
}
}
}
}
Config Locations:
• macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
• Windows: %APPDATA%\Claude\claude_desktop_config.json
• Linux: ~/.config/Claude/claude_desktop_config.json
MCP Server URL: https://crypto-6ierws6lm-fr3k-ais-projects.vercel.app/api/
Protocol: HTTP
Tools Available: 61+ crypto analysis and trading tools
Authentication: Optional (API keys for trading features)
Headers (if using API keys):
X-BITGET-API-KEY: your_api_key
X-BITGET-SECRET: your_secret
X-BITGET-PASSPHRASE: your_passphrase
# List available tools
curl -X POST https://crypto-4znwz1hg1-fr3k-ais-projects.vercel.app/api/mcp/list-tools
# Call a tool
curl -X POST https://crypto-4znwz1hg1-fr3k-ais-projects.vercel.app/api/mcp/call-tool \
-H "Content-Type: application/json" \
-d '{
"name": "getCryptoPrice",
"arguments": {"symbol": "bitcoin"}
}'
| Endpoint | Method | Description |
|---|---|---|
/api/mcp/list-tools |
GET | List all available tools |
/api/mcp/call-tool |
POST | Execute a specific tool |
/api/health |
GET | Health check endpoint |
/chat-working.html |
GET | Main dashboard interface |
getCryptoPrice - Real-time pricesgetMarketData - Market statisticsgetCoinInfo - Coin detailsget_wallet_balance - Account balanceplace_exchange_order - Order executionget_exchange_positions - Position trackingrsi - Relative Strength Indexmacd - MACD signalsbollinger_bands - Volatility bandsget_fear_greed_index - Market sentimentget_crypto_news - Latest newssearch_web - Web searchComprehensive reference for all 61+ available tools with parameters and examples.
💡 Pro Tip: Use the "🎓 Complete Walkthrough" feature on the main dashboard for an interactive tour of all tools with live examples and parameter explanations.
# Get Bitcoin price
curl -X POST /api/mcp/call-tool \
-H "Content-Type: application/json" \
-d '{"name": "getCryptoPrice", "arguments": {"symbol": "bitcoin"}}'
# Response
{
"bitcoin": {
"usd": 43250.50,
"usd_24h_change": 2.5
}
}
# Calculate RSI for Bitcoin
curl -X POST /api/mcp/call-tool \
-H "Content-Type: application/json" \
-d '{
"name": "rsi",
"arguments": {
"symbol": "BTCUSDT",
"interval": "1h",
"period": 14
}
}'
# Response
{
"rsi": 65.23,
"signal": "neutral",
"timestamp": "2024-01-15T10:30:00Z"
}
# Get account balance
curl -X POST /api/mcp/call-tool \
-H "Content-Type: application/json" \
-d '{"name": "get_wallet_balance", "arguments": {}}'
# Place market order
curl -X POST /api/mcp/call-tool \
-H "Content-Type: application/json" \
-d '{
"name": "place_exchange_order",
"arguments": {
"symbol": "BTCUSDT",
"side": "buy",
"amount": 0.001,
"type": "market"
}
}'
This error occurs when trading tools are called without proper API credentials.
Solution: Configure your Bitget API keys using the "🔑 Configure API Keys" button or set environment variables.
API calls are being made too frequently.
Solution: The system has built-in rate limiting. Wait a few seconds and try again.
Claude Desktop not recognizing the MCP server.
Solution: Check file paths, restart Claude Desktop, verify JSON syntax in config file.
Complete step-by-step guide to create and configure your Bitget API keys for futures trading.
API Key:
bg_xxxxxxxxxxxxxxxxxx
Secret Key:
xxxxxxxxxxxxxxxxxxxxxxxxxxx
Passphrase:
your_custom_passphrase
Bitget API Key: bg_xxxxxxxxxxxxxxxxxx
Bitget Secret: xxxxxxxxxxxxxxxxxxxxxxxxxxx
Bitget Passphrase: your_custom_passphrase
After setting up your API keys, test these features:
Current Version
v2.1.0
Last Updated
2024-01-15
Tools Available
61+ tools
Crypto MCP - Comprehensive cryptocurrency analysis and trading platform
Built with Model Context Protocol • Powered by AI • Real-time market data