Skip to main content
Parsec ships an MCP server so an AI client can search markets, inspect orderbooks, preview trades, place orders, and open live market feeds through tools instead of raw HTTP requests. It works with:
  • Claude Desktop
  • Cursor
  • VS Code / Copilot
  • Windsurf
  • Cline
  • other MCP-compatible clients

What MCP is good for

  • natural-language market discovery
  • multi-step trading workflows such as “find -> inspect -> preview -> place”
  • live market monitoring through one WebSocket tool flow
  • builder workflows such as creating and onboarding end-users

Good first tools

Start with the high-level composite tools before dropping to raw endpoint-shaped tools:
ToolWhy start here
parsec.market.find_marketResolves markets from keywords, parsec_id, or exchange-native IDs
parsec.market.get_market_snapshotReturns market metadata, orderbook, and recent trades together
parsec.trade.preview_orderEstimates execution before you place a live order
parsec.account.get_trading_setup_statusChecks whether the account is ready to trade
parsec.stream.open_market_feedOpens a live feed without managing the low-level WS steps yourself