MCP server for current balance and state of EVM, UTXO, Solana, XRP, Kaspa addresses via Crypto APIs
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"cryptoapis-address-latest": {
"env": {
"CRYPTOAPIS_API_KEY": "your_api_key_here"
},
"args": [
"-y",
"@cryptoapis-io/mcp-address-latest"
],
"command": "npx"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
MCP server for Crypto APIs Address Latest product. Query recent blockchain address data (last 14 days) without requiring address sync.
Run this in your terminal to verify the server starts. Then let us know if it worked — your result helps other developers.
npx -y '@cryptoapis-io/mcp-address-latest' 2>&1 | head -1 && echo "✓ Server started successfully"
After testing, let us know if it worked:
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
Checked @cryptoapis-io/mcp-address-latest against OSV.dev.
Click any tool to inspect its schema.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in finance / data
Manage Supabase projects — databases, auth, storage, and edge functions
🔥 Official Firecrawl MCP Server - Adds powerful web scraping and search to Cursor, Claude and any other LLM clients.
The Apify MCP server enables your AI agents to extract data from social media, search engines, maps, e-commerce sites, or any other website using thousands of ready-made scrapers, crawlers, and automation tools available on the Apify Store.
An official Qdrant Model Context Protocol (MCP) server implementation
MCP Security Weekly
Get CVE alerts and security updates for Address Latest MCP Server and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
MCP server for Crypto APIs Address Latest product. Query recent blockchain address data (last 14 days) without requiring address sync.
API Version: Compatible with Crypto APIs version 2024-12-12
To use this MCP server, you need:
npm install @cryptoapis-io/mcp-address-latest
Or install all Crypto APIs MCP servers: npm install @cryptoapis-io/mcp
# Run with API key
npx @cryptoapis-io/mcp-address-latest --api-key YOUR_API_KEY
# Or use environment variable
export CRYPTOAPIS_API_KEY=YOUR_API_KEY
npx @cryptoapis-io/mcp-address-latest
Add to your Claude Desktop config (~/Library/Application Support/Claude/claude_desktop_config.json on macOS, %APPDATA%\Claude\claude_desktop_config.json on Windows):
{
"mcpServers": {
"cryptoapis-address-latest": {
"command": "npx",
"args": ["-y", "@cryptoapis-io/mcp-address-latest"],
"env": {
"CRYPTOAPIS_API_KEY": "your_api_key_here"
}
}
}
}
Add to .cursor/mcp.json (project) or ~/.cursor/mcp.json (global):
{
"mcpServers": {
"cryptoapis-address-latest": {
"command": "npx",
"args": ["-y", "@cryptoapis-io/mcp-address-latest"],
"env": {
"CRYPTOAPIS_API_KEY": "your_api_key_here"
}
}
}
}
npx @modelcontextprotocol/inspector npx @cryptoapis-io/mcp-address-latest --api-key YOUR_API_KEY
npx @cryptoapis-io/mcp-address-latest --transport http --port 3000 --api-key YOUR_API_KEY
http://localhost:3000/mcpAll servers default to port 3000. Use
--portto assign different ports when running multiple servers.
evm_address_latestQuery latest EVM address data.
Actions:
| Action | Description |
|---|---|
get-balance | Get address balance |
get-next-nonce | Get next available nonce. Supported: Ethereum (mainnet, sepolia), Ethereum Classic (mainnet, mordor), BSC (mainnet, testnet) |
list-transactions | List address transactions |
list-token-transfers | List token transfers (ERC-20, ERC-721, ERC-1155) |
list-internal-transactions | List internal transactions |
Supported Blockchains: ethereum, ethereum-classic, binance-smart-chain, polygon, avalanche (C-Chain), arbitrum, base, optimism, tron
utxo_address_latestQuery latest UTXO address data.
Actions:
| Action | Description |
|---|---|
get-balance | Get address balance |
list-transactions | List address transactions |
list-unconfirmed-transactions | List unconfirmed transactions (mempool); uses offset pagination |
Supported Blockchains: bitcoin, bitcoin-cash, litecoin, dogecoin, dash, zcash
solana_address_latestQuery latest Solana address data.
Actions:
| Action | Description |
|---|---|
get-balance | Get address SOL balance |
list-transactions | List address transactions |
list-tokens | List SPL tokens held by address |
Supported Networks: mainnet, devnet