CSPR[dot]trade MCP
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| CSPR_TRADE_PORT | No | HTTP server port. | 3000 |
| CSPR_TRADE_NETWORK | No | Casper network to connect to ('mainnet' or 'testnet'). | mainnet |
| CSPR_TRADE_TRANSPORT | No | Transport mode: 'stdio' or 'http'. | http |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_tokensB | List all tradable tokens on CSPR.trade with optional fiat pricing |
| get_pairsC | List trading pairs on CSPR.trade with reserves and pricing data |
| get_pair_detailsB | Get detailed information about a specific trading pair |
| get_quoteA | Get a swap quote for trading between two tokens. Returns amounts, price impact, and routing path. |
| get_currenciesA | List supported fiat currencies for price display |
| build_swapA | Build an unsigned swap transaction. Returns the deploy JSON for external signing, plus a human-readable summary. |
| build_approve_tokenA | Build an unsigned token approval transaction. Spender defaults to the CSPR.trade router. |
| submit_transactionA | Submit a signed transaction to the Casper network via node RPC. |
| build_add_liquidityB | Build an unsigned add-liquidity transaction for a token pair |
| build_remove_liquidityC | Build an unsigned remove-liquidity transaction |
| get_liquidity_positionsC | Get liquidity positions for an account |
| get_impermanent_lossC | Calculate impermanent loss for a liquidity position |
| get_swap_historyC | Get swap transaction history |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/make-software/cspr-trade-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server