بدون توضیح

Lukas Goldschmidt 5db5b8786e Update docs for FastMCP transport 1 ماه پیش
cache eee45cf911 Initial MCP HTTP server cleanup 1 ماه پیش
indicators eee45cf911 Initial MCP HTTP server cleanup 1 ماه پیش
providers eee45cf911 Initial MCP HTTP server cleanup 1 ماه پیش
services eee45cf911 Initial MCP HTTP server cleanup 1 ماه پیش
.gitignore eee45cf911 Initial MCP HTTP server cleanup 1 ماه پیش
PROJECT.md 5db5b8786e Update docs for FastMCP transport 1 ماه پیش
README.md 5db5b8786e Update docs for FastMCP transport 1 ماه پیش
config.py eee45cf911 Initial MCP HTTP server cleanup 1 ماه پیش
errors.py eee45cf911 Initial MCP HTTP server cleanup 1 ماه پیش
killserver.sh eee45cf911 Initial MCP HTTP server cleanup 1 ماه پیش
main.py eee45cf911 Initial MCP HTTP server cleanup 1 ماه پیش
mcp_tools.py 5db5b8786e Update docs for FastMCP transport 1 ماه پیش
requirements.txt eee45cf911 Initial MCP HTTP server cleanup 1 ماه پیش
restart.sh eee45cf911 Initial MCP HTTP server cleanup 1 ماه پیش
run.sh 5db5b8786e Update docs for FastMCP transport 1 ماه پیش
server.py eee45cf911 Initial MCP HTTP server cleanup 1 ماه پیش
server_fastmcp.py 5db5b8786e Update docs for FastMCP transport 1 ماه پیش
tests.py 5db5b8786e Update docs for FastMCP transport 1 ماه پیش
tests.sh eee45cf911 Initial MCP HTTP server cleanup 1 ماه پیش

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