# Central Command — x402 Trading Intelligence (remote · rtcelwjnrbmfmrywacky.supabase.co)

Crypto trading intelligence MCP — 34+ endpoints, x402 pay-per-use, AI agent strategy & execution

- Trust score: 64/100 (medium)
- Change this week: +4
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-03

## Components

- remote · `rtcelwjnrbmfmrywacky.supabase.co`: 64/100 (this document), [markdown](https://verifymcp.io/servers/tlefko-central-command/functions-v1-mcp.md), [page](https://verifymcp.io/servers/tlefko-central-command/functions-v1-mcp)

## Channel facts

- Endpoint: `https://rtcelwjnrbmfmrywacky.supabase.co/functions/v1/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `1.0.3`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-03.

- **Endpoint Security**: 63/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - Authorisation check failed: no authorisation is required to call this server, and it exposes a tool marked destructive (cc.agent_strategy).
  - HTTPS is enforced; there's no plaintext access path.
  - The HSTS (Strict-Transport-Security) header is present.
  - DNSSEC check failed: this domain isn't protected by DNSSEC.
- **Transport & Reachability**: 100/100
  - Verified streamable-http transport via a live MCP handshake.
- **Schema Quality & AI Usability**: 65/100
  - 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).
  - AI-judged instruction clarity (good).
  - Context-footprint check failed: tool/resource definitions use about 11537 tokens (~311/item across 37 items; 33 tools + 4 resources), over budget; trim descriptions and params.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 27/100
  - Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 100% of tool parameters carry a description.
  - Structured output schemas are declared (100% of tools); any adoption earns full credit.
- **Capabilities**: 40/100
  - Spec-recency check failed: implements MCP spec 2025-03-26; the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add --transport http tlefko-central-command https://rtcelwjnrbmfmrywacky.supabase.co/functions/v1/mcp
```

### Codex

```toml
[mcp_servers.tlefko-central-command]
url = "https://rtcelwjnrbmfmrywacky.supabase.co/functions/v1/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "tlefko-central-command": {
      "type": "remote",
      "url": "https://rtcelwjnrbmfmrywacky.supabase.co/functions/v1/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add tlefko-central-command --url https://rtcelwjnrbmfmrywacky.supabase.co/functions/v1/mcp --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  tlefko-central-command:
    url: "https://rtcelwjnrbmfmrywacky.supabase.co/functions/v1/mcp"
```

### Other

```json
{
  "mcpServers": {
    "tlefko-central-command": {
      "type": "http",
      "url": "https://rtcelwjnrbmfmrywacky.supabase.co/functions/v1/mcp"
    }
  }
}
```

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-02 (score 64, +1)

No change was recorded against any check on this day. Stability & Change Management went from 20 to 23. That category is still filling its 30-day observation window: 6 days of observed history at the previous scan, 7 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-07-31 (score 63, +1)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-30 (score 62, +1)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-28 (score 61, +1)

No change was recorded against any check on this day. Stability & Change Management went from 3 to 7. That category is still filling its 30-day observation window: 1 days of observed history at the previous scan, 2 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-07-27 (score 60, +1)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-26 (score 59)

First indexed and scored.

## MCP tools (33)

### `cc.list_catalog` (~144 tokens)

List Catalog

List Central Command x402 catalog endpoints (names, prices, parameters, tiers). Purpose: discover which cc.* tools exist and what they cost before calling them. Behavior: READ-ONLY. Does not place orders or charge per-endpoint fees by itself (catalog fetch). Auth: optional X-Api-Key (same catalog is public); payment not required for listing. Cost: free to list. Individual endpoint calls are billed separately when invoked. Rate limit: gateway default. Returns: JSON envelope { ok, endpoint, status, data: { endpoints: [...] } }. Guidelines: Call this first. Then invoke cc.<slug> with required params. Admin-only tools are omitted.

Output parameters:

- `data` (object): Full catalog payload from /x402-gateway/catalog.
- `endpoint` (string): Always list_catalog.
- `error` (string)
- `ok` (boolean): True when catalog fetch succeeded.
- `status` (number): HTTP status of catalog fetch.

### `cc.agent_strategy` (~519 tokens)

Agent Strategy Console

Run the Central Command agent console (strategy lifecycle + account actions). Purpose: guide/whoami, create/update strategies, backtest, deploy STOPPED, paper execute, and (explicitly) live orders. Behavior: READ + WRITE. Deploy without execute does NOT move money. Live place_order/close_position/cancel_order require confirm_live=true. Default force_paper=true. Auth: X-Api-Key (linked Connect keys preferred — free). Do not spoof X-Linked-User-Id. Cost: linked Connect keys free; otherwise prepaid / x402 per catalog price for agent-strategy. Rate limit: plan default. Returns: JSON envelope { ok, endpoint, status, data: { ok, guide|whoami|created|deployed|... } }. Guidelines: Start with action=guide then whoami. Prefer paper. Never invent outbound-proxy failures — report real HTTP status/body.

Input parameters:

- `__x_payment` (string): Optional x402 payment proof (same as X-PAYMENT header) when retrying after 402. Optional.
- `action` (string, required): Required intent. Safe/read: guide, whoami, strategies, get_strategy, portfolio, positions, orders, balance, results, logs, get_backtest. Write (no live money): create_strategy, update_strategy, deplo…
- `body` (object): Full JSON body merge/override for advanced fields. Optional.
- `confirm_live` (boolean): Must be true to place/cancel LIVE exchange orders. Never set unless the human explicitly confirmed. Optional.
- `force_paper` (boolean): When true (recommended default), execute paths stay on paper. Optional.
- `goal` (string): Natural-language strategy goal / rules. Optional.
- `id` (string): Strategy id for get/update/deploy/execute/backtest. Optional.
- `settings` (object): For update_strategy: { strategy_config: {max_leverage, max_risk_per_trade_pct, max_concurrent_positions, asset_universe, ...}, capital_config, check_interval_minutes, trading_permissions }. Hot-edita…
- `task_type` (string): Task classification for create_strategy. Prefer "paper". Optional.
- `title` (string): Strategy title when creating/updating. Optional.

Output parameters:

- `billing` (object): Optional payment / cost metadata when present.
- `data` (object): Parsed JSON body from the endpoint (shape varies by slug).
- `endpoint` (string): Catalog slug that was invoked (e.g. funding-rates).
- `error` (string): Error message when ok is false.
- `ok` (boolean): True when the gateway HTTP status is 2xx.
- `status` (number): Upstream HTTP status from x402-gateway.

### `cc.squirrel_chat` (~435 tokens)

AI Trading Chat

Call cc.squirrel_chat — Full AI trading assistant with real-time market data, position analysis, chart drawing commands, and multi-tool execution. Supports 60+ data actions including candles, funding rates, open interest, liquidations, order book, and more. Returns structured analysis with optional chart annotations. Purpose: Full AI trading assistant with real-time market data, position analysis, chart drawing commands, and multi-tool execution. Supports 60+ data actions including candles, funding rates, open interest, liquidations, order book, and more. Returns structured analysis with optional chart annotations. Behavior: READ-ONLY. Does not place orders, move funds, or mutate your exchange account. Live / near-real-time data. Auth: X-Api-Key or x402 payment proof (X-PAYMENT / __x_payment). Anonymous unauthenticated calls receive HTTP 402 with payment accepts. Cost: $0.002 USDC per successful call (x402 Base USDC pay-per-use or prepaid X-Api-Key balance). Linked Connect keys are free. This is billing, not a side effect. Rate limit: 10/min (per API key). Tier: premium. Returns: AI response with market analysis, trade suggestions, and optional draw_commands for chart annotations. Token usage included for billing. Guidelines: Pass required parameters exactly; omit unknown fields. On 402, settle payment then retry with X-PAYMENT. Tags: chat, ai, analysis, trading, market-data.

Input parameters:

- `__x_payment` (string): Optional x402 payment proof (same value as X-PAYMENT header). Use when retrying after HTTP 402 if your MCP client cannot set custom headers. Not a business parameter. Optional.
- `conversation_id` (string): Existing conversation UUID for context continuity Optional.
- `message` (string, required): User message / question / instruction Required.
- `positions` (array): Current open positions for context Optional.
- `symbol` (string): Active chart symbol (e.g. BTC-USDT) Optional.
- `timeframe` (string): Active chart timeframe (e.g. 4H) Optional.

Output parameters:

- `billing` (object): Optional payment / cost metadata when present.
- `data` (object): Parsed JSON body from the endpoint (shape varies by slug).
- `endpoint` (string): Catalog slug that was invoked (e.g. funding-rates).
- `error` (string): Error message when ok is false.
- `ok` (boolean): True when the gateway HTTP status is 2xx.
- `status` (number): Upstream HTTP status from x402-gateway.

### `cc.indicator_generator` (~530 tokens)

AI Indicator Creator

Call cc.indicator_generator — AI-powered indicator workshop. Actions: generate (prompt→code), list_library (user saved indicators), get_indicator (by id), delete_indicator, get_draft (poll generation status), save (persist to library). Returns full indicator code, params, and metadata. Purpose: AI-powered indicator workshop. Actions: generate (prompt→code), list_library (user saved indicators), get_indicator (by id), delete_indicator, get_draft (poll generation status), save (persist to library). Returns full indicator code, params, and metadata. Behavior: READ-ONLY. Does not place orders, move funds, or mutate your exchange account. Live / near-real-time data. Auth: X-Api-Key or x402 payment proof (X-PAYMENT / __x_payment). Anonymous unauthenticated calls receive HTTP 402 with payment accepts. Cost: $0.02 USDC per successful call (x402 Base USDC pay-per-use or prepaid X-Api-Key balance). Linked Connect keys are free. This is billing, not a side effect. Rate limit: 10/min (per API key). Tier: premium. Returns: For generation: {success, processing, generation_id}. For list_library: {indicators:[{id, name, description, code, color, is_overlay, params}]}. For get_draft: {draft, status, generation_id}. Guidelines: Pass required parameters exactly; omit unknown fields. On 402, settle payment then retry with X-PAYMENT. Tags: indicator, code-generation, ai, custom, technical-analysis, charting.

Input parameters:

- `__x_payment` (string): Optional x402 payment proof (same value as X-PAYMENT header). Use when retrying after HTTP 402 if your MCP client cannot set custom headers. Not a business parameter. Optional.
- `action` (string): list_library | get_indicator | delete_indicator | get_draft | save. Omit for generation. Optional.
- `history` (array): Conversation history for refinement Optional.
- `indicator_data` (object): Full indicator object to save: {name, description, code, color, is_overlay, params} Optional.
- `indicator_id` (string): UUID of indicator (for get/delete actions) Optional.
- `prompt` (string): Natural language description of indicator to generate (required for generation) Optional.
- `save` (boolean): Set true with indicator_data to persist to library Optional.
- `timeframe` (string): Chart timeframe context (e.g. 4H, 1D) Optional.

Output parameters:

- `billing` (object): Optional payment / cost metadata when present.
- `data` (object): Parsed JSON body from the endpoint (shape varies by slug).
- `endpoint` (string): Catalog slug that was invoked (e.g. funding-rates).
- `error` (string): Error message when ok is false.
- `ok` (boolean): True when the gateway HTTP status is 2xx.
- `status` (number): Upstream HTTP status from x402-gateway.

### `cc.openclaw_chat` (~331 tokens)

OpenClaw Strategy Agent

Call cc.openclaw_chat — Autonomous AI agent specialized in strategy development, backtesting, and continuous market monitoring. Uses indicator libraries, pattern recognition, and instrument specifications. Purpose: Autonomous AI agent specialized in strategy development, backtesting, and continuous market monitoring. Uses indicator libraries, pattern recognition, and instrument specifications. Behavior: conversational AI that CAN place/cancel orders and manage positions when the linked account allows it. Treat as potentially destructive. Confirm intent before asking it to trade live. Auth: X-Api-Key required (and linked exchange credentials for execution actions). Cost: $0.025 USDC per successful call (x402 Base USDC pay-per-use or prepaid X-Api-Key balance). Linked Connect keys are free. This is billing, not a side effect. Rate limit: 10/min (per API key). Tier: enterprise. Returns: Structured AI analysis with computed indicators, detected patterns, strategy recommendations, and task management for autonomous execution. Guidelines: Prefer paper/simulation paths. For live money require explicit human confirmation (confirm_live / action=execute). Report real HTTP errors; never invent proxy failures. Tags: ai, strategy, autonomous, backtesting, patterns, indicators.

Input parameters:

- `__x_payment` (string): Optional x402 payment proof (same value as X-PAYMENT header). Use when retrying after HTTP 402 if your MCP client cannot set custom headers. Not a business parameter. Optional.
- `conversation_id` (string): Parameter `conversation_id` (string). Optional.
- `message` (string, required): Parameter `message` (string). Required.

Output parameters:

- `billing` (object): Optional payment / cost metadata when present.
- `data` (object): Parsed JSON body from the endpoint (shape varies by slug).
- `endpoint` (string): Catalog slug that was invoked (e.g. funding-rates).
- `error` (string): Error message when ok is false.
- `ok` (boolean): True when the gateway HTTP status is 2xx.
- `status` (number): Upstream HTTP status from x402-gateway.

### `cc.squirrel_chat_v2` (~335 tokens)

Autonomous Trading Agent

Call cc.squirrel_chat_v2 — Full AI trading assistant powered by GPT that can analyze markets, compute indicators, fetch live data, place orders, manage positions, and provide strategic advice. Purpose: Full AI trading assistant powered by GPT that can analyze markets, compute indicators, fetch live data, place orders, manage positions, and provide strategic advice. Behavior: conversational AI that CAN place/cancel orders and manage positions when the linked account allows it. Treat as potentially destructive. Confirm intent before asking it to trade live. Auth: X-Api-Key required (and linked exchange credentials for execution actions). Cost: $0.03 USDC per successful call (x402 Base USDC pay-per-use or prepaid X-Api-Key balance). Linked Connect keys are free. This is billing, not a side effect. Rate limit: 10/min (per API key). Tier: enterprise. Returns: Conversational AI response with embedded trade execution, market analysis, indicator computations, and chart drawing commands. Guidelines: Prefer paper/simulation paths. For live money require explicit human confirmation (confirm_live / action=execute). Report real HTTP errors; never invent proxy failures. Tags: ai, agent, autonomous, trading, analysis, execution, conversational.

Input parameters:

- `__x_payment` (string): Optional x402 payment proof (same value as X-PAYMENT header). Use when retrying after HTTP 402 if your MCP client cannot set custom headers. Not a business parameter. Optional.
- `conversation_id` (string): Continue existing conversation Optional.
- `message` (string, required): Natural language message to the AI agent Required.

Output parameters:

- `billing` (object): Optional payment / cost metadata when present.
- `data` (object): Parsed JSON body from the endpoint (shape varies by slug).
- `endpoint` (string): Catalog slug that was invoked (e.g. funding-rates).
- `error` (string): Error message when ok is false.
- `ok` (boolean): True when the gateway HTTP status is 2xx.
- `status` (number): Upstream HTTP status from x402-gateway.

### `cc.trade_builder` (~341 tokens)

AI Trade Constructor

Call cc.trade_builder — Takes natural language or structured trade ideas, fetches live market context, and generates fully executable order parameters with AI reasoning. Purpose: Takes natural language or structured trade ideas, fetches live market context, and generates fully executable order parameters with AI reasoning. Behavior: mostly READ (plan/validate). WRITE/destructive only when action=execute — that can submit live orders. Prefer action=plan first. Auth: X-Api-Key or x402 payment proof (X-PAYMENT / __x_payment). Anonymous unauthenticated calls receive HTTP 402 with payment accepts. Cost: $0.02 USDC per successful call (x402 Base USDC pay-per-use or prepaid X-Api-Key balance). Linked Connect keys are free. This is billing, not a side effect. Rate limit: 10/min (per API key). Tier: premium. Returns: Complete trade specification: symbol, side, size, leverage, entry type, TP levels, SL level, AI reasoning for each parameter. Guidelines: Prefer paper/simulation paths. For live money require explicit human confirmation (confirm_live / action=execute). Report real HTTP errors; never invent proxy failures. Tags: ai, trade-planning, order-generation, risk-management, automation.

Input parameters:

- `__x_payment` (string): Optional x402 payment proof (same value as X-PAYMENT header). Use when retrying after HTTP 402 if your MCP client cannot set custom headers. Not a business parameter. Optional.
- `idea` (string, required): Natural language trade idea or structured params Required.
- `risk_pct` (number): Max risk as % of account Optional.

Output parameters:

- `billing` (object): Optional payment / cost metadata when present.
- `data` (object): Parsed JSON body from the endpoint (shape varies by slug).
- `endpoint` (string): Catalog slug that was invoked (e.g. funding-rates).
- `error` (string): Error message when ok is false.
- `ok` (boolean): True when the gateway HTTP status is 2xx.
- `status` (number): Upstream HTTP status from x402-gateway.

### `cc.twap_executor` (~363 tokens)

TWAP Order Executor

Call cc.twap_executor — Time-Weighted Average Price execution engine — splits large orders into smaller randomized slices over configurable time windows to minimize market impact. Purpose: Time-Weighted Average Price execution engine — splits large orders into smaller randomized slices over configurable time windows to minimize market impact. Behavior: DESTRUCTIVE. Splits and submits real exchange orders over time. Irreversible fills once slices execute. Not a simulation. Auth: X-Api-Key required (and linked exchange credentials for execution actions). Cost: $0.015 USDC per successful call (x402 Base USDC pay-per-use or prepaid X-Api-Key balance). Linked Connect keys are free. This is billing, not a side effect. Rate limit: 10/min (per API key). Tier: premium. Returns: Execution status: filled slices, average fill price, remaining quantity, estimated completion time. Guidelines: Prefer paper/simulation paths. For live money require explicit human confirmation (confirm_live / action=execute). Report real HTTP errors; never invent proxy failures. Tags: execution, twap, smart-order, market-impact, slippage.

Input parameters:

- `__x_payment` (string): Optional x402 payment proof (same value as X-PAYMENT header). Use when retrying after HTTP 402 if your MCP client cannot set custom headers. Not a business parameter. Optional.
- `duration_minutes` (number, required): Parameter `duration_minutes` (number). Required.
- `side` (string, required): Parameter `side` (string). Required.
- `slices` (number): Parameter `slices` (number). Optional.
- `symbol` (string, required): Parameter `symbol` (string). Required.
- `total_size` (number, required): Parameter `total_size` (number). Required.

Output parameters:

- `billing` (object): Optional payment / cost metadata when present.
- `data` (object): Parsed JSON body from the endpoint (shape varies by slug).
- `endpoint` (string): Catalog slug that was invoked (e.g. funding-rates).
- `error` (string): Error message when ok is false.
- `ok` (boolean): True when the gateway HTTP status is 2xx.
- `status` (number): Upstream HTTP status from x402-gateway.

### `cc.blofin_public` (~348 tokens)

BloFin Public Market Data

Call cc.blofin_public — Proxy to BloFin public API (tickers, instruments, orderbook, trades, candles) bypassing CORS restrictions. Purpose: Proxy to BloFin public API (tickers, instruments, orderbook, trades, candles) bypassing CORS restrictions. Behavior: READ-ONLY. Does not place orders, move funds, or mutate your exchange account. Responses may be cached (~60s). Auth: X-Api-Key or x402 payment proof (X-PAYMENT / __x_payment). Anonymous unauthenticated calls receive HTTP 402 with payment accepts. Cost: $0.0005 USDC per successful call (x402 Base USDC pay-per-use or prepaid X-Api-Key balance). Linked Connect keys are free. This is billing, not a side effect. Rate limit: 120/min (per API key). Tier: standard. Returns: Raw BloFin public API response for any public endpoint: real-time tickers, full orderbook depth, recent trades, OHLCV candles. Guidelines: Pass required parameters exactly; omit unknown fields. On 402, settle payment then retry with X-PAYMENT. Tags: blofin, orderbook, tickers, candles, exchange-data.

Input parameters:

- `__x_payment` (string): Optional x402 payment proof (same value as X-PAYMENT header). Use when retrying after HTTP 402 if your MCP client cannot set custom headers. Not a business parameter. Optional.
- `params` (object): Parameter `params` (object). Optional.
- `path` (string, required): BloFin API path e.g. /api/v1/market/tickers Required.

Output parameters:

- `billing` (object): Optional payment / cost metadata when present.
- `data` (object): Parsed JSON body from the endpoint (shape varies by slug).
- `endpoint` (string): Catalog slug that was invoked (e.g. funding-rates).
- `error` (string): Error message when ok is false.
- `ok` (boolean): True when the gateway HTTP status is 2xx.
- `status` (number): Upstream HTTP status from x402-gateway.

### `cc.etf_flows` (~319 tokens)

Bitcoin ETF Flow Tracker

Call cc.etf_flows — Real-time Bitcoin/crypto ETF inflow and outflow data tracking institutional positioning (GBTC, IBIT, FBTC, etc). 60-min cache. Purpose: Real-time Bitcoin/crypto ETF inflow and outflow data tracking institutional positioning (GBTC, IBIT, FBTC, etc). 60-min cache. Behavior: READ-ONLY. Does not place orders, move funds, or mutate your exchange account. Responses may be cached (~3600s). Auth: X-Api-Key or x402 payment proof (X-PAYMENT / __x_payment). Anonymous unauthenticated calls receive HTTP 402 with payment accepts. Cost: $0.002 USDC per successful call (x402 Base USDC pay-per-use or prepaid X-Api-Key balance). Linked Connect keys are free. This is billing, not a side effect. Rate limit: 30/min (per API key). Tier: standard. Returns: Per-ETF daily flow in USD with cumulative totals, showing institutional demand/supply dynamics. Guidelines: Use for research / signal context. Pair with cc.agent_strategy (paper) before any live order. Do not invent fills from this data alone. Tags: etf, institutional, flows, bitcoin, blackrock, grayscale.

Input parameters:

- `__x_payment` (string): Optional x402 payment proof (same value as X-PAYMENT header). Use when retrying after HTTP 402 if your MCP client cannot set custom headers. Not a business parameter. Optional.

Output parameters:

- `billing` (object): Optional payment / cost metadata when present.
- `data` (object): Parsed JSON body from the endpoint (shape varies by slug).
- `endpoint` (string): Catalog slug that was invoked (e.g. funding-rates).
- `error` (string): Error message when ok is false.
- `ok` (boolean): True when the gateway HTTP status is 2xx.
- `status` (number): Upstream HTTP status from x402-gateway.

### `cc.economic_calendar` (~314 tokens)

Macroeconomic Event Calendar

Call cc.economic_calendar — Upcoming high-impact macroeconomic events (CPI, FOMC, NFP, etc.) with forecast vs previous values. 60-min cache. Purpose: Upcoming high-impact macroeconomic events (CPI, FOMC, NFP, etc.) with forecast vs previous values. 60-min cache. Behavior: READ-ONLY. Does not place orders, move funds, or mutate your exchange account. Responses may be cached (~3600s). Auth: X-Api-Key or x402 payment proof (X-PAYMENT / __x_payment). Anonymous unauthenticated calls receive HTTP 402 with payment accepts. Cost: $0.001 USDC per successful call (x402 Base USDC pay-per-use or prepaid X-Api-Key balance). Linked Connect keys are free. This is billing, not a side effect. Rate limit: 60/min (per API key). Tier: standard. Returns: Array of events with dates, countries, impact level, forecast/actual/previous values. Guidelines: Use for research / signal context. Pair with cc.agent_strategy (paper) before any live order. Do not invent fills from this data alone. Tags: macro, calendar, fomc, cpi, nfp, economic.

Input parameters:

- `__x_payment` (string): Optional x402 payment proof (same value as X-PAYMENT header). Use when retrying after HTTP 402 if your MCP client cannot set custom headers. Not a business parameter. Optional.

Output parameters:

- `billing` (object): Optional payment / cost metadata when present.
- `data` (object): Parsed JSON body from the endpoint (shape varies by slug).
- `endpoint` (string): Catalog slug that was invoked (e.g. funding-rates).
- `error` (string): Error message when ok is false.
- `ok` (boolean): True when the gateway HTTP status is 2xx.
- `status` (number): Upstream HTTP status from x402-gateway.

### `cc.cme_gap` (~303 tokens)

CME Futures Gap Detector

Call cc.cme_gap — Detects and tracks CME Bitcoin futures gaps (Friday close vs Monday open) with fill status monitoring. Unique signal. Purpose: Detects and tracks CME Bitcoin futures gaps (Friday close vs Monday open) with fill status monitoring. Unique signal. Behavior: READ-ONLY. Does not place orders, move funds, or mutate your exchange account. Responses may be cached (~1800s). Auth: X-Api-Key or x402 payment proof (X-PAYMENT / __x_payment). Anonymous unauthenticated calls receive HTTP 402 with payment accepts. Cost: $0.002 USDC per successful call (x402 Base USDC pay-per-use or prepaid X-Api-Key balance). Linked Connect keys are free. This is billing, not a side effect. Rate limit: 30/min (per API key). Tier: premium. Returns: Array of detected gaps: direction, size, fill status, and dates. Gaps act as price magnets. Guidelines: Use for research / signal context. Pair with cc.agent_strategy (paper) before any live order. Do not invent fills from this data alone. Tags: cme, gaps, futures, price-magnets, institutional.

Input parameters:

- `__x_payment` (string): Optional x402 payment proof (same value as X-PAYMENT header). Use when retrying after HTTP 402 if your MCP client cannot set custom headers. Not a business parameter. Optional.

Output parameters:

- `billing` (object): Optional payment / cost metadata when present.
- `data` (object): Parsed JSON body from the endpoint (shape varies by slug).
- `endpoint` (string): Catalog slug that was invoked (e.g. funding-rates).
- `error` (string): Error message when ok is false.
- `ok` (boolean): True when the gateway HTTP status is 2xx.
- `status` (number): Upstream HTTP status from x402-gateway.

### `cc.traditional_markets` (~330 tokens)

Traditional Markets Dashboard

Call cc.traditional_markets — Live quotes for S&P 500, Nasdaq, Dow, VIX, Gold, Oil, US Bonds, DXY, and major forex pairs. 15-min cache. Purpose: Live quotes for S&P 500, Nasdaq, Dow, VIX, Gold, Oil, US Bonds, DXY, and major forex pairs. 15-min cache. Behavior: READ-ONLY. Does not place orders, move funds, or mutate your exchange account. Responses may be cached (~900s). Auth: X-Api-Key or x402 payment proof (X-PAYMENT / __x_payment). Anonymous unauthenticated calls receive HTTP 402 with payment accepts. Cost: $0.001 USDC per successful call (x402 Base USDC pay-per-use or prepaid X-Api-Key balance). Linked Connect keys are free. This is billing, not a side effect. Rate limit: 60/min (per API key). Tier: standard. Returns: Multi-category quotes: indices, metals, energy, bonds, forex with price and change percentages. Guidelines: Use for research / signal context. Pair with cc.agent_strategy (paper) before any live order. Do not invent fills from this data alone. Tags: tradfi, spx, nasdaq, gold, dxy, vix, correlation.

Input parameters:

- `__x_payment` (string): Optional x402 payment proof (same value as X-PAYMENT header). Use when retrying after HTTP 402 if your MCP client cannot set custom headers. Not a business parameter. Optional.

Output parameters:

- `billing` (object): Optional payment / cost metadata when present.
- `data` (object): Parsed JSON body from the endpoint (shape varies by slug).
- `endpoint` (string): Catalog slug that was invoked (e.g. funding-rates).
- `error` (string): Error message when ok is false.
- `ok` (boolean): True when the gateway HTTP status is 2xx.
- `status` (number): Upstream HTTP status from x402-gateway.

### `cc.hyperliquid_data` (~299 tokens)

Hyperliquid Whale Intelligence

Call cc.hyperliquid_data — Whale positions and activity alerts from Hyperliquid DEX showing large trader positioning. 30-min cache. Purpose: Whale positions and activity alerts from Hyperliquid DEX showing large trader positioning. 30-min cache. Behavior: READ-ONLY. Does not place orders, move funds, or mutate your exchange account. Responses may be cached (~1800s). Auth: X-Api-Key or x402 payment proof (X-PAYMENT / __x_payment). Anonymous unauthenticated calls receive HTTP 402 with payment accepts. Cost: $0.003 USDC per successful call (x402 Base USDC pay-per-use or prepaid X-Api-Key balance). Linked Connect keys are free. This is billing, not a side effect. Rate limit: 30/min (per API key). Tier: premium. Returns: Large positions (size, entry, PnL, leverage) plus recent whale open/close alerts. Guidelines: Use for research / signal context. Pair with cc.agent_strategy (paper) before any live order. Do not invent fills from this data alone. Tags: whales, hyperliquid, dex, smart-money, positioning.

Input parameters:

- `__x_payment` (string): Optional x402 payment proof (same value as X-PAYMENT header). Use when retrying after HTTP 402 if your MCP client cannot set custom headers. Not a business parameter. Optional.

Output parameters:

- `billing` (object): Optional payment / cost metadata when present.
- `data` (object): Parsed JSON body from the endpoint (shape varies by slug).
- `endpoint` (string): Catalog slug that was invoked (e.g. funding-rates).
- `error` (string): Error message when ok is false.
- `ok` (boolean): True when the gateway HTTP status is 2xx.
- `status` (number): Upstream HTTP status from x402-gateway.

### `cc.market_news` (~301 tokens)

AI-Curated Market News

Call cc.market_news — Aggregated crypto and macro market news from multiple sources with relevance scoring and categorization. Purpose: Aggregated crypto and macro market news from multiple sources with relevance scoring and categorization. Behavior: READ-ONLY. Does not place orders, move funds, or mutate your exchange account. Responses may be cached (~1800s). Auth: X-Api-Key or x402 payment proof (X-PAYMENT / __x_payment). Anonymous unauthenticated calls receive HTTP 402 with payment accepts. Cost: $0.002 USDC per successful call (x402 Base USDC pay-per-use or prepaid X-Api-Key balance). Linked Connect keys are free. This is billing, not a side effect. Rate limit: 30/min (per API key). Tier: standard. Returns: Categorized news articles: title, source, URL, relevance score, AI summary per category. Guidelines: Use for research / signal context. Pair with cc.agent_strategy (paper) before any live order. Do not invent fills from this data alone. Tags: news, sentiment, narrative, catalyst, headlines.

Input parameters:

- `__x_payment` (string): Optional x402 payment proof (same value as X-PAYMENT header). Use when retrying after HTTP 402 if your MCP client cannot set custom headers. Not a business parameter. Optional.
- `category` (string): Filter: btc, eth, sol, macro, all Optional.

Output parameters:

- `billing` (object): Optional payment / cost metadata when present.
- `data` (object): Parsed JSON body from the endpoint (shape varies by slug).
- `endpoint` (string): Catalog slug that was invoked (e.g. funding-rates).
- `error` (string): Error message when ok is false.
- `ok` (boolean): True when the gateway HTTP status is 2xx.
- `status` (number): Upstream HTTP status from x402-gateway.

### `cc.ma_fetch` (~321 tokens)

Moving Average Data

Call cc.ma_fetch — Multi-period moving average values (SMA/EMA at various lengths) via Coinglass with 30-min cache. Purpose: Multi-period moving average values (SMA/EMA at various lengths) via Coinglass with 30-min cache. Behavior: READ-ONLY. Does not place orders, move funds, or mutate your exchange account. Responses may be cached (~1800s). Auth: X-Api-Key or x402 payment proof (X-PAYMENT / __x_payment). Anonymous unauthenticated calls receive HTTP 402 with payment accepts. Cost: $0.001 USDC per successful call (x402 Base USDC pay-per-use or prepaid X-Api-Key balance). Linked Connect keys are free. This is billing, not a side effect. Rate limit: 60/min (per API key). Tier: standard. Returns: MA values at 7, 25, 50, 99, 200 periods across multiple timeframes for trend analysis. Guidelines: Use for research / signal context. Pair with cc.agent_strategy (paper) before any live order. Do not invent fills from this data alone. Tags: moving-averages, trend, sma, ema, technical.

Input parameters:

- `__x_payment` (string): Optional x402 payment proof (same value as X-PAYMENT header). Use when retrying after HTTP 402 if your MCP client cannot set custom headers. Not a business parameter. Optional.
- `symbol` (string, required): Parameter `symbol` (string). Required.

Output parameters:

- `billing` (object): Optional payment / cost metadata when present.
- `data` (object): Parsed JSON body from the endpoint (shape varies by slug).
- `endpoint` (string): Catalog slug that was invoked (e.g. funding-rates).
- `error` (string): Error message when ok is false.
- `ok` (boolean): True when the gateway HTTP status is 2xx.
- `status` (number): Upstream HTTP status from x402-gateway.

### `cc.asset_scanner` (~338 tokens)

Multi-Asset Technical Scanner

Call cc.asset_scanner — Scans 36 major crypto assets across BTC, ETH, SOL, alts, and memes for multi-timeframe technical signals including RSI, MACD, Bollinger Bands, ATR, and composite scores. Purpose: Scans 36 major crypto assets across BTC, ETH, SOL, alts, and memes for multi-timeframe technical signals including RSI, MACD, Bollinger Bands, ATR, and composite scores. Behavior: READ-ONLY. Does not place orders, move funds, or mutate your exchange account. Responses may be cached (~1800s). Auth: X-Api-Key or x402 payment proof (X-PAYMENT / __x_payment). Anonymous unauthenticated calls receive HTTP 402 with payment accepts. Cost: $0.002 USDC per successful call (x402 Base USDC pay-per-use or prepaid X-Api-Key balance). Linked Connect keys are free. This is billing, not a side effect. Rate limit: 60/min (per API key). Tier: standard. Returns: Array of per-symbol objects with indicator values, directional scores, and signal strength ratings. Cached 30 minutes. Guidelines: Use for research / signal context. Pair with cc.agent_strategy (paper) before any live order. Do not invent fills from this data alone. Tags: crypto, technical-analysis, scanner, multi-asset, signals.

Input parameters:

- `__x_payment` (string): Optional x402 payment proof (same value as X-PAYMENT header). Use when retrying after HTTP 402 if your MCP client cannot set custom headers. Not a business parameter. Optional.

Output parameters:

- `billing` (object): Optional payment / cost metadata when present.
- `data` (object): Parsed JSON body from the endpoint (shape varies by slug).
- `endpoint` (string): Catalog slug that was invoked (e.g. funding-rates).
- `error` (string): Error message when ok is false.
- `ok` (boolean): True when the gateway HTTP status is 2xx.
- `status` (number): Upstream HTTP status from x402-gateway.

### `cc.coinglass_data` (~328 tokens)

Aggregated Derivatives Intelligence

Call cc.coinglass_data — Comprehensive Coinglass derivatives data including open interest, liquidations, funding rates, and long/short ratios with 45-min caching and gzip compression. Purpose: Comprehensive Coinglass derivatives data including open interest, liquidations, funding rates, and long/short ratios with 45-min caching and gzip compression. Behavior: READ-ONLY. Does not place orders, move funds, or mutate your exchange account. Responses may be cached (~2700s). Auth: X-Api-Key or x402 payment proof (X-PAYMENT / __x_payment). Anonymous unauthenticated calls receive HTTP 402 with payment accepts. Cost: $0.003 USDC per successful call (x402 Base USDC pay-per-use or prepaid X-Api-Key balance). Linked Connect keys are free. This is billing, not a side effect. Rate limit: 30/min (per API key). Tier: standard. Returns: Normalized market microstructure data across top crypto perpetual futures. Guidelines: Use for research / signal context. Pair with cc.agent_strategy (paper) before any live order. Do not invent fills from this data alone. Tags: derivatives, open-interest, liquidations, funding, coinglass.

Input parameters:

- `__x_payment` (string): Optional x402 payment proof (same value as X-PAYMENT header). Use when retrying after HTTP 402 if your MCP client cannot set custom headers. Not a business parameter. Optional.
- `symbol` (string): Specific symbol to query (default: top 20) Optional.

Output parameters:

- `billing` (object): Optional payment / cost metadata when present.
- `data` (object): Parsed JSON body from the endpoint (shape varies by slug).
- `endpoint` (string): Catalog slug that was invoked (e.g. funding-rates).
- `error` (string): Error message when ok is false.
- `ok` (boolean): True when the gateway HTTP status is 2xx.
- `status` (number): Upstream HTTP status from x402-gateway.

### `cc.coinglass_footprint` (~316 tokens)

Orderflow Footprint Data

Call cc.coinglass_footprint — Fetches footprint/orderflow data showing buy vs sell volume imbalance at each price level. 5-minute cache. Purpose: Fetches footprint/orderflow data showing buy vs sell volume imbalance at each price level. 5-minute cache. Behavior: READ-ONLY. Does not place orders, move funds, or mutate your exchange account. Responses may be cached (~300s). Auth: X-Api-Key or x402 payment proof (X-PAYMENT / __x_payment). Anonymous unauthenticated calls receive HTTP 402 with payment accepts. Cost: $0.005 USDC per successful call (x402 Base USDC pay-per-use or prepaid X-Api-Key balance). Linked Connect keys are free. This is billing, not a side effect. Rate limit: 30/min (per API key). Tier: premium. Returns: Orderflow footprint matrix: buy/sell volume at discrete price levels revealing absorption, exhaustion, and imbalance. Guidelines: Use for research / signal context. Pair with cc.agent_strategy (paper) before any live order. Do not invent fills from this data alone. Tags: orderflow, footprint, volume-profile, microstructure.

Input parameters:

- `__x_payment` (string): Optional x402 payment proof (same value as X-PAYMENT header). Use when retrying after HTTP 402 if your MCP client cannot set custom headers. Not a business parameter. Optional.
- `symbol` (string, required): Trading pair e.g. BTC Required.

Output parameters:

- `billing` (object): Optional payment / cost metadata when present.
- `data` (object): Parsed JSON body from the endpoint (shape varies by slug).
- `endpoint` (string): Catalog slug that was invoked (e.g. funding-rates).
- `error` (string): Error message when ok is false.
- `ok` (boolean): True when the gateway HTTP status is 2xx.
- `status` (number): Upstream HTTP status from x402-gateway.

### `cc.funding_rates` (~305 tokens)

Perpetual Funding Rates

Call cc.funding_rates — Current and predicted perpetual futures funding rates across all major exchanges via Coinglass with 30-min cache. Purpose: Current and predicted perpetual futures funding rates across all major exchanges via Coinglass with 30-min cache. Behavior: READ-ONLY. Does not place orders, move funds, or mutate your exchange account. Responses may be cached (~1800s). Auth: X-Api-Key or x402 payment proof (X-PAYMENT / __x_payment). Anonymous unauthenticated calls receive HTTP 402 with payment accepts. Cost: $0.001 USDC per successful call (x402 Base USDC pay-per-use or prepaid X-Api-Key balance). Linked Connect keys are free. This is billing, not a side effect. Rate limit: 60/min (per API key). Tier: standard. Returns: Per-symbol funding rate data with exchange-level breakdowns and predicted next funding. Guidelines: Use for research / signal context. Pair with cc.agent_strategy (paper) before any live order. Do not invent fills from this data alone. Tags: funding, perpetuals, carry-trade, sentiment.

Input parameters:

- `__x_payment` (string): Optional x402 payment proof (same value as X-PAYMENT header). Use when retrying after HTTP 402 if your MCP client cannot set custom headers. Not a business parameter. Optional.
- `symbol` (string): Specific symbol (default: all major) Optional.

Output parameters:

- `billing` (object): Optional payment / cost metadata when present.
- `data` (object): Parsed JSON body from the endpoint (shape varies by slug).
- `endpoint` (string): Catalog slug that was invoked (e.g. funding-rates).
- `error` (string): Error message when ok is false.
- `ok` (boolean): True when the gateway HTTP status is 2xx.
- `status` (number): Upstream HTTP status from x402-gateway.

### `cc.open_interest` (~313 tokens)

Aggregated Open Interest

Call cc.open_interest — Historical and current aggregated open interest across all major exchanges with 30-min cache. Purpose: Historical and current aggregated open interest across all major exchanges with 30-min cache. Behavior: READ-ONLY. Does not place orders, move funds, or mutate your exchange account. Responses may be cached (~1800s). Auth: X-Api-Key or x402 payment proof (X-PAYMENT / __x_payment). Anonymous unauthenticated calls receive HTTP 402 with payment accepts. Cost: $0.001 USDC per successful call (x402 Base USDC pay-per-use or prepaid X-Api-Key balance). Linked Connect keys are free. This is billing, not a side effect. Rate limit: 60/min (per API key). Tier: standard. Returns: Time-series OI data plus current OI breakdown per exchange for requested symbol. Guidelines: Use for research / signal context. Pair with cc.agent_strategy (paper) before any live order. Do not invent fills from this data alone. Tags: open-interest, derivatives, positioning, leverage.

Input parameters:

- `__x_payment` (string): Optional x402 payment proof (same value as X-PAYMENT header). Use when retrying after HTTP 402 if your MCP client cannot set custom headers. Not a business parameter. Optional.
- `interval` (string): Time interval: 1h, 4h, 1d Optional.
- `symbol` (string, required): Symbol to query e.g. BTC Required.

Output parameters:

- `billing` (object): Optional payment / cost metadata when present.
- `data` (object): Parsed JSON body from the endpoint (shape varies by slug).
- `endpoint` (string): Catalog slug that was invoked (e.g. funding-rates).
- `error` (string): Error message when ok is false.
- `ok` (boolean): True when the gateway HTTP status is 2xx.
- `status` (number): Upstream HTTP status from x402-gateway.

### `cc.long_short_account_ratio` (~306 tokens)

Long/Short Account Ratio

Call cc.long_short_account_ratio — Global long vs short account positioning ratio from Coinglass showing retail sentiment with 60-min cache. Purpose: Global long vs short account positioning ratio from Coinglass showing retail sentiment with 60-min cache. Behavior: READ-ONLY. Does not place orders, move funds, or mutate your exchange account. Responses may be cached (~3600s). Auth: X-Api-Key or x402 payment proof (X-PAYMENT / __x_payment). Anonymous unauthenticated calls receive HTTP 402 with payment accepts. Cost: $0.001 USDC per successful call (x402 Base USDC pay-per-use or prepaid X-Api-Key balance). Linked Connect keys are free. This is billing, not a side effect. Rate limit: 60/min (per API key). Tier: standard. Returns: Time-series of long_percent, short_percent, and ratio showing crowd positioning shifts. Guidelines: Use for research / signal context. Pair with cc.agent_strategy (paper) before any live order. Do not invent fills from this data alone. Tags: sentiment, positioning, retail, long-short, contrarian.

Input parameters:

- `__x_payment` (string): Optional x402 payment proof (same value as X-PAYMENT header). Use when retrying after HTTP 402 if your MCP client cannot set custom headers. Not a business parameter. Optional.
- `symbol` (string, required): Parameter `symbol` (string). Required.

Output parameters:

- `billing` (object): Optional payment / cost metadata when present.
- `data` (object): Parsed JSON body from the endpoint (shape varies by slug).
- `endpoint` (string): Catalog slug that was invoked (e.g. funding-rates).
- `error` (string): Error message when ok is false.
- `ok` (boolean): True when the gateway HTTP status is 2xx.
- `status` (number): Upstream HTTP status from x402-gateway.

### `cc.liquidation_heatmap` (~332 tokens)

Liquidation Heatmap

Call cc.liquidation_heatmap — Liquidation cluster visualization data showing where leveraged positions would be force-closed at each price level. Purpose: Liquidation cluster visualization data showing where leveraged positions would be force-closed at each price level. Behavior: READ-ONLY. Does not place orders, move funds, or mutate your exchange account. Responses may be cached (~1800s). Auth: X-Api-Key or x402 payment proof (X-PAYMENT / __x_payment). Anonymous unauthenticated calls receive HTTP 402 with payment accepts. Cost: $0.005 USDC per successful call (x402 Base USDC pay-per-use or prepaid X-Api-Key balance). Linked Connect keys are free. This is billing, not a side effect. Rate limit: 20/min (per API key). Tier: premium. Returns: 3D matrix: price levels x leverage tiers x liquidation volume. Identifies magnetic price targets. Guidelines: Use for research / signal context. Pair with cc.agent_strategy (paper) before any live order. Do not invent fills from this data alone. Tags: liquidations, heatmap, leverage, magnetic-levels, risk.

Input parameters:

- `__x_payment` (string): Optional x402 payment proof (same value as X-PAYMENT header). Use when retrying after HTTP 402 if your MCP client cannot set custom headers. Not a business parameter. Optional.
- `range` (string): Price range: 5%, 10%, 20% Optional.
- `symbol` (string, required): Parameter `symbol` (string). Required.

Output parameters:

- `billing` (object): Optional payment / cost metadata when present.
- `data` (object): Parsed JSON body from the endpoint (shape varies by slug).
- `endpoint` (string): Catalog slug that was invoked (e.g. funding-rates).
- `error` (string): Error message when ok is false.
- `ok` (boolean): True when the gateway HTTP status is 2xx.
- `status` (number): Upstream HTTP status from x402-gateway.

### `cc.liquidation_max_pain` (~315 tokens)

Max Pain Liquidation Levels

Call cc.liquidation_max_pain — Identifies the exact price levels where maximum liquidation cascades would trigger for both longs and shorts. Purpose: Identifies the exact price levels where maximum liquidation cascades would trigger for both longs and shorts. Behavior: READ-ONLY. Does not place orders, move funds, or mutate your exchange account. Responses may be cached (~1800s). Auth: X-Api-Key or x402 payment proof (X-PAYMENT / __x_payment). Anonymous unauthenticated calls receive HTTP 402 with payment accepts. Cost: $0.003 USDC per successful call (x402 Base USDC pay-per-use or prepaid X-Api-Key balance). Linked Connect keys are free. This is billing, not a side effect. Rate limit: 30/min (per API key). Tier: premium. Returns: Per-symbol: long_max_pain_price, short_max_pain_price, current_price, distance_to_each. Guidelines: Use for research / signal context. Pair with cc.agent_strategy (paper) before any live order. Do not invent fills from this data alone. Tags: liquidations, max-pain, cascade, risk-levels.

Input parameters:

- `__x_payment` (string): Optional x402 payment proof (same value as X-PAYMENT header). Use when retrying after HTTP 402 if your MCP client cannot set custom headers. Not a business parameter. Optional.
- `symbol` (string, required): Parameter `symbol` (string). Required.

Output parameters:

- `billing` (object): Optional payment / cost metadata when present.
- `data` (object): Parsed JSON body from the endpoint (shape varies by slug).
- `endpoint` (string): Catalog slug that was invoked (e.g. funding-rates).
- `error` (string): Error message when ok is false.
- `ok` (boolean): True when the gateway HTTP status is 2xx.
- `status` (number): Upstream HTTP status from x402-gateway.

### `cc.fear_greed` (~313 tokens)

Crypto Fear & Greed Index

Call cc.fear_greed — Crypto market Fear & Greed composite index (0-100) with historical values and trend direction. 30-min cache. Purpose: Crypto market Fear & Greed composite index (0-100) with historical values and trend direction. 30-min cache. Behavior: READ-ONLY. Does not place orders, move funds, or mutate your exchange account. Responses may be cached (~1800s). Auth: X-Api-Key or x402 payment proof (X-PAYMENT / __x_payment). Anonymous unauthenticated calls receive HTTP 402 with payment accepts. Cost: $0.0005 USDC per successful call (x402 Base USDC pay-per-use or prepaid X-Api-Key balance). Linked Connect keys are free. This is billing, not a side effect. Rate limit: 120/min (per API key). Tier: standard. Returns: Current index value (0=extreme fear, 100=extreme greed) plus 7/30/90 day history. Guidelines: Use for research / signal context. Pair with cc.agent_strategy (paper) before any live order. Do not invent fills from this data alone. Tags: sentiment, fear-greed, market-cycle, contrarian.

Input parameters:

- `__x_payment` (string): Optional x402 payment proof (same value as X-PAYMENT header). Use when retrying after HTTP 402 if your MCP client cannot set custom headers. Not a business parameter. Optional.

Output parameters:

- `billing` (object): Optional payment / cost metadata when present.
- `data` (object): Parsed JSON body from the endpoint (shape varies by slug).
- `endpoint` (string): Catalog slug that was invoked (e.g. funding-rates).
- `error` (string): Error message when ok is false.
- `ok` (boolean): True when the gateway HTTP status is 2xx.
- `status` (number): Upstream HTTP status from x402-gateway.

### `cc.central_signal` (~352 tokens)

Universal Signal Router

Call cc.central_signal — Unified signal ingestion endpoint that normalizes symbols from any exchange format (Binance, Bybit, TradingView) to executable format and routes to execution. Purpose: Unified signal ingestion endpoint that normalizes symbols from any exchange format (Binance, Bybit, TradingView) to executable format and routes to execution. Behavior: DESTRUCTIVE. Normalizes the signal and routes toward trade execution for the authenticated account. Can open/close positions. Auth: X-Api-Key required (and linked exchange credentials for execution actions). Cost: $0.01 USDC per successful call (x402 Base USDC pay-per-use or prepaid X-Api-Key balance). Linked Connect keys are free. This is billing, not a side effect. Rate limit: 30/min (per API key). Tier: premium. Returns: Signal confirmation with execution status, order ID, fill price, and routing metadata. Guidelines: Use for research / signal context. Pair with cc.agent_strategy (paper) before any live order. Do not invent fills from this data alone. Tags: signals, execution, routing, tradingview, webhook, automation.

Input parameters:

- `__x_payment` (string): Optional x402 payment proof (same value as X-PAYMENT header). Use when retrying after HTTP 402 if your MCP client cannot set custom headers. Not a business parameter. Optional.
- `leverage` (number): Parameter `leverage` (number). Optional.
- `side` (string, required): buy or sell Required.
- `size` (number, required): Parameter `size` (number). Required.
- `symbol` (string, required): Any format: BTCUSDT, BTC/USDT, BTC-USDT Required.

Output parameters:

- `billing` (object): Optional payment / cost metadata when present.
- `data` (object): Parsed JSON body from the endpoint (shape varies by slug).
- `endpoint` (string): Catalog slug that was invoked (e.g. funding-rates).
- `error` (string): Error message when ok is false.
- `ok` (boolean): True when the gateway HTTP status is 2xx.
- `status` (number): Upstream HTTP status from x402-gateway.

### `cc.external_signal` (~321 tokens)

External Signal Webhook

Call cc.external_signal — Public-facing webhook endpoint for TradingView alerts, custom bots, and third-party signal providers. Normalizes and forwards to execution. Purpose: Public-facing webhook endpoint for TradingView alerts, custom bots, and third-party signal providers. Normalizes and forwards to execution. Behavior: DESTRUCTIVE. Normalizes the signal and routes toward trade execution for the authenticated account. Can open/close positions. Auth: X-Api-Key required (and linked exchange credentials for execution actions). Cost: $0.005 USDC per successful call (x402 Base USDC pay-per-use or prepaid X-Api-Key balance). Linked Connect keys are free. This is billing, not a side effect. Rate limit: 60/min (per API key). Tier: standard. Returns: Proxied execution response: signal received, validated, normalized, and forwarded to trade engine. Guidelines: Use for research / signal context. Pair with cc.agent_strategy (paper) before any live order. Do not invent fills from this data alone. Tags: webhook, tradingview, alerts, automation, signals.

Input parameters:

- `__x_payment` (string): Optional x402 payment proof (same value as X-PAYMENT header). Use when retrying after HTTP 402 if your MCP client cannot set custom headers. Not a business parameter. Optional.
- `action` (string, required): buy, sell, close Required.
- `size` (number): Parameter `size` (number). Optional.
- `symbol` (string, required): Parameter `symbol` (string). Required.

Output parameters:

- `billing` (object): Optional payment / cost metadata when present.
- `data` (object): Parsed JSON body from the endpoint (shape varies by slug).
- `endpoint` (string): Catalog slug that was invoked (e.g. funding-rates).
- `error` (string): Error message when ok is false.
- `ok` (boolean): True when the gateway HTTP status is 2xx.
- `status` (number): Upstream HTTP status from x402-gateway.

### `cc.strategy_data_parser` (~325 tokens)

Strategy Language Parser

Call cc.strategy_data_parser — Parses natural language strategy descriptions into structured executable specifications: timeframes, indicators, patterns, risk parameters, and entry/exit rules. Purpose: Parses natural language strategy descriptions into structured executable specifications: timeframes, indicators, patterns, risk parameters, and entry/exit rules. Behavior: READ-ONLY. Does not place orders, move funds, or mutate your exchange account. Live / near-real-time data. Auth: X-Api-Key or x402 payment proof (X-PAYMENT / __x_payment). Anonymous unauthenticated calls receive HTTP 402 with payment accepts. Cost: $0.01 USDC per successful call (x402 Base USDC pay-per-use or prepaid X-Api-Key balance). Linked Connect keys are free. This is billing, not a side effect. Rate limit: 20/min (per API key). Tier: standard. Returns: Structured strategy object: TimeframeReq[], IndicatorReq[], PatternReq[], RiskParams, entry_conditions, exit_conditions — ready for backtesting or live execution. Guidelines: Compute / parse / backtest only — no live orders. Feed outputs into cc.agent_strategy with force_paper=true to paper-trade. Tags: parser, nlp, strategy, structured-data, automation.

Input parameters:

- `__x_payment` (string): Optional x402 payment proof (same value as X-PAYMENT header). Use when retrying after HTTP 402 if your MCP client cannot set custom headers. Not a business parameter. Optional.
- `description` (string, required): Natural language strategy description Required.

Output parameters:

- `billing` (object): Optional payment / cost metadata when present.
- `data` (object): Parsed JSON body from the endpoint (shape varies by slug).
- `endpoint` (string): Catalog slug that was invoked (e.g. funding-rates).
- `error` (string): Error message when ok is false.
- `ok` (boolean): True when the gateway HTTP status is 2xx.
- `status` (number): Upstream HTTP status from x402-gateway.

### `cc.strategy_backtest` (~393 tokens)

AI Strategy Backtester

Call cc.strategy_backtest — Takes a natural language strategy description, generates executable code, and runs it against historical OHLCV data with full TP/SL/trailing stop simulation. Purpose: Takes a natural language strategy description, generates executable code, and runs it against historical OHLCV data with full TP/SL/trailing stop simulation. Behavior: READ-ONLY. Does not place orders, move funds, or mutate your exchange account. Live / near-real-time data. Auth: X-Api-Key or x402 payment proof (X-PAYMENT / __x_payment). Anonymous unauthenticated calls receive HTTP 402 with payment accepts. Cost: $0.05 USDC per successful call (x402 Base USDC pay-per-use or prepaid X-Api-Key balance). Linked Connect keys are free. This is billing, not a side effect. Rate limit: 5/min (per API key). Tier: premium. Returns: Complete backtest results: total trades, win rate, net PnL, max drawdown, Sharpe ratio, profit factor, and individual trade log with entry/exit details. Guidelines: Compute / parse / backtest only — no live orders. Feed outputs into cc.agent_strategy with force_paper=true to paper-trade. Tags: backtest, strategy, simulation, performance, sharpe, drawdown.

Input parameters:

- `__x_payment` (string): Optional x402 payment proof (same value as X-PAYMENT header). Use when retrying after HTTP 402 if your MCP client cannot set custom headers. Not a business parameter. Optional.
- `days` (number): History lookback (default: 90) Optional.
- `strategy` (string, required): Natural language strategy description Required.
- `symbol` (string, required): Parameter `symbol` (string). Required.
- `timeframe` (string): 1h, 4h, 1d Optional.

Output parameters:

- `billing` (object): Optional payment / cost metadata when present.
- `data` (object): Parsed JSON body from the endpoint (shape varies by slug).
- `endpoint` (string): Catalog slug that was invoked (e.g. funding-rates).
- `error` (string): Error message when ok is false.
- `ok` (boolean): True when the gateway HTTP status is 2xx.
- `status` (number): Upstream HTTP status from x402-gateway.

### `cc.data_tools` (~443 tokens)

Technical Analysis Toolbox

Call cc.data_tools — Comprehensive TA computation engine: 25+ indicators (SMA, EMA, RSI, MACD, ATR, Bollinger, Stochastic, ADX, CCI, Ichimoku, VWAP, Volume Profile, Fibonacci, Pivots, etc.) on any OHLCV data. Purpose: Comprehensive TA computation engine: 25+ indicators (SMA, EMA, RSI, MACD, ATR, Bollinger, Stochastic, ADX, CCI, Ichimoku, VWAP, Volume Profile, Fibonacci, Pivots, etc.) on any OHLCV data. Behavior: READ-ONLY. Does not place orders, move funds, or mutate your exchange account. Live / near-real-time data. Auth: X-Api-Key or x402 payment proof (X-PAYMENT / __x_payment). Anonymous unauthenticated calls receive HTTP 402 with payment accepts. Cost: $0.005 USDC per successful call (x402 Base USDC pay-per-use or prepaid X-Api-Key balance). Linked Connect keys are free. This is billing, not a side effect. Rate limit: 30/min (per API key). Tier: standard. Returns: Full indicator suite output for all requested tools: computed values, signals, divergences, and crossovers at every data point. Guidelines: Compute / parse / backtest only — no live orders. Feed outputs into cc.agent_strategy with force_paper=true to paper-trade. Tags: indicators, technical-analysis, computation, rsi, macd, bollinger, ichimoku, fibonacci.

Input parameters:

- `__x_payment` (string): Optional x402 payment proof (same value as X-PAYMENT header). Use when retrying after HTTP 402 if your MCP client cannot set custom headers. Not a business parameter. Optional.
- `candles` (array): Provide your own OHLCV data instead of fetching Optional.
- `indicators` (array, required): List of indicators to compute Required.
- `symbol` (string, required): Parameter `symbol` (string). Required.
- `timeframe` (string, required): Parameter `timeframe` (string). Required.

Output parameters:

- `billing` (object): Optional payment / cost metadata when present.
- `data` (object): Parsed JSON body from the endpoint (shape varies by slug).
- `endpoint` (string): Catalog slug that was invoked (e.g. funding-rates).
- `error` (string): Error message when ok is false.
- `ok` (boolean): True when the gateway HTTP status is 2xx.
- `status` (number): Upstream HTTP status from x402-gateway.

### `cc.auto_fetch_market_data` (~355 tokens)

Comprehensive Market Context

Call cc.auto_fetch_market_data — All-in-one market intelligence: OHLCV candles + computed indicators + Coinglass OI + news via Tavily. Everything an agent needs in one call. Purpose: All-in-one market intelligence: OHLCV candles + computed indicators + Coinglass OI + news via Tavily. Everything an agent needs in one call. Behavior: READ-ONLY. Does not place orders, move funds, or mutate your exchange account. Responses may be cached (~300s). Auth: X-Api-Key or x402 payment proof (X-PAYMENT / __x_payment). Anonymous unauthenticated calls receive HTTP 402 with payment accepts. Cost: $0.008 USDC per successful call (x402 Base USDC pay-per-use or prepaid X-Api-Key balance). Linked Connect keys are free. This is billing, not a side effect. Rate limit: 15/min (per API key). Tier: premium. Returns: Multi-section response: technical indicators, OHLCV data, market microstructure (OI/funding), and relevant news summaries. Guidelines: Compute / parse / backtest only — no live orders. Feed outputs into cc.agent_strategy with force_paper=true to paper-trade. Tags: comprehensive, market-data, indicators, news, context, all-in-one.

Input parameters:

- `__x_payment` (string): Optional x402 payment proof (same value as X-PAYMENT header). Use when retrying after HTTP 402 if your MCP client cannot set custom headers. Not a business parameter. Optional.
- `symbol` (string, required): Parameter `symbol` (string). Required.
- `timeframe` (string): default: 1h Optional.

Output parameters:

- `billing` (object): Optional payment / cost metadata when present.
- `data` (object): Parsed JSON body from the endpoint (shape varies by slug).
- `endpoint` (string): Catalog slug that was invoked (e.g. funding-rates).
- `error` (string): Error message when ok is false.
- `ok` (boolean): True when the gateway HTTP status is 2xx.
- `status` (number): Upstream HTTP status from x402-gateway.

### `cc.solana_rpc` (~344 tokens)

Solana Multi-RPC Proxy

Call cc.solana_rpc — Multi-endpoint Solana RPC proxy with automatic failover (Alchemy, public, Ankr) for any JSON-RPC method. Reliable Solana access. Purpose: Multi-endpoint Solana RPC proxy with automatic failover (Alchemy, public, Ankr) for any JSON-RPC method. Reliable Solana access. Behavior: READ-ONLY. Does not place orders, move funds, or mutate your exchange account. Live / near-real-time data. Auth: X-Api-Key or x402 payment proof (X-PAYMENT / __x_payment). Anonymous unauthenticated calls receive HTTP 402 with payment accepts. Cost: $0.001 USDC per successful call (x402 Base USDC pay-per-use or prepaid X-Api-Key balance). Linked Connect keys are free. This is billing, not a side effect. Rate limit: 120/min (per API key). Tier: standard. Returns: Standard Solana JSON-RPC response for any method: getBalance, getTokenAccounts, getTransaction, etc. Guidelines: Forward JSON-RPC only. Prefer eth_call / read methods. Sending raw signed txs is possible if you pass them — that is your responsibility. Tags: solana, rpc, blockchain, web3, defi.

Input parameters:

- `__x_payment` (string): Optional x402 payment proof (same value as X-PAYMENT header). Use when retrying after HTTP 402 if your MCP client cannot set custom headers. Not a business parameter. Optional.
- `method` (string, required): Solana RPC method Required.
- `params` (array, required): Parameter `params` (array). Required.

Output parameters:

- `billing` (object): Optional payment / cost metadata when present.
- `data` (object): Parsed JSON body from the endpoint (shape varies by slug).
- `endpoint` (string): Catalog slug that was invoked (e.g. funding-rates).
- `error` (string): Error message when ok is false.
- `ok` (boolean): True when the gateway HTTP status is 2xx.
- `status` (number): Upstream HTTP status from x402-gateway.

### `cc.wallet_browser_proxy` (~365 tokens)

Multi-Chain EVM RPC Gateway

Call cc.wallet_browser_proxy — Multi-chain EVM RPC forwarder supporting Ethereum, Base, Arbitrum, Optimism, Polygon, and BSC. One endpoint, six chains. Purpose: Multi-chain EVM RPC forwarder supporting Ethereum, Base, Arbitrum, Optimism, Polygon, and BSC. One endpoint, six chains. Behavior: READ-ONLY. Does not place orders, move funds, or mutate your exchange account. Live / near-real-time data. Auth: X-Api-Key or x402 payment proof (X-PAYMENT / __x_payment). Anonymous unauthenticated calls receive HTTP 402 with payment accepts. Cost: $0.001 USDC per successful call (x402 Base USDC pay-per-use or prepaid X-Api-Key balance). Linked Connect keys are free. This is billing, not a side effect. Rate limit: 120/min (per API key). Tier: standard. Returns: Standard EVM JSON-RPC response for any method on any supported chain. Guidelines: Forward JSON-RPC only. Prefer eth_call / read methods. Sending raw signed txs is possible if you pass them — that is your responsibility. Tags: evm, ethereum, base, arbitrum, polygon, rpc, multi-chain.

Input parameters:

- `__x_payment` (string): Optional x402 payment proof (same value as X-PAYMENT header). Use when retrying after HTTP 402 if your MCP client cannot set custom headers. Not a business parameter. Optional.
- `chain` (string, required): ethereum, base, arbitrum, optimism, polygon, bsc Required.
- `method` (string, required): Parameter `method` (string). Required.
- `params` (array, required): Parameter `params` (array). Required.

Output parameters:

- `billing` (object): Optional payment / cost metadata when present.
- `data` (object): Parsed JSON body from the endpoint (shape varies by slug).
- `endpoint` (string): Catalog slug that was invoked (e.g. funding-rates).
- `error` (string): Error message when ok is false.
- `ok` (boolean): True when the gateway HTTP status is 2xx.
- `status` (number): Upstream HTTP status from x402-gateway.

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/tlefko-central-command/functions-v1-mcp#diagnostics

## Score history

- 2026-08-03: 64
- 2026-08-02: 64
- 2026-08-01: 63
- 2026-07-31: 63
- 2026-07-30: 62
- 2026-07-29: 61
- 2026-07-28: 61
- 2026-07-27: 60
- 2026-07-26: 59

## Links

- Remote endpoint: https://rtcelwjnrbmfmrywacky.supabase.co/functions/v1/mcp
- Repository: https://github.com/tlefko/central-command
- Website: https://rtcelwjnrbmfmrywacky.supabase.co/functions/v1/x402-docs
- Changelog RSS feed: https://verifymcp.io/servers/tlefko-central-command/functions-v1-mcp/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/tlefko-central-command/functions-v1-mcp/changelog.json
- HTML version of this page: https://verifymcp.io/servers/tlefko-central-command/functions-v1-mcp
