Trade on CSPR.trade through Casper Network market data, transaction building, liquidity, portfolio, and account tools.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent ā or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag ā we're steadily working through the catalog.
š” Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Inspect callable tools, capabilities, and parameters exposed to AI agents by Cspr Trade MCP.
The make-software/cspr-trade-mcp MCP server exposes CSPR.trade capabilities to MCP-compatible agents operating on the Casper Network. It covers read-only market and account information, transaction construction for swaps and liquidity operations, and analysis that can help an agent evaluate a trade before submitting it.
The hosted service is available at https://mcp.cspr.trade/mcp. It provides 24 public tools according to the README. Market and analysis operations do not require a wallet. Swap, token approval, and liquidity transaction-building operations are marked as requiring one, but the public service does not receive private keys.
A typical workflow can retrieve token and pair data, request a quote, inspect price impact or slippage, build a transaction, sign it locally, and submit the signed transaction. The remote service constructs deploys and transaction payloads; signing remains on the user's machine when the optional local signer is enabled.
The separate signer instance runs in --signer mode and provides sign_deploy. It loads keys from the local machine and is intended for local-only deploy signing. The hosted endpoint does not support file-based deploy input: submit_transaction accepts inline signed JSON and cannot read deploy files from its own filesystem.
The simplest setup uses the public MCP URL:
This configuration is documented for Claude Desktop, Cursor, and other MCP clients. No local installation is needed for the hosted endpoint.
For self-hosting, install the npm package @make-software/cspr-trade-mcp and run it through npx. The README shows CSPR_TRADE_NETWORK set to testnet for testnet access. Self-hosting documentation also covers HTTP server setup, local signer mode, production deployment, and an optional file-path workflow.
The make-software/cspr-trade-mcp MCP server organizes its public tools into these groups:
The optional local signer contributes sign_deploy. The related SDK package contains TypeScript functionality for market data, price history, quotes, analysis, and transaction building, but it is distinct from the MCP server package.
The service is specific to CSPR.trade and the Casper Network. The hosted endpoint is non-custodial by design, but transaction submission still requires the caller to provide an inline signed JSON deploy. Agents that need local key handling must run the signer separately rather than expecting the public endpoint to sign for them.
The README distinguishes public tools from the optional signer tool, so the available surface depends on whether only the hosted server or a local signer is configured. Testnet access and private deployments require self-hosting configuration rather than the default public endpoint.
Factual signals from GitHub, npm, and our automated checks ā not a rating.
No reviews yet ā be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/make-software-cspr-trade-mcp)<a href="https://allmcps.com/mcp/make-software-cspr-trade-mcp"><img src="https://allmcps.com/api/badge/make-software-cspr-trade-mcp?style=directory" alt="Cspr Trade MCP on AllMCPs" /></a>