kukapay/crypto-indicators-mcp
An MCP server providing a range of cryptocurrency technical analysis indicators and strategies.
Platform-specific configuration:
{
"mcpServers": {
"crypto-indicators-mcp": {
"command": "npx",
"args": [
"-y",
"crypto-indicators-mcp"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
An MCP server providing a range of cryptocurrency technical analysis indicators and strategies, empowering AI trading agents to efficiently analyze market trends and develop robust quantitative strategies.
For more crypto-related MCP servers, see the Kukapay MCP servers.
[](https://opensource.org/licenses/MIT) [](https://nodejs.org/)
-1 (SELL), 0 (HOLD), 1 (BUY).ccxt-supported exchange. git clone https://github.com/kukapay/crypto-indicators-mcp.git
cd crypto-indicators-mcp npm installTo use this server with an MCP client like Claude Desktop, add the following to your config file (or equivalent):
{
"mcpServers": {
"crypto-indicators-mcp": {
"command": "node",
"args": ["path/to/crypto-indicators-mcp/index.js"],
"env": {
"EXCHANGE_NAME": "binance"
}
}
}
} calculate_absolute_price_oscillator: Measures the difference between two EMAs to identify trend strength (APO).calculate_aroon: Identifies trend changes and strength using high/low priceLoading reviews...