MCP Hub
Back to servers

CSPR[dot]trade MCP

The CSPR.trade MCP server provides AI Agents with 14 tools for interacting with the CSPR.trade decentralized exchange on the Casper Network.

glama
Stars
1
Updated
Mar 25, 2026
Validated
May 8, 2026

CSPR.trade MCP

MCP Server

AI agent integration for CSPR.trade, the leading DEX on the Casper Network.

CSPR[dot]trade MCP server

🔗 Public endpoint: https://mcp.cspr.trade/mcp — connect any MCP client, no setup required.

📖 Documentation: mcp.cspr.trade

Connect Your Agent

Add to Claude Desktop, Cursor, or any MCP client config:

{
  "mcpServers": {
    "cspr-trade": {
      "url": "https://mcp.cspr.trade/mcp"
    }
  }
}

That's it. Your agent now has access to 14 tools for market data, swaps, liquidity management, and account queries on the Casper Network.

What's Available

CategoryToolsWallet Required
Market Dataget_tokens, get_pairs, get_pair_details, get_quote, get_currenciesNo
Tradingbuild_swap, build_approve_token, submit_transactionYes
Liquiditybuild_add_liquidity, build_remove_liquidityYes
Accountget_liquidity_positions, get_impermanent_loss, get_swap_historyNo
Signingsign_deploy (signer mode only)Local key

Non-custodial by design. The MCP server never handles private keys. Transactions are built remotely and signed locally.

OpenClaw Skill

Using OpenClaw? Install the agent skill from ClawHub:

npx clawhub@latest install cspr-trade-mcp

The skill teaches your agent the full workflow — intent classification, quote-before-swap patterns, price impact warnings, local signing flows, and error recovery. Works with any OpenClaw-compatible agent.

Self-Hosting

Want testnet access or a private instance? Install the npm packages:

npm install @make-software/cspr-trade-mcp
{
  "mcpServers": {
    "cspr-trade": {
      "command": "npx",
      "args": ["@make-software/cspr-trade-mcp"],
      "env": { "CSPR_TRADE_NETWORK": "testnet" }
    }
  }
}

See the Self-Hosting guide for HTTP server setup, local signer mode, and production deployment.

Packages

PackageDescription
@make-software/cspr-trade-mcpMCP server — 14 tools over stdio or HTTP
@make-software/cspr-trade-mcp-sdkTypeScript SDK — market data, quotes, transaction building

Development

npm install         # Install dependencies
npm run build       # Build all packages
npm test            # Run tests

License

MIT

Reviews

No reviews yet

Sign in to write a review