Self-custody MCP server for the Cessio RFQ desk on Canton Network — an AI agent trades as both maker and taker, holding its own party key
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"cessio-agent-mcp-ser": {
"command": "npx",
"args": [
"-y",
"cessio-cc/cessio-agent-mcp-server"
]
}
}
}
Run in terminal:
claude mcp add cessio-agent-mcp-ser npx -y cessio-cc/cessio-agent-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"cessio-agent-mcp-ser": {
"command": "npx",
"args": [
"-y",
"cessio-cc/cessio-agent-mcp-server"
]
}
}
}