PCM

by rand-tech
Verified

test-proxy-connection

Validate the proxy connection to a specified exchange using the PCM MCP server, ensuring proper integration for analysis tasks within IDA Pro.

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" }
ID: ma2f8iji6w