Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Nayshins/mcp-server-ccxt
/ functions
Functions
8 in github.com/Nayshins/mcp-server-ccxt
⨍
Functions
8
◇
Types & classes
0
↓ 6 callers
Function
get_exchange_schema
Get the JSON schema for exchange selection.
src/server.py:59
↓ 2 callers
Function
format_ticker
Format ticker data into a readable string.
src/server.py:44
↓ 2 callers
Function
main
Run the server using stdin/stdout streams.
src/server.py:377
↓ 1 callers
Function
format_ohlcv_data
Format OHLCV data into a readable string with price changes.
src/server.py:69
↓ 1 callers
Function
get_exchange
Get or create an exchange instance.
src/server.py:31
Function
handle_call_tool
Handle tool execution requests.
src/server.py:224
Function
handle_list_tools
List available cryptocurrency tools.
src/server.py:101
Function
run_server
Wrapper to run the async main function
src/server.py:394