Crypto Intel Mcp

by cstamigo-droid

375 downloads
Not rated
GitHub

Description

# crypto-intel-mcp ![crypto-intel-mcp - coin analysis demo](docs/demo.png) **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-intel-mcp - coin analysis demo](docs/demo.png) **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

- 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:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name Crypto Intel Mcp
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. 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-intel-mcp - coin analysis demo

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.

```

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.