Crypto Intel Mcp
@cstamigo-droid
About Crypto Intel Mcp
No overview available yet
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"crypto-intel-mcp": {
"command": "python",
"args": [
"-m",
"crypto_intel_mcp"
],
"cwd": "C:/path/to/crypto-intel-mcp"
}
}
}Tools
4**Hero tool.** Blends momentum + trending + market tide into one scored verdict (RISK-ON → AVOID).
Live price, 24h change, market-cap rank, volume, distance from ATH.
Multi-timeframe momentum (24h/7d/30d) scored into one directional signal.
The coins the market is searching for most right now.
Overview
What is Crypto Intel Mcp?
Crypto Intel Mcp provides live crypto market intelligence to any MCP-compatible client (Claude Desktop, Claude Code, agents) over the Model Context Protocol. It uses CoinGecko’s free public API (no key required) to deliver price quotes, multi‑timeframe momentum scores, trending coins, and a composite analysis – all as Markdown (default) or JSON.
How to use Crypto Intel Mcp?
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.
Key features of Crypto Intel Mcp
- 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
Use cases of Crypto Intel Mcp
- Ask an LLM to analyze a coin’s market sentiment before making a decision
- Monitor trending coins and combine with momentum to spot short‑term opportunities
- Build automated assistants that query live crypto data without an API key
- Integrate crypto intelligence into workflows like Claude Desktop or code agents
FAQ from Crypto Intel Mcp
Does Crypto Intel Mcp require an API key?
No. It uses CoinGecko’s free public API with no key required.
What data sources does it use?
All tools pull data from CoinGecko’s public API. The data may be delayed or incomplete; the server does not fabricate missing values.
How is the server transported?
The server runs over stdio. No network transport or authentication is needed; configuration is done via the MCP client’s JSON config.
What are the runtime dependencies?
Python 3 and the packages listed in requirements.txt. No .env file is required.
What are known limitations?
Data comes from a free third‑party API and may be delayed or incomplete. The server is intended for research and educational use only.
Frequently asked questions
Does Crypto Intel Mcp require an API key?
No. It uses CoinGecko’s free public API with no key required.
What data sources does it use?
All tools pull data from CoinGecko’s public API. The data may be delayed or incomplete; the server does not fabricate missing values.
How is the server transported?
The server runs over stdio. No network transport or authentication is needed; configuration is done via the MCP client’s JSON config.
What are the runtime dependencies?
Python 3 and the packages listed in `requirements.txt`. No `.env` file is required.
What are known limitations?
Data comes from a free third‑party API and may be delayed or incomplete. The server is intended for research and educational use only.
Basic information
More Finance & Commerce MCP servers
Boba MCP
Able-labs-xyzBoba CLI - The bridge between agents and decentralized trading.
Defeatbeta Api
defeat-betaAn open-source alternative to Yahoo Finance's market data APIs with higher reliability.
Financial Datasets MCP Server
financial-datasetsAn MCP server for interacting with the Financial Datasets stock market API.

Savi Tools
Savi Gurus AI Innovation LabsAsk your AI assistant about your Savi Tools business: invoices, expenses, mileage, contacts, projects, taxes, and more. Read-only and OAuth-secured — your assistant sees only your own data at getsavitools.com, and you
₿itcoin & Lightning Network MCP Server
AbdelStarkBitcoin & Lightning Network MCP Server.
Comments