Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

Explore

  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Tags index
  • Submit a server
  • Pricing

Learn

  • Guides hub
  • What is MCP?
  • Install guide
  • Troubleshooting
  • Security
  • Blog
  • Blog RSS

Tools

  • All tools
  • Config generator
  • Config validator
  • MCP playground
  • OpenAPI β†’ MCP
  • Badge generator

For agents

  • API docs
  • Trust & traffic
  • llms.txt β†— (opens in a new tab)
  • Catalog JSON β†— (opens in a new tab)
  • Remote MCP β†— (opens in a new tab)

Company

  • About
  • Contact
  • X (@AllMCPs) β†— (opens in a new tab)
  • GitHub β†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on Buildlist
Β© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. πŸ’° Finance & Fintech
  3. Mcp Address Latest
M
Health: ActiveRecent health check succeeded.Last checked 8/10/2026, 11:55:19 PM

Mcp Address Latest

Enrichment pendingWe haven’t run our AI enrichment pass on this listing yet, so the overview, use cases, and FAQ below may be sparse or missing. We work through the catalog over time β€” check back soon.
View Repository

MCP server for current balance and state of EVM, UTXO, Solana, XRP, Kaspa addresses via Crypto APIs

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Not yet automatically verified

We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β€” we're steadily working through the catalog.

Manual Client & Custom JSON ConfigExpand JSON β–Ύ

Install Config Generator

Choose your client
claude_desktop_config.json
{
  "mcpServers": {
    "mcp-address-latest": {
      "command": "npx",
      "args": [
        "-y",
        "@cryptoapis-io/mcp-address-latest"
      ]
    }
  }
}

πŸ’‘ Paste into ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)

Install Tool Schemas (5) Directory Badge Claim listing AlternativesπŸ’° More in Finance & Fintech

Capabilities & Tool Schemas (5) ~65 tokensApproximate context cost of this server’s tool schemas (~4 chars/token), before any tool is called. Actual usage depends on your client and model.Self-reported Self-reportedParsed from the repository README, not verified against a live server β€” may be incomplete or out of date.

Inspect callable tools, capabilities, and parameters exposed to AI agents by Mcp Address Latest.

evm_address_latest

Query latest EVM address data.

utxo_address_latest

Query latest UTXO address data.

solana_address_latest

Query latest Solana address data.

xrp_address_latest

Query latest XRP (Ripple) address data.

kaspa_address_latest

Query latest Kaspa address data.

Documentation Overview

@cryptoapis-io/mcp-address-latest

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

Features

  • Query EVM addresses (Ethereum, Ethereum Classic, BSC, Polygon, Avalanche (C-Chain), Arbitrum, Base, Optimism, Tron)
  • Query UTXO addresses (Bitcoin, Bitcoin Cash, Litecoin, Dogecoin, Dash, Zcash)
  • Query Solana addresses (SOL balance, transactions, SPL tokens)
  • Query XRP/Ripple addresses (balance, transactions, sequence)
  • Query Kaspa addresses (balance, transactions)
  • Cursor-based pagination for large result sets
  • No address sync required (unlike Address History)

Prerequisites

To use this MCP server, you need:

  1. Register at Crypto APIs
  2. Generate an API key from your dashboard

Installation

Terminal
npm install @cryptoapis-io/mcp-address-latest

Or install all Crypto APIs MCP servers: npm install @cryptoapis-io/mcp

Usage

server.ts
# 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

Claude Desktop

Add to your Claude Desktop config (~/Library/Application Support/Claude/claude_desktop_config.json on macOS, %APPDATA%\Claude\claude_desktop_config.json on Windows):

config.json
{
  "mcpServers": {
    "cryptoapis-address-latest": {
      "command": "npx",
      "args": ["-y", "@cryptoapis-io/mcp-address-latest"],
      "env": {
        "CRYPTOAPIS_API_KEY": "your_api_key_here"
      }
    }
  }
}

Cursor

Add to .cursor/mcp.json (project) or ~/.cursor/mcp.json (global):

config.json
{
  "mcpServers": {
    "cryptoapis-address-latest": {
      "command": "npx",
      "args": ["-y", "@cryptoapis-io/mcp-address-latest"],
      "env": {
        "CRYPTOAPIS_API_KEY": "your_api_key_here"
      }
    }
  }
}

MCP Inspector

Terminal
npx @modelcontextprotocol/inspector npx @cryptoapis-io/mcp-address-latest --api-key YOUR_API_KEY

n8n

  1. Start the server in HTTP mode:
    Terminal
    npx @cryptoapis-io/mcp-address-latest --transport http --port 3000 --api-key YOUR_API_KEY
    
  2. In your n8n workflow, add an AI Agent node
  3. Under Tools, add an MCP Client Tool and set the URL to http://localhost:3000/mcp

All servers default to port 3000. Use --port to assign different ports when running multiple servers.

Available Tools

evm_address_latest

Query latest EVM address data.

Actions:

ActionDescription
get-balanceGet address balance
get-next-nonceGet next available nonce. Supported: Ethereum (mainnet, sepolia), Ethereum Classic (mainnet, mordor), BSC (mainnet, testnet)
list-transactionsList address transactions
list-token-transfersList token transfers (ERC-20, ERC-721, ERC-1155)
list-internal-transactionsList internal transactions

Supported Blockchains: ethereum, ethereum-classic, binance-smart-chain, polygon, avalanche (C-Chain), arbitrum, base, optimism, tron

utxo_address_latest

Query latest UTXO address data.

Actions:

