|
|
il y a 1 mois | |
|---|---|---|
| cache | il y a 1 mois | |
| indicators | il y a 1 mois | |
| providers | il y a 1 mois | |
| services | il y a 1 mois | |
| .gitignore | il y a 1 mois | |
| PROJECT.md | il y a 1 mois | |
| README.md | il y a 1 mois | |
| config.py | il y a 1 mois | |
| errors.py | il y a 1 mois | |
| killserver.sh | il y a 1 mois | |
| main.py | il y a 1 mois | |
| mcp_tools.py | il y a 1 mois | |
| requirements.txt | il y a 1 mois | |
| restart.sh | il y a 1 mois | |
| run.sh | il y a 1 mois | |
| server.py | il y a 1 mois | |
| tests.py | il y a 1 mois | |
| tests.sh | il y a 1 mois |
A small MCP-first server for crypto market data and technical indicators.
POST /mcpGET /GET /healthNo SSE, no event stream, no extra REST API surface.
pip install -r requirements.txt
./run.sh
Default URL:
http://127.0.0.1:8505/mcp
initializetools/listtools/callget_priceget_ohlcvget_indicatorget_market_snapshotget_top_movers./tests.sh
crypto-mcp/
├── main.py
├── mcp_tools.py
├── cache/
├── indicators/
├── providers/
├── services/
├── config.py
├── errors.py
├── run.sh
├── killserver.sh
├── restart.sh
├── tests.py
└── tests.sh