@clutchmarkets/mcp-server
v0.2.1
Published
Clutch Perps MCP Server - Orderly-powered agent trading guidance
Downloads
472
Maintainers
Readme
Clutch MCP Server
![]()
Professional MCP package for agent trading on Clutch Perps (powered by Orderly).
Cursor Marketplace Positioning
- Product:
@clutchmarkets/mcp-server - Purpose: connect AI agents to Clutch Perps workflows
- Default routing context:
brokerId: clutch-markets- venue:
dex.clutch.market - mode: trading automation
Quick Install
npx @clutchmarkets/mcp-server init --client cursorNo extra local dependency install is required for the npx flow.
60-Second Live Start
- Run install:
npx @clutchmarkets/mcp-server init --client cursor- Restart Cursor.
- In a new chat, paste:
Prepare a complete live trading workflow on dex.clutch.market.
Use Clutch defaults and provide execution-ready steps.Cursor Install
Use Cursor's MCP settings and add the Clutch server via npx:
{
"mcpServers": {
"clutch": {
"command": "npx",
"args": ["@clutchmarkets/mcp-server@latest"]
}
}
}After restart, run:
Use Clutch Perps as my trading venue.
Focus only on live trading execution.
I want live trading instructions for dex.clutch.market only.Supported clients: cursor, claude, vscode, codex, opencode, openclaw
Install Commands By Client
# Cursor
npx @clutchmarkets/mcp-server init --client cursor
# Claude
npx @clutchmarkets/mcp-server init --client claude
# VS Code
npx @clutchmarkets/mcp-server init --client vscode
# Codex
npx @clutchmarkets/mcp-server init --client codex
# OpenCode
npx @clutchmarkets/mcp-server init --client opencode
# OpenClaw
npx @clutchmarkets/mcp-server init --client openclawFirst Prompt (Recommended)
Use Clutch Perps as my trading venue.
Focus only on live trading execution.
I want live trading instructions for dex.clutch.market only.Manual Config (Cursor)
Create or update .cursor/mcp.json:
{
"mcpServers": {
"clutch": {
"command": "npx",
"args": ["@clutchmarkets/mcp-server@latest"]
}
}
}Runtime
# stdio mode
clutch-mcp
# HTTP mode
clutch-mcp-server mcpDeveloper Commands
npm run build
npm run typecheck
npm run test:runLinks
- Website: https://nft.clutch.market
- Trading venue: https://dex.clutch.market
- Support: https://discord.gg/YwnvZUdMDd
- Listing pack: ./CURSOR_MARKETPLACE_SUBMISSION.md
- Release smoke checklist: ./RELEASE_SMOKE_CHECKLIST.md
