Crypto Intel Mcp
Description
# crypto-intel-mcp  **Crypto market intelligence for any LLM, over the [Model Context Protocol](https://modelcontextprotocol.io).** Gives any MCP client (Claude Desktop, Claude Code, agents) clean tools for crypto price…
About
# crypto-intel-mcp  **Crypto market intelligence for any LLM, over the [Model Context Protocol](https://modelcontextprotocol.io).** Gives any MCP client (Claude Desktop, Claude Code, agents) clean tools for crypto price, momentum, and what's trending — and blends…
Details
- Author
- cstamigo-droid
- Downloads
- 375
- Categories
- Finance
Jump to
- Blends price, momentum, and trending into a single scored verdict (crypto_analyze)
- Live price, 24h change, rank, volume, ATH distance (crypto_get_quote)
- Multi‑timeframe momentum scored into a directional signal (crypto_momentum)
- Displays coins currently being searched most (crypto_trending)
- Returns Markdown by default, JSON on demand (response_format="json")
- Fails gracefully: missing sources return “no data”, never fabricated values
- Short per‑source TTL cache to avoid hammering rate‑limited endpoints
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
Crypto Intel McpCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
Clone the repository, create a Python virtual environment, install dependencies with pip install -r requirements.txt, and run python -m crypto_intel_mcp to start the server over stdio. For Claude Desktop, add the server configuration to claude_desktop_config.json. A smoke test script (python tests/test_smoke.py bitcoin) validates the live API responses.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"crypto intel mcp": {
"crypto-intel-mcp": {
"command": "python",
"args": [
"-m",
"crypto_intel_mcp"
],
"cwd": "C:/path/to/crypto-intel-mcp"
}
}
}
}
McpServers
{
"crypto-intel-mcp": {
"command": "python",
"args": [
"-m",
"crypto_intel_mcp"
],
"cwd": "C:/path/to/crypto-intel-mcp"
}
}
crypto-intel-mcp

Crypto market intelligence for any LLM, over the Model Context Protocol.
Gives any MCP client (Claude Desktop, Claude Code, agents) clean tools for crypto
price, momentum, and what's trending — and blends them into a single scored
verdict. Runs entirely on CoinGecko's free public API (no key), fails
gracefully (a missing source returns "no data", never a fabricated value), and
outputs Markdown by default or JSON on demand.
```
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.
