- 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:| Tool | Why start here |
|---|---|
parsec.market.find_market | Resolves markets from keywords, parsec_id, or exchange-native IDs |
parsec.market.get_market_snapshot | Returns market metadata, orderbook, and recent trades together |
parsec.trade.preview_order | Estimates execution before you place a live order |
parsec.account.get_trading_setup_status | Checks whether the account is ready to trade |
parsec.stream.open_market_feed | Opens a live feed without managing the low-level WS steps yourself |
Install & Connect
Set up the MCP server in Claude, Cursor, VS Code, Windsurf, or Cline.
Tool Categories
See which tools are for market data, trading, streaming, builders, and CTF operations.
Trading & Safety
Understand destructive tools, wallet export, and safe trading workflows.
Example Prompts
Copy prompts that work well for research, trading, builders, and live monitoring.