MCP
@vvalkov1
About MCP
MCP Server
Basic information
Config
No standard config provided
This server doesn't expose a parseable MCP config block in its README. See the repository for install instructions.
RepositoryTools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
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).
More Other MCP servers
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.
Activepieces
activepiecesAI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents
🚀 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,
Inbox Zero AI
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
Comments