Crypto Intel Mcp
@cstamigo-droid
关于 Crypto Intel Mcp
暂无概览
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"crypto-intel-mcp": {
"command": "python",
"args": [
"-m",
"crypto_intel_mcp"
],
"cwd": "C:/path/to/crypto-intel-mcp"
}
}
}工具
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.
概览
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.
金融与商务 分类下的更多 MCP 服务器
Binance MCP Server 🚀
AnalyticAceUnofficial tools and server implementation for Binance's Model Context Protocol (MCP). Designed to support developers building crypto trading AI Agents.
Crypto Fear & Greed Index MCP Server
kukapayProviding real-time and historical Crypto Fear & Greed Index data
Yahoo Finance MCP Server
Alex2Yang97This is a Model Context Protocol (MCP) server that provides comprehensive financial data from Yahoo Finance. It allows you to retrieve detailed information about stocks, including historical prices, company information, financial statements, options data, and market news.
Polygon.io MCP Server
polygon-ioAn MCP server for Massive.com Financial Market Data
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.
评论