Python-based-MCP-server

PiyushGupta-45/Python-based-MCP-server

3.2

If you are the rightful owner of Python-based-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.

A Python-based Model Context Protocol (MCP) server for retrieving real-time and historical cryptocurrency market data from major exchanges using CCXT.

Tools

Functions exposed to the LLM to take actions

get_ticker

Get real-time ticker data for a trading pair.

get_ohlcv

Get historical OHLCV (candlestick) data.

get_orderbook

Get order book (bids and asks) for a trading pair.

get_trades

Get recent trades for a trading pair.

get_markets

Get all available trading pairs for an exchange.

get_supported_exchanges

Get list of supported exchanges.

Prompts

Interactive templates invoked by user choice

No prompts

Resources

Contextual data attached and managed by the client

No resources