No Description

Lukas Goldschmidt 4fa40e5ba3 Dockerize crypto-mcp with uvicorn 1 month ago
cache eee45cf911 Initial MCP HTTP server cleanup 1 month ago
indicators eee45cf911 Initial MCP HTTP server cleanup 1 month ago
providers eee45cf911 Initial MCP HTTP server cleanup 1 month ago
services eee45cf911 Initial MCP HTTP server cleanup 1 month ago
.gitignore eee45cf911 Initial MCP HTTP server cleanup 1 month ago
Dockerfile 4fa40e5ba3 Dockerize crypto-mcp with uvicorn 1 month ago
PROJECT.md 5db5b8786e Update docs for FastMCP transport 1 month ago
README.md 5db5b8786e Update docs for FastMCP transport 1 month ago
config.py eee45cf911 Initial MCP HTTP server cleanup 1 month ago
errors.py eee45cf911 Initial MCP HTTP server cleanup 1 month ago
killserver.sh eee45cf911 Initial MCP HTTP server cleanup 1 month ago
main.py eee45cf911 Initial MCP HTTP server cleanup 1 month ago
mcp_tools.py 5db5b8786e Update docs for FastMCP transport 1 month ago
requirements.txt eee45cf911 Initial MCP HTTP server cleanup 1 month ago
restart.sh eee45cf911 Initial MCP HTTP server cleanup 1 month ago
run.sh 5db5b8786e Update docs for FastMCP transport 1 month ago
server.py eee45cf911 Initial MCP HTTP server cleanup 1 month ago
server_fastmcp.py 5db5b8786e Update docs for FastMCP transport 1 month ago
tests.py 5db5b8786e Update docs for FastMCP transport 1 month ago
tests.sh eee45cf911 Initial MCP HTTP server cleanup 1 month ago

README.md

Crypto MCP Server

FastMCP-based crypto tools server.

Transport (compliance-first)

  • MCP SSE transport mounted at /mcp
  • SSE stream endpoint: /mcp/sse
  • message endpoint handled by FastMCP under /mcp/messages/
  • no legacy /rpc compatibility path

Runtime

pip install -r requirements.txt
./run.sh

Default URL base: http://127.0.0.1:8505

Tools

  • get_price
  • get_ohlcv
  • get_indicator
  • get_market_snapshot
  • get_top_movers

Health

  • GET /
  • GET /health

Tests

./tests.sh