CSPR.trade
CSPR.trade MCP
Live on Casper mainnet

Connect Your AI Agent to Casper DeFi

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.

Instant Connection

Point your MCP client at mcp.cspr.trade/mcp and start querying. No API keys, no local setup, no dependencies.

24 Public MCP Tools

Market data, price history, pre-trade analysis, swaps, liquidity operations, and account queries β€” one clean public tool surface.

Non-Custodial

Transactions are built remotely but signed locally. Private keys stay on your machine, where they belong.

Pre-Trade Intelligence

Analyze price impact, slippage, and liquidity depth before executing. Agents get proceed/caution/high_risk recommendations β€” no more blind swaps.

Run Your Own

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

Connect in seconds

Public endpoint (recommended)

Full guide β†’

Add to Claude Desktop, Cursor, or any MCP client. Mainnet, no setup needed.

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

OpenClaw skill

ClawHub β†’

Using OpenClaw? Install the skill and your agent gets the full playbook β€” workflows, safety checks, signing flows.

npx clawhub@latest install cspr-trade-mcp

Agent SKILL.md

View SKILL.md β†’

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

Self-hosted (testnet / private)

Setup guide β†’

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

A clean non-custodial flow

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.

Client
AI Agent

Claude, Codex, remote agents

Protocol
MCP Server

stdio or HTTP transport

Library
TypeScript SDK

Quotes, swaps, liquidity, submission

Backend
CSPR.trade API

Market data and transaction building

Optional branch
Local signer

Signs deploys locally. Keys never touch the network.

Build remotely, sign locally, submit remotely. The split is the whole point: powerful automation without handing your private key to the internet like it’s a valet ticket.