Skip to main content

Agent Connections

All MCP setup starts in the dashboard:

app.tradeecho.com/agent-connections

You need an active Trade Echo subscription.


Create a personal access token (PAT)

  1. Open Agent Connections.
  2. Enter a label (e.g. Cursor laptop, Claude Code).
  3. Choose an access profile:
    • Core Market Intel - flow, dealer edge, dark pool, algo edge, news, market, multi-signal
    • Options & Dealer Intel - flow, dealer edge, market / chains
    • Full Trade Echo Intel - every read-only MCP tool
    • Or toggle custom tools individually
  4. Accept the MCP terms.
  5. Click Create.
  6. Copy the token immediately - Trade Echo will not show it again.

Token format looks like te_live_....

MCP URL (same for everyone):

https://api.tradeecho.com/api/mcp/intel

Auth types

TypeBest forHow
PATCursor, Claude Code, Codex, Grok, Claude DesktopCreate token → paste Bearer header
OAuthChatGPT Developer modeAdd MCP URL → ChatGPT opens Trade Echo consent → Allow

OAuth connections also appear on the Agent Connections list as type oauth. Revoke them the same way as PATs.

tip

ChatGPT does not support pasting a PAT. Use OAuth from the ChatGPT connector flow.


Credits and limits

MCP usage is metered in credits. Limits reset on the clock hour.

Typical defaults:

BucketLimit
Per connection / hour100 credits
Per user / hour150 credits
Burst / minute15 credits

Heavy tools (e.g. dealer edge, options chain, filings) cost more credits than a simple flow query. Usage shows on each connection row.

If you hit the hourly cap:

  • Wait for the next hour, or
  • Buy a bonus credit pack on the same page (Starter / Agent Day / Power Week)

Bonus credits apply after the hourly pool is exhausted. Revoking or creating a new token does not reset your hourly usage.

Daily create caps apply (PAT + OAuth) so tokens are not mass-minted.


Manage connections

On the right side of Agent Connections you can:

  • See active vs revoked connections
  • Watch hourly usage + bonus credits
  • Revoke a connection (click once to arm, again to confirm)

After revoke, that PAT or OAuth grant stops working immediately for tools/list and tools/call.


Scopes vs tools (short map)

ScopeExample tools
flow.readget_option_flow, get_option_flow_sector_summary
dealer_edge.readget_dealer_edge_data
darkpool.readget_dark_pool_data
algo_edge.readget_algo_edge_signals
news.readget_news
market.readget_market_data, get_index_snapshot, get_macro_events, get_options_chain_snapshot
intel.readget_bt_cloud_state, multi_signal_scan
filings.readget_sec_filings, get_company_financials

Only tools allowed by the connection's scopes appear in tools/list.


Next