DOPE Agent Mode MCP server. Exposes /agent/* operations as MCP tools so Claude / Cursor / other MCP clients can use DOPE directly.
{
"mcpServers": {
"dopemarketsagent": {
"command": "npx",
"args": [
"-y",
"@dopemarkets/agent-mcp"
]
}
}
}