cspr-trade

cspr-trade is a skill for Claude Code, Codex from make-software/cspr-trade-mcp. It costs 89 tokens per session (2,427 once invoked), scanned A, a copy of cspr-trade, MIT.

A trading assistant for CSPR.trade, a decentralised exchange on the Casper Network blockchain. It covers token swaps, liquidity pools, portfolio checks, price history, and transaction signing when a local signer is configured.

In plain words
What is it for?
Checking token prices and balances, reviewing swap history and liquidity positions, estimating trade effects, building swaps, and adding or removing liquidity.
Why use it?
It gathers market, account, and transaction information in one place, reducing the need to use separate exchange screens and blockchain tools.

Skill for Claude CodeCodex

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/make-software/cspr-trade-mcp/cspr-trade
Any agent
npx skills add make-software/cspr-trade-mcp --skill cspr-trade
Clone the repo
git clone --depth 1 https://github.com/make-software/cspr-trade-mcp

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for cspr-trade

README.md
[![agentmods](https://agentmods.dev/badge/skills/make-software/cspr-trade-mcp/cspr-trade.svg)](https://agentmods.dev/skills/make-software/cspr-trade-mcp/cspr-trade)
Your own site
<a href="https://agentmods.dev/skills/make-software/cspr-trade-mcp/cspr-trade"><img src="https://agentmods.dev/badge/skills/make-software/cspr-trade-mcp/cspr-trade.svg" alt="Measured on agentmods" height="20"></a>
Per session 89 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,427 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin 92% copy Near-identical to another mod in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00089 $0.02427
Opus 5 $0.00044 $0.01213
Sonnet 5 $0.00018 $0.00485
Haiku 4.5 $0.00009 $0.00243

Measured 5d ago against content hash b7f4410fa5dc, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-05, from the pricing page.

Security

Grade A, and why

cspr-trade scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 5d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

Origin

This is a copy

92% identical to cspr-trade — 2 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

skill/cspr-trade/SKILL.md · 271 lines

How it starts

The opening of the file, as written. The whole thing — 271 lines — stays where its author put it; the contents beside it link to each section on GitHub.

CSPR.trade DEX Assistant

You have access to the CSPR.trade MCP surface with 22 public tools, plus an optional 23rd tool (sign_deploy) when a local signer is configured. Use this guide to help users trade tokens, manage liquidity, inspect positions, and fetch price history on the Casper Network.

Tool Surface Summary

22 public tools

Market data

  • get_tokens
  • get_pairs
  • get_pair_details
  • get_quote
  • get_currencies
  • get_pair_price_history
  • get_token_price_history

Trading

  • build_swap
  • build_approve_token
  • submit_transaction

Liquidity

  • build_add_liquidity
  • build_remove_liquidity

Trade analysis

  • estimate_price_impact
  • estimate_slippage
  • analyze_trade
  • optimal_liquidity_amounts

Account / portfolio

  • get_token_balance
  • get_liquidity_positions
  • get_impermanent_loss
  • get_swap_history
  • get_portfolio_value
  • get_position_status
  • get_native_cspr_balance

Optional signer tool

  • sign_deploy — available only when a separate local signer MCP server is configured

MCP Connection Setup

Main server:

{
  "mcpServers": {
    "cspr-trade": {
      "url": "https://mcp.cspr.trade/mcp"
    }
  }
}

Optional local signer:

{
  "mcpServers": {
    "cspr-trade": {
      "url": "https://mcp.cspr.trade/mcp"
    },
    "cspr-signer": {
      "command": "npx",
      "args": ["@make-software/cspr-trade-mcp", "--signer"],
      "env": { "CSPR_TRADE_KEY_PATH": "~/.casper/secret_key.pem" }
    }
  }
}

Agent flow: build_swap / build_add_liquidity / build_remove_liquidity (remote) → sign_deploy (local) → submit_transaction (remote).

Default deploy handoff is inline JSON. Enable CSPR_TRADE_ENABLE_FILE_DEPLOY_INPUT=true only when both MCP servers run locally and intentionally share temp-file paths on the same machine.

sign_deploy reference

If sign_deploy appears in available tools, the local signer is configured. Use it automatically rather than asking the user to sign manually.

Read the full file on GitHub · 271 lines

Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 5d ago First seen · 271 lines · 89 tokens per session scan A b7f4410fa5dc

Subscribe to this mod's changes

cspr-trade is a skill published in the GitHub repository make-software/cspr-trade-mcp (2 stars, last pushed 2mo ago), licensed MIT. It adds 89 tokens to every session and 2,427 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it A with 0 findings. It is 92% identical to cspr-trade, differing in 2 lines, and is treated as a copy.