Instant Connection
Point your MCP client at mcp.cspr.trade/mcp and start querying. No API keys, no local setup, no dependencies.
One endpoint. 24 public tools. Market data, price history, swaps, liquidity management, trade analysis, and portfolio tracking 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, price history, pre-trade analysis, swaps, liquidity operations, and account queries β one clean public tool surface.
Transactions are built remotely but signed locally. Private keys stay on your machine, where they belong.
Analyze price impact, slippage, and liquidity depth before executing. Agents get proceed/caution/high_risk recommendations β no more blind swaps.
Need testnet or a private instance? Install the npm packages and run locally via stdio or HTTP in minutes. Add signer mode for local signing.
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.