Skip to main content
Glama

CCXT MCP Server

set-proxy-config

Configure and manage proxy settings for cryptocurrency exchange integrations. Enable or disable proxies, specify URLs, and optionally set credentials to streamline exchange connections.

Instructions

Configure proxy settings for all exchanges

Input Schema

NameRequiredDescriptionDefault
clearCacheNoClear exchange cache to apply changes immediately
enabledYesEnable or disable proxy
passwordNoProxy password (optional)
urlYesProxy URL (e.g., http://proxy-server:port)
usernameNoProxy username (optional)

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "clearCache": { "default": true, "description": "Clear exchange cache to apply changes immediately", "type": "boolean" }, "enabled": { "description": "Enable or disable proxy", "type": "boolean" }, "password": { "description": "Proxy password (optional)", "type": "string" }, "url": { "description": "Proxy URL (e.g., http://proxy-server:port)", "type": "string" }, "username": { "description": "Proxy username (optional)", "type": "string" } }, "required": [ "enabled", "url" ], "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