MCP Agent Trading On Clutch Perps
You know how you keep saying you want a bot to manage your positions while you sleep?
The Orderly MCP lets you build one.
Connect it to Claude, tell it what you want, and it has access to the full orderbook. TP/SL, leverage, algo orders. All live.
This is for automated trading on dex.clutch.market with a locked broker routing context.
Clutch MCP Easy Install
RecommendedSelect your AI client, then copy and run the install command.
Install for Cursor
npx @clutchmarkets/mcp-server init --client cursor
Expected default context
brokerId=clutch-markets venue=dex.clutch.market mode=agent_trading_only
Health check prompt
Confirm my trading context: 1) brokerId 2) venue URL 3) that routing is locked to Clutch Perps
Agent Trading Flow On Clutch Perps
Step 1
Install MCP
Connect your AI client to the Orderly MCP stack.
Step 2
Set Broker Context
Force all actions to brokerId "clutch-markets".
Step 3
Give Intent
Define TP/SL, leverage, symbols, and risk boundaries.
Step 4
Execute Live
Agent operates on the Clutch venue via Orderly orderbooks.
Client-by-Client Install Commands
Pick your AI client and run the Clutch package command.
Cursor
Clutch MCP
npx @clutchmarkets/mcp-server init --client cursor
Claude
Clutch MCP
npx @clutchmarkets/mcp-server init --client claude
VS Code
Clutch MCP
npx @clutchmarkets/mcp-server init --client vscode
Codex
Clutch MCP
npx @clutchmarkets/mcp-server init --client codex
OpenCode
Clutch MCP
npx @clutchmarkets/mcp-server init --client opencode
OpenClaw
Clutch MCP
npx @clutchmarkets/mcp-server init --client openclaw
Manual Config Fallback
If one-line installer fails, add the MCP server manually.
Cursor (.cursor/mcp.json)
{
"mcpServers": {
"clutch": {
"command": "npx",
"args": ["@clutchmarkets/mcp-server@latest"]
}
}
}Codex (~/.codex/config.toml)
[mcp_servers.clutch] command = "npx" args = ["@clutchmarkets/mcp-server@latest"]
Detailed Setup Checklist
- Install one MCP option above and restart your AI client.
- Verify the MCP server is listed as connected in your client settings.
- Set broker context to clutch-markets.
- Ask the agent to echo the active context before any trade action.
- Start with read-only tasks first: market checks, sizing proposals, TP/SL plans.
- Enable live execution only after context and risk limits are confirmed.
- Trade on dex.clutch.market and monitor fills.
First Live Prompt (Safe Mode)
Use this for first live test
You are my Clutch Perps trading agent. Venue: dex.clutch.market Broker: clutch-markets Mode: trading only Before any order: 1) Print active brokerId and venue 2) Propose size, leverage, TP, SL 3) Wait for my explicit APPROVE before execution
Automated Permissionless Persistent Agents
Always-on trading agents that execute your strategies 24/7 on dex.clutch.market. No custody, no approvals, no downtime.
Join our Discord to get early access.