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.
「金融とコマース」の他のコンテンツ
Financial Datasets MCP Server
financial-datasetsAn MCP server for interacting with the Financial Datasets stock market API.
Futu Stock MCP Server
shuizhengqi1mcp server for futuniuniu stock
Edwin
edwin-financeEmpowering AI agents to dominate DeFAI
MetaTrader 5 MCP Server
QoyyuumA Model Context Protocol (MCP) server for interacting with the MetaTrader 5 trading platform. This server provides AI assistants with tools and resources to access market data, perform trading operations, and analyze trading history.
中国股票数据
elsejj这是一个为大模型提供 A 股数据的的 MCP(Model Content Protocol) 服务。
コメント