cc_central_signal
ActiveTool of Central Command — x402 Trading Intelligence
Universal Signal Router: Unified signal ingestion endpoint that normalizes symbols from any exchange format (Binance, Bybit, TradingView) to executable format and routes to execution. Price: $0.01 USDC.
Parameters schema
{
"type": "object",
"required": [
"symbol",
"side",
"size"
],
"properties": {
"side": {
"type": "string",
"description": "buy or sell"
},
"size": {
"type": "number",
"description": "size"
},
"symbol": {
"type": "string",
"description": "Any format: BTCUSDT, BTC/USDT, BTC-USDT"
},
"leverage": {
"type": "number",
"description": "leverage"
}
},
"additionalProperties": true
}Parent server
Central Command — x402 Trading Intelligence
https://github.com/tlefko/central-command
1/7 registries