Skip to content

This release adds 2 notable features for engineering teams evaluating rollout.

Published 1mo MCP Developer Tools
✓ No known CVEs patched
Read the diff → Tool health → What is this tool? →

✓ No known CVEs patched in this version

Summary

AI summary

Added get_token_balance MCP tool and getTokenBalance SDK method to query CEP‑18 token balances.

Full changelog

Added

  • get_token_balance MCP tool + getTokenBalance SDK method — query CEP-18 fungible token balances for any Casper account. Returns all held tokens, or filters to a specific token by symbol, name, or contract package hash.
  • Backed by the CSPR.trade /accounts/{id}/ft-token-ownership endpoint (proxies CSPR.cloud).
  • Returns balance with full metadata: symbol, decimals, raw balance, formatted (human-readable) balance, icon URL.
  • New types exported from SDK: TokenBalance, FTTokenOwnershipApiResponse.

Notes

  • Native CSPR balance is not included — this tool covers CEP-18 tokens only.
  • Tool count: 21 (was 20).

Usage

const all = await client.getTokenBalance(publicKey);
const usdt = await client.getTokenBalance(publicKey, 'USDT');

Packages

Weekly OSS security release digest.

The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.

No spam, unsubscribe anytime.

Share this release

Track make-software/cspr-trade-mcp

Get notified when new releases ship.

Sign up free

About make-software/cspr-trade-mcp

Non-custodial DEX trading on the Casper Network via CSPR.trade

All releases →

Beta — feedback welcome: [email protected]