1. Conduid
  2. Developer Tools
  3. make-software/cspr-trade-mcp
MCP server · Developer Tools

make-software/cspr-trade-mcp

private keys never leave the machine. Public endpoint: `https://mcp.cspr.trade/mcp`

Unclaimed finance
34Low

Scored 5 months ago · breakdown

About make-software/cspr-trade-mcp

make-software/cspr-trade-mcp is an MCP server in the Developer Tools category: private keys never leave the machine. Public endpoint: `https://mcp.cspr.trade/mcp`. It has been installed 0 times through Conduid.

Install

Clone
git clone https://github.com/make-software/cspr-trade-mcp

This server has no ConduID identity, so agent calls to it are not receipted. Pin the version you install and review the source before granting it credentials.

Ask AI

Ask AI about make-software/cspr-trade-mcp

Powered by Claude · Grounded in docs

I know everything about make-software/cspr-trade-mcp. Ask me about installation, configuration, usage, or troubleshooting.

Security checks

  • ·README presentNot checked yet.
  • ·License declaredNot checked yet.
  • ·Tests presentNot checked yet.
  • ·Dependencies pinnedNot checked yet.
  • ·No dynamic code executionNot checked yet.
  • ·Scoped permissionsNot checked yet.

README

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.

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

Optional local signer: +1 tool

Run a second local MCP instance in --signer mode to add:

  • sign_deploy — local-only deploy signing with keys loaded from your machine

That gives you 23 total tools across the full two-server setup.

Non-custodial by design. The public MCP server never handles private keys. Transactions are built remotely and signed locally when you enable signer mode.

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, price-history lookups, portfolio checks, 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, production deployment, and the optional file-path workflow.

Packages

Package Description
@make-software/cspr-trade-mcp MCP server — 24 public tools over stdio or HTTP, plus optional sign_deploy in local signer mode
@make-software/cspr-trade-mcp-sdk TypeScript SDK — market data, price history, quotes, analysis, and transaction building

Development

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

License

MIT

README mirrored from the source repository 5 months ago. The original is authoritative.

Questions

About make-software/cspr-trade-mcp

How do I install make-software/cspr-trade-mcp?

Run git clone https://github.com/make-software/cspr-trade-mcp, then add the server to your MCP client's configuration. Conduid has recorded 0 installs, so the command is known to work with current clients.

Is make-software/cspr-trade-mcp safe to use with an AI agent?

Its trust score is 34 out of 100 (low). Conduid hasn't run static security checks on this repository yet, so review the source yourself before granting it credentials. It has no ConduID identity yet, so agent calls to it are not receipted.

Is make-software/cspr-trade-mcp still maintained?

Conduid hasn't recorded a commit date for this repository yet. Check the repository directly for recent activity.