14 MCP Tools
Market data, swaps, liquidity operations, account history, and local signing in one clean tool surface.
Connect AI agents to on-chain DeFi on Casper — market data, swaps, liquidity management. Non-custodial by design.
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.
Market data, swaps, liquidity operations, account history, and local signing in one clean tool surface.
Transactions are built remotely but signed locally. Private keys stay on your machine, where they belong.
Use stdio for local developer workflows like Claude Code, or HTTP for hosted agent environments.
Use the same capabilities programmatically with typed helpers for quoting, transaction building, and submission.
Quick start
{
"mcpServers": {
"cspr-trade": {
"command": "node",
"args": ["/path/to/cspr-trade-mcp/packages/mcp/dist/index.js"],
"env": { "CSPR_TRADE_NETWORK": "testnet" }
}
}
} CSPR_TRADE_NETWORK=testnet CSPR_TRADE_TRANSPORT=http CSPR_TRADE_PORT=3001 node packages/mcp/dist/index.js Public endpoint
MCP: https://mcp.cspr.trade/mcp
Health: https://mcp.cspr.trade/health