Instant Connection
Point your MCP client at mcp.cspr.trade/mcp and start querying. No API keys, no local setup, no dependencies.
One endpoint. 14 tools. Market data, swaps, and liquidity management on CSPR.trade β the leading DEX on the Casper Network. Non-custodial by design.
Point your MCP client at mcp.cspr.trade/mcp and start querying. No API keys, no local setup, no dependencies.
Market data, swaps, liquidity operations, account history, and local signing β one clean tool surface.
Transactions are built remotely but signed locally. Private keys stay on your machine, where they belong.
Need testnet or a private instance? Install the npm packages and run locally via stdio or HTTP in minutes.
Quick start
Add to Claude Desktop, Cursor, or any MCP client. Mainnet, no setup needed.
{
"mcpServers": {
"cspr-trade": {
"url": "https://mcp.cspr.trade/mcp"
}
}
} Using OpenClaw? Install the skill and your agent gets the full playbook β workflows, safety checks, signing flows.
npx clawhub@latest install cspr-trade-mcp Point any AI agent at the SKILL.md for complete workflow instructions β intents, safety checks, signing flows, and error handling.
https://mcp.cspr.trade/SKILL.md Run your own instance for testnet development or private deployments.
CSPR_TRADE_NETWORK=testnet CSPR_TRADE_TRANSPORT=http CSPR_TRADE_PORT=3001 \
npx @make-software/cspr-trade-mcp How it works
Agents query prices, routes, and transaction bundles through the MCP server. When itβs time to sign, the private key stays local in a separate signer flow.
Claude, Codex, remote agents
stdio or HTTP transport
Quotes, swaps, liquidity, submission
Market data and transaction building
Signs deploys locally. Keys never touch the network.