Skip to main content
Glama

CCXT MCP Server

test-proxy-connection

Verify proxy connectivity for a specific cryptocurrency exchange, ensuring reliable integration with the CCXT MCP Server for seamless API interactions.

Instructions

Test the proxy connection with a specified exchange

Input Schema

NameRequiredDescriptionDefault
exchangeYesExchange ID to test connection with (e.g., binance)

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "exchange": { "description": "Exchange ID to test connection with (e.g., binance)", "type": "string" } }, "required": [ "exchange" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/doggybee/mcp-server-ccxt'

If you have feedback or need assistance with the MCP directory API, please join our Discord server