The full upstream README, mirrored here for reference. Install config, tool schemas, adoption signals, and an original overview live on the Cspr Trade MCP listing page.
AI agent integration for CSPR.trade, the leading DEX on the Casper Network.
🔗 Public endpoint: https://mcp.cspr.trade/mcp — connect any MCP client, no setup required.
The hosted endpoint runs with file-based deploy input disabled. submit_transaction accepts inline signed JSON only; it will not read deploy files from the server filesystem.
📖 Documentation: mcp.cspr.trade
Add to Claude Desktop, Cursor, or any MCP client config:
That's it. Your agent now has access to 24 public tools for market data, swaps, liquidity management, trade analysis, portfolio tracking, and account queries on the Casper Network.
| Category | Tools | Wallet Required |
|---|---|---|
| Market Data | get_tokens, get_pairs, get_pair_details, get_quote, get_currencies, get_pair_price_history, get_token_price_history | No |
| Trading | build_swap, build_approve_token, submit_transaction | Yes |
| Liquidity | build_add_liquidity, build_remove_liquidity | Yes |
| Trade Analysis | estimate_price_impact, estimate_slippage, analyze_trade, optimal_liquidity_amounts | No |
| Account | get_token_balance, get_liquidity_positions, get_impermanent_loss, get_swap_history, get_portfolio_value, get_position_status | No |
Run a second local MCP instance in --signer mode to add:
sign_deploy — local-only deploy signing with keys loaded from your machineThat gives you 23 total tools across the full two-server setup.
Non-custodial by design. The public MCP server never handles private keys. Transactions are built remotely and signed locally when you enable signer mode.
Using OpenClaw? Install the agent skill from ClawHub:
The skill teaches your agent the full workflow — intent classification, quote-before-swap patterns, price-impact warnings, local signing flows, price-history lookups, portfolio checks, and error recovery. Works with any OpenClaw-compatible agent.
Want testnet access or a private instance? Install the npm packages:
See the Self-Hosting guide for HTTP server setup, local signer mode, production deployment, and the optional file-path workflow.
| Package | Description |
|---|---|
@make-software/cspr-trade-mcp | MCP server — 24 public tools over stdio or HTTP, plus optional sign_deploy in local signer mode |
@make-software/cspr-trade-mcp-sdk | TypeScript SDK — market data, price history, quotes, analysis, and transaction building |
MIT