CSPR.trade MCP
AI agent integration for CSPR.trade, the leading DEX on the Casper Network.
[](https://glama.ai/mcp/servers/make-software/cspr-trade-mcp)
🔗 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
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 24 public tools for market data, swaps, liquidity management, trade analysis, portfolio tracking, and account queries on the Casper Network.
What's Available
Public MCP surface: 24 tools
| 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 |






