
CoinMarketCap MCP Server
Connect FlowHunt and your AI agents to real-time cryptocurrency market data from CoinMarketCap using the CoinMarketCap MCP Server. Enable robust crypto price tr...
AI-ready MCP server delivering 50+ crypto trading indicators and strategies, seamlessly integrated for automated analysis and decision-making across multiple exchanges.
The Crypto Indicators MCP Server is a Model Context Protocol (MCP) server designed to provide a comprehensive suite of cryptocurrency technical analysis indicators and trading strategies. It empowers AI trading agents and developers by furnishing real-time access to over 50 trend, momentum, volatility, and volume indicators, as well as corresponding algorithmic strategies that output actionable trading signals (BUY, HOLD, SELL). The server is modular and can be configured to work with Binance by default or any exchange supported by the ccxt
library, offering flexibility to adapt to different data sources. Its integration with MCP enables seamless enhancement of AI-powered trading workflows, facilitating tasks such as automated market analysis, backtesting strategies, and generating insights for algorithmic trading systems.
No explicit prompt templates are mentioned in the repository.
No explicit MCP resources are described in the repository documentation.
ccxt
-supported exchange allows developers to quickly adapt their tools to different trading platforms without rewriting data integration logic.git clone https://github.com/kukapay/crypto-indicators-mcp.git
cd crypto-indicators-mcp
npm install
{
"mcpServers": {
"crypto-indicators-mcp": {
"command": "node",
"args": ["path/to/crypto-indicators-mcp/index.js"],
"env": {
"EXCHANGE_NAME": "binance"
}
}
}
}
git clone https://github.com/kukapay/crypto-indicators-mcp.git
cd crypto-indicators-mcp
npm install
{
"mcpServers": {
"crypto-indicators-mcp": {
"command": "node",
"args": ["path/to/crypto-indicators-mcp/index.js"],
"env": {
"EXCHANGE_NAME": "binance"
}
}
}
}
git clone https://github.com/kukapay/crypto-indicators-mcp.git
cd crypto-indicators-mcp
npm install
{
"mcpServers": {
"crypto-indicators-mcp": {
"command": "node",
"args": ["path/to/crypto-indicators-mcp/index.js"],
"env": {
"EXCHANGE_NAME": "binance"
}
}
}
}
git clone https://github.com/kukapay/crypto-indicators-mcp.git
cd crypto-indicators-mcp
npm install
{
"mcpServers": {
"crypto-indicators-mcp": {
"command": "node",
"args": ["path/to/crypto-indicators-mcp/index.js"],
"env": {
"EXCHANGE_NAME": "binance"
}
}
}
}
If you need to use API keys for your exchange, set them as environment variables in your MCP server config:
{
"mcpServers": {
"crypto-indicators-mcp": {
"command": "node",
"args": ["path/to/crypto-indicators-mcp/index.js"],
"env": {
"EXCHANGE_NAME": "binance",
"API_KEY": "${API_KEY}",
"API_SECRET": "${API_SECRET}"
}
}
}
}
Note: Replace
"${API_KEY}"
and"${API_SECRET}"
with references to your environment variables, not raw key values, for security.
Using MCP in FlowHunt
To integrate MCP servers into your FlowHunt workflow, start by adding the MCP component to your flow and connecting it to your AI agent:
Click on the MCP component to open the configuration panel. In the system MCP configuration section, insert your MCP server details using this JSON format:
{
"crypto-indicators-mcp": {
"transport": "streamable_http",
"url": "https://yourmcpserver.example/pathtothemcp/url"
}
}
Once configured, the AI agent is now able to use this MCP as a tool with access to all its functions and capabilities. Remember to change “crypto-indicators-mcp” to whatever the actual name of your MCP server is and replace the URL with your own MCP server URL.
Section | Availability | Details/Notes |
---|---|---|
Overview | ✅ | |
List of Prompts | ⛔ | No prompt templates found |
List of Resources | ⛔ | No explicit MCP resources in the repo |
List of Tools | ✅ | Trend indicators (see above) |
Securing API Keys | ✅ | Example configuration with env vars |
Sampling Support (less important in evaluation) | ⛔ | Not documented |
Based on the available information, the Crypto Indicators MCP Server is well-documented for core setup and tool exposure, but lacks prompt templates and explicit resource descriptions. It is clearly useful for AI trading agents and quantitative research, but does not provide insight into roots or sampling support. Overall, it is a strong, focused MCP server for its domain.
Has a LICENSE | ✅ (MIT) |
---|---|
Has at least one tool | ✅ |
Number of Forks | 17 |
Number of Stars | 41 |
It is a Model Context Protocol server providing 50+ technical analysis indicators and trading strategies for cryptocurrencies. It enables AI agents and developers to access real-time signals for automated trading, backtesting, and decision support.
By default, it supports Binance, but it can connect to any crypto exchange supported by the ccxt library, allowing broad compatibility.
A comprehensive set including trend (e.g., EMA, MACD, Parabolic SAR), momentum, volatility, and volume indicators, plus actionable strategies that output BUY, HOLD, or SELL signals.
Set API keys as environment variables in your MCP server configuration. Use variable references, not raw values, to prevent accidental exposure.
Yes! Add the MCP component to your FlowHunt workflow, configure the server, and your AI agent will have instant access to all indicators and strategies.
Empower your AI trading agents with real-time crypto indicators, actionable signals, and seamless integration. Start building smarter trading flows now!
Connect FlowHunt and your AI agents to real-time cryptocurrency market data from CoinMarketCap using the CoinMarketCap MCP Server. Enable robust crypto price tr...
cryptopanic-mcp-server is an MCP server that delivers real-time cryptocurrency news to AI assistants and agents, leveraging the CryptoPanic API. It empowers AI ...
The Crypto Sentiment MCP Server integrates real-time and historical cryptocurrency sentiment analysis into AI agents, leveraging Santiment's social and news dat...