================== /// MCP /// /// CRY /// ================== [server:online] [protocol:ready]
crypto-indicators-mcp
by kukapay
An MCP server that exposes 50+ cryptocurrency technical-analysis indicators and related trading strategies over the Model Context Protocol (MCP).
58
24
SpecializedInstallation
Prerequisites:
• Node.js ≥ 18 and npm ≥ 9
• Git
Steps:
1. Clone the repo
git clone https://github.com/kukapay/crypto-indicators-mcp.git
cd crypto-indicators-mcp
2. Install dependencies
npm install
3. Configure environment
• Copy the sample env file (if present)
• Edit .env with your desired PORT (default 3000) and any exchange credentials if you plan to call live-price adapters (e.g. BINANCE_API_KEY, BINANCE_SECRET).
cp .env.example .env
4. Build (if the project uses TypeScript)
npm run build
# or simply skip when plain JS
5. Start the MCP server
npm start
# the server listens on http://localhost:3000 by default
6. (Optional) Run tests
npm test
Documentation
License: MIT License
Updated 7/30/2025