This release adds 2 notable features for engineering teams evaluating rollout.
Published 1mo
MCP Developer Tools
✓ No known CVEs patched
✓ No known CVEs patched in this version
Summary
AI summaryAdded get_token_balance MCP tool and getTokenBalance SDK method to query CEP‑18 token balances.
Full changelog
Added
get_token_balanceMCP tool +getTokenBalanceSDK 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-ownershipendpoint (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
@make-software/[email protected]@make-software/[email protected]
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
About make-software/cspr-trade-mcp
Non-custodial DEX trading on the Casper Network via CSPR.trade
Related context
Beta — feedback welcome: [email protected]