MCP
@vvalkov1
MCP について
MCP Server
基本情報
設定
ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is MCP?
MCP is a Model Context Protocol server that provides a tool to determine whether the price of a given crypto asset is in a trending or ranging regime on the 1-hour chart, using both price data and technical analysis (TA) indicators. It is designed for developers and traders integrating crypto market analysis into MCP-compatible clients.
How to use MCP?
Configure the server by setting environment variables (COINMARKETCAP_API_KEY, TAAPI_API_KEY, ANTHROPIC_API_KEY, RUN_HTTP_SERVER) in a .env file. Run it via Docker (docker compose up --build) or NPM (npm run build && npm run start). For HTTP mode (Cursor/VSC), the server listens on port 3100 with URL http://localhost:3100/mcp. For Claude Desktop, set RUN_HTTP_SERVER to false and use the Docker configuration in claude_desktop_config.json.
Key features of MCP
- Detects trending or ranging regimes on 1-hour charts
- Uses price data and technical analysis indicators
- Configurable via environment variables
- Supports both HTTP and stdio transport modes
- Runs via Docker or NPM for easy setup
Use cases of MCP
- Analyze crypto assets for automated trading strategies
- Integrate regime detection into MCP-enabled IDEs like Cursor or VSC
- Enhance Claude Desktop with real-time crypto market insights
- Support backtesting by classifying market conditions
FAQ from MCP
What API keys are required?
You need COINMARKETCAP_API_KEY from coinmarketcap.com, TAAPI_API_KEY from taapi.io, and ANTHROPIC_API_KEY from Anthropic.
How do I run MCP in HTTP mode vs stdio mode?
Set RUN_HTTP_SERVER to true for HTTP mode (port 3100, used with Cursor/VSC) or false for stdio mode (used with Claude Desktop).
Where does the price and TA data come from?
Price data is fetched from CoinMarketCap, and technical analysis indicators are obtained from TAAPI.io.
What transport protocols does MCP support?
It supports both HTTP (via a local server) and standard input/output (stdio) for Claude Desktop.
Can I use MCP without Docker?
Yes, you can build and run it with NPM (npm run build && npm run start).
「その他」の他のコンテンツ
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
AutoBrowser MCP
autobrowser-aiBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
Maestro
mobile-dev-incPainless E2E Automation for Mobile and Web
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,

EverArt
modelcontextprotocolModel Context Protocol Servers
コメント