Overview
what is MCP?
MCP is a server tool designed to analyze the price trends of crypto assets, determining whether they are in a trending or ranging regime on a 1-hour chart using price data and technical analysis indicators.
how to use MCP?
To use MCP, set the environment variable RUN_HTTP_SERVER to true and run the project using Docker or NPM. The server will be accessible at http://localhost:3100/mcp.
key features of MCP?
- Analyzes crypto asset price trends
- Utilizes technical analysis indicators
- Supports both Docker and NPM for setup
use cases of MCP?
- Identifying trading opportunities in crypto markets
- Monitoring price movements of specific crypto assets
- Assisting traders in making informed decisions based on technical analysis
FAQ from MCP?
- What environment variables do I need to set?
You need to set COINMARKETCAP_API_KEY, TAAPI_API_KEY, ANTHROPIC_API_KEY, and RUN_HTTP_SERVER in your .env file.
- Can I run MCP without Docker?
Yes, you can run MCP using NPM by following the provided setup instructions.