ActionDescription
get-balanceGet address balance
list-transactionsList address transactions
list-unconfirmed-transactionsList unconfirmed transactions (mempool); uses offset pagination

Supported Blockchains: bitcoin, bitcoin-cash, litecoin, dogecoin, dash, zcash

solana_address_latest

Query latest Solana address data.

Actions:

ActionDescription
get-balanceGet address SOL balance
list-transactionsList address transactions
list-tokensList SPL tokens held by address

Supported Networks: mainnet, devnet

xrp_address_latest

Query latest XRP (Ripple) address data.

Actions:

ActionDescription
get-balanceGet address XRP balance
list-transactionsList address transactions
get-next-sequenceGet next available sequence number

Supported Networks: mainnet, testnet

kaspa_address_latest

Query latest Kaspa address data.

Actions:

ActionDescription
get-balanceGet address KAS balance
list-transactionsList address transactions

Supported Networks: mainnet

Pagination

Most list endpoints use cursor-based pagination:

json
// Response
{
  "items": [...],
  "limit": 10,
  "hasMore": true,
  "nextStartingAfter": "abc123"
}

Use nextStartingAfter value as startingAfter parameter in the next request.

Exception: list-unconfirmed-transactions (UTXO) uses offset pagination with limit, offset, and total fields.

Configuration

For stdio transport, provide the API key at startup via CLI argument or environment variable. For HTTP transport, it can also be provided per-request via x-api-key header (see HTTP API Key Modes).

  1. Command-line argument (recommended):

    Terminal
    npx @cryptoapis-io/mcp-address-latest --api-key {your_api_key}
    
  2. Environment variable:

    server.ts
    export CRYPTOAPIS_API_KEY={your_api_key}
    

CLI Arguments

ArgumentDescription
--api-keyCrypto APIs API key
--transportTransport type: stdio (default) or http
--hostHTTP host (default: 0.0.0.0)
--portHTTP port (default: 3000)
--pathHTTP path (default: /mcp)
--statelessEnable stateless mode for HTTP

HTTP API Key Modes

When using HTTP transport, the server supports two API key modes:

  • With --api-key: The key is used for all requests. x-api-key request headers are ignored.
  • Without --api-key: Each request must include an x-api-key header with a valid Crypto APIs key. This enables hosting a public server where each user provides their own key.
bash
# Per-request key mode (multi-tenant)
npx @cryptoapis-io/mcp-address-latest --transport http --port 3000
# Clients send x-api-key header with each request

Stdio transport always requires an API key at startup.

Important: API Key Required

Warning: Making requests without a valid API key β€” or with an incorrect one β€” may result in your IP being banned from the Crypto APIs ecosystem. Always ensure a valid API key is configured before starting any server.

Remote MCP Server

Crypto APIs provides an official remote MCP server with all tools available via HTTP Streamable transport at https://ai.cryptoapis.io/mcp. Pass your API key via the x-api-key header β€” no installation required.

License

MIT

Related MCP Servers

View all in Finance & Fintech View all alternatives
  • M
    Mcp Address History

    MCP server for full transaction and token history on EVM and UTXO addresses via Crypto APIs

    πŸ’° Finance & Fintech1 views
    Compare vs Mcp Address History β†’
  • M
    Mcp Hd Wallet

    MCP server for HD wallet management, balance, and sync on EVM, UTXO, XRP via Crypto APIs

    πŸ’° Finance & Fintech0 views
    Compare vs Mcp Hd Wallet β†’
  • M
    Mcp Aml

    MCP server for AML address verification and transaction screening via Crypto APIs

    πŸ’° Finance & Fintech0 views
    Compare vs Mcp Aml β†’
  • M
    Mcp Contracts

    MCP server for smart contract ABIs and on-chain data from EVM and Solana via Crypto APIs

    πŸ’° Finance & Fintech0 views
    Compare vs Mcp Contracts β†’

Frequently Asked Questions about Mcp Address Latest

Add the following block to your claude_desktop_config.json under mcpServers: "mcpServers": { "mcp-address-latest": { "command": "npx", "args": ["-y", "mcp-address-latest"] } }

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewMcp Address Latest AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/mcp-address-latest?style=directory)](https://allmcps.com/mcp/mcp-address-latest)
HTML Embed
<a href="https://allmcps.com/mcp/mcp-address-latest"><img src="https://allmcps.com/api/badge/mcp-address-latest?style=directory" alt="Mcp Address Latest on AllMCPs" /></a>

Technical Specs & Signals

CategoryπŸ’°Finance & Fintech
More technical detailsExpand β–Ύ
TransportSTDIO
RuntimeNode.js
4/4 checks healthy over the last 10h
Views0
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars0
GitHub Star CountTotal stargazers on GitHub representing community popularity (0 stars).
Last commit12d ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on Jul 30, 2026
52Quality signal: Good Β· 52/100How this signal is calculated β–Ύ
Server availabilityNot measured

Not scored for repo-hosted servers β€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools25/30
Adoption & activity4/15
Community engagement0/10

A guidance signal from public completeness & health data β€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

β˜… FeaturedMoxie Docs MCP logo

Moxie Docs MCP

MCP & Agent Skills for Automated Documentation, and codebase conventions + context

Explore Server β†’

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to get the verified badge and attach your website.

Free dofollow backlink: after claiming, verify your product site and place a dofollow AllMCPs badge β€” we recheck it stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in πŸ’° Finance & Fintech β†’Best MCP servers for Finance & Fintech β†’Alternatives to Mcp Address Latest β†’Install in Claude DesktopInstall in CursorInstall in VS Code