AI-driven trading infrastructure
Expose your Sequence account to Claude (or any MCP-compatible client) via 80 structured tools. Pull live market data, run TCA, monitor positions — and, optionally, place orders.
Setup
Claude Desktop, Claude Code, stdio, and remote configs.
Tools Reference
Complete reference for all 80 MCP tools.
Resources & Prompts
Ambient context documents and pre-built analytical workflows.
What MCP lets the AI do
Pre-trade analysis
Cross-venue spreads, liquidity depth, recent volatility, arbitrage opportunities — from live data.
Execution review
Pull TCA reports, compare fills against benchmarks, assess SOR routing decisions.
Portfolio monitoring
Natural-language summaries of positions, unrealized P&L, venue exposure, concentration risk.
Data quality checks
Query reconciliation reports to verify market-data alignment with external sources.
Toolsets
Read-only (default)
All market data, portfolio, analytics, and system-status tools. Cannot modify orders or deploy algorithms. Use for research assistants, portfolio reporting, and market analysis.
Read-write
Adds order placement, cancellation, amend, kill-switch activation, and algo deployment. Enable only in trusted environments where you want the AI to have trading authority.
The read-write toolset can place real orders and activate the kill switch. Only enable it where you want the AI to act on your behalf.
Tools by category
| Category | Count | Examples |
|---|---|---|
| Orders | 7 | place_order, cancel_order, amend_order, get_fills, get_child_orders |
| Market Data | 11 | get_market_data, get_order_book, get_quote, get_pools |
| Intelligence | 4 | Pre-trade forecast, venue routing, slippage curves, depth |
| Portfolio | 4 | get_positions, get_balances, get_portfolio_snapshots, get_unified_portfolio |
| Account | 6 | get_account, get_venues, get_fees, list_credentials, set / delete creds |
| Risk | 5 | Kill switch, clear kill switch, cancel-all, risk limits |
| Algos | 6 | List, deploy, start, stop, undeploy algos; logs and stats |
| Analytics | 5 | Market analytics, execution quality, venue quality, data reconciliation |
| TCA | 3 | TCA report, per-venue TCA, TCA timeseries |
| History | 3 | Historical trades, L2 book, NBBO |
| Registry | 6 | Artifacts, lineage, promotions, bundles |
| Research | 16 | Scan, profile, materialize, feature-eval, monitor |
| Funding | 2 | Funding rates, funding history |
| System | 2 | System health, MCP usage |
| Total | 80 |
See the full Tools Reference for signatures and examples.
Beyond tools
The MCP server also exposes:
- Resources — ambient context documents (market overview, portfolio state, data quality, system status) that clients can read without explicit tool calls.
- Dynamic templates — parameterized resources like
ticker/{symbol}andorderbook/{symbol}for on-demand data. - Prompts — pre-built analytical workflows (market analysis, pre-trade checks, execution review, reconciliation reports).
See Resources & Prompts for details.