make-software

CSPR.trade MCP

Community make-software
Updated

CSPR.trade MCP

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.

๐Ÿ“– 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

Category Tools Wallet Required
Market Data get_tokens, get_pairs, get_pair_details, get_quote, get_currencies No
Trading build_swap, build_approve_token, submit_transaction Yes
Liquidity build_add_liquidity, build_remove_liquidity Yes
Account get_liquidity_positions, get_impermanent_loss, get_swap_history No
Signing sign_deploy (signer mode only) Local key

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

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

Package Description
@make-software/cspr-trade-mcp MCP server โ€” 14 tools over stdio or HTTP
@make-software/cspr-trade-mcp-sdk TypeScript SDK โ€” market data, quotes, transaction building

Development

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

License

MIT

MCP Server ยท Populars

MCP Server ยท New

    kastelldev

    Kastell

    Provision, secure, backup, and manage self-hosted servers โ€” full lifecycle, one CLI.

    Community kastelldev
    beelzebub-labs

    Beelzebub

    A secure low code honeypot framework, leveraging AI for System Virtualization.

    Community beelzebub-labs
    onllm-dev

    onUI

    Annotate/Draw any web UI for AI agents and export structured context, no app code changes required.

    Community onllm-dev
    raphasouthall

    neurostack

    Your second brain, starting today. CLI + MCP server that helps you build, maintain, and search a knowledge vault that gets better every day. Works with any AI provider. Local-first, zero-prereq install.

    Community raphasouthall
    iamtouchskyer

    memex

    Zettelkasten-based persistent memory for AI coding agents. Works with Claude Code, Cursor, VS Code Copilot, Codex, Windsurf & any MCP client. No vector DB โ€” just markdown + git sync.

    Community iamtouchskyer