
Mcp Address Latest
Let your agent fetch current balances and address state across EVM, UTXO, Solana, XRP, and Kaspa while you build wallet or portfolio features.
Overview
io.github.CryptoAPIs-io/mcp-address-latest is a MCP server for the Build phase that returns current balance and address state for EVM, UTXO, Solana, XRP, and Kaspa wallets through Crypto APIs.
What is this MCP server?
- Latest balance and state for EVM, UTXO, Solana, XRP, and Kaspa addresses
- Official Crypto APIs MCP package @cryptoapis-io/mcp-address-latest v0.3.0
- stdio transport for Claude Code, Cursor, Codex, and other MCP hosts
- Single required secret: CRYPTOAPIS_API_KEY
- GitHub source at CryptoAPIs-io/cryptoapis-mcp-address-latest
- Server version 0.3.0
- npm package @cryptoapis-io/mcp-address-latest
- stdio MCP transport
What problem does it solve?
Agents cannot reliably check multi-chain wallet balances without you hand-rolling REST clients and parsing each chain’s response shape.
Who is it for?
Indie builders adding multi-chain balance checks to an agent workflow or backend during integration sprints.
Skip if: Teams that need full transaction history indexing, mempool monitoring, or self-hosted nodes with no third-party API dependency.
What do I get? / Deliverables
Your agent queries standardized address-latest tools from MCP so you can prototype and ship wallet-aware features faster with one API key.
- MCP tools callable for latest address balance and state on supported chains
- Agent-accessible wallet lookups without custom REST glue per chain
Recommended MCP Servers
Journey fit
Wallet dashboards, payment flows, and on-chain agents need live address data during product integration, which is core Build-phase backend work. This server wires Crypto APIs address endpoints into Claude Code or Cursor via MCP—exactly an external API integration task, not a one-off research spike.
How it compares
Crypto APIs MCP integration for live address state, not a self-hosted blockchain indexer or a generic web-scraping skill.
Common Questions / FAQ
Who is mcp-address-latest for?
Solo and small-team developers using Claude Code, Cursor, or Codex who build crypto, fintech, or internal tools and want agents to read wallet balances across several chains via Crypto APIs.
When should I use mcp-address-latest?
Use it during Build when you integrate wallet displays, treasury checks, or agent tools that must show up-to-date address balances and state on EVM, UTXO, Solana, XRP, or Kaspa.
How do I add mcp-address-latest to my agent?
Install @cryptoapis-io/mcp-address-latest from npm, add the server to your MCP client config with stdio transport, and set the CRYPTOAPIS_API_KEY environment variable to your Crypto APIs key.