loading…
Search for a command to run...
loading…
Crypto Tracker AI - MCP server providing AI-powered tools and automation by MEOK AI Labs
Crypto Tracker AI - MCP server providing AI-powered tools and automation by MEOK AI Labs
MCP server for crypto tracker ai mcp operations
Crypto Tracker Ai MCP provides AI-powered tools via the Model Context Protocol (MCP).
| Tool | Description |
|---|---|
track_price |
Get the current price, 24h change, and market cap for a cryptocurrency symbol (e |
compare_cryptos |
Compare multiple cryptocurrencies side by side. Provide comma-separated symbols |
calculate_portfolio |
Calculate total portfolio value from holdings. Provide as 'BTC:0.5,ETH:10,SOL:10 |
get_market_cap |
Get the top cryptocurrencies ranked by market capitalisation. Returns up to top_ |
pip install meok-crypto-tracker-ai-mcp
Add to your Claude Desktop MCP config (claude_desktop_config.json):
{
"mcpServers": {
"crypto-tracker-ai": {
"command": "python",
"args": ["-m", "meok_crypto_tracker_ai_mcp.server"]
}
}
}
from mcp.server.fastmcp import FastMCP
# This server exposes 4 tool(s) via MCP
# See server.py for full implementation
MIT © MEOK AI Labs
Добавь это в claude_desktop_config.json и перезапусти Claude Desktop.
{
"mcpServers": {
"crypto-tracker-ai-mcp": {
"command": "npx",
"args": []
}
}
}