Crypto Intel Mcp
@cstamigo-droid
About Crypto Intel Mcp
No overview available yet
Basic information
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.
More Finance & Commerce MCP servers
Crypto Sentiment MCP Server
kukapayAn MCP server that delivers cryptocurrency sentiment analysis to AI agents.
💹 MCP YFinance Stock Server
Adity-starReal-time stock API with Python, MCP server example, yfinance stock analysis dashboard
Crypto Price & Market Analysis MCP Server
truss44A Model Context Protocol (MCP) server that provides real-time cryptocurrency analysis via CoinCap's API. Enables Claude and other MCP clients to fetch crypto prices, analyze market trends, and track historical data.
Futu Stock MCP Server
shuizhengqi1mcp server for futuniuniu stock
Financial Modeling Prep MCP (Model Context Protocol)
imbenrabiA Model Context Protocol (MCP) implementation for Financial Modeling Prep, enabling AI assistants to access and analyze financial data, stock information, company fundamentals, and market insights.
Comments