Harsharma2026/Python-MCP-Server
If you are the rightful owner of Python-MCP-Server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.
The MCP Crypto Server is a Python-based server designed to fetch real-time and historical cryptocurrency market data from major exchanges using the ccxt library. It includes tools for data fetching, error handling, caching, and testing.
Tools
Functions exposed to the LLM to take actions
fetch_ticker
Fetches the current ticker data for a given symbol from a specified exchange.
fetch_order_book
Fetches the order book for a given symbol from a specified exchange with a limit on the number of entries.
fetch_historical
Fetches historical OHLCV data for a given symbol from a specified exchange, with options for timeframe and date range.
subscribe_ticker
Subscribes to real-time ticker updates for a given symbol from a specified exchange at a specified interval.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client