
Crypto Indicators MCP
Integrate FlowHunt with the Crypto Indicators MCP Server to enable AI-driven cryptocurrency technical analysis, real-time signal generation, and automated tradi...

AI-ready MCP server delivering 50+ crypto trading indicators and strategies, seamlessly integrated for automated analysis and decision-making across multiple exchanges.
FlowHunt provides an additional security layer between your internal systems and AI tools, giving you granular control over which tools are accessible from your MCP servers. MCP servers hosted in our infrastructure can be seamlessly integrated with FlowHunt's chatbot as well as popular AI platforms like ChatGPT, Claude, and various AI editors.
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 |
Empower your AI trading agents with real-time crypto indicators, actionable signals, and seamless integration. Start building smarter trading flows now!

Integrate FlowHunt with the Crypto Indicators MCP Server to enable AI-driven cryptocurrency technical analysis, real-time signal generation, and automated tradi...

The Coin MCP Server bridges AI-powered applications and CoinMarketCap, providing real-time cryptocurrency listings, quotes, and detailed coin information for re...

The Crypto Sentiment MCP Server integrates real-time and historical cryptocurrency sentiment analysis into AI agents, leveraging Santiment's social and news dat...
Cookie Consent
We use cookies to enhance your browsing experience and analyze our traffic. See our privacy policy.