MCP Servers / cloud-service / Ankr API MCP Server

Ankr API MCP Server

JSON →
httpnone2cloud-service

Access blockchain data using the Ankr API.

Install
How to run this server
[ { "cmd": "npx @akki91/ankr-mcp", "imports": [] } ]
server path: ankr-api-mcp-server
Tools
What this server exposes
get_token_balances
Gets all token balances for a wallet on a specific blockchain
get_currencies
Lists all available currencies on a blockchain
get_token_price
Gets current USD price for any token
get_token_holders
Lists holder addresses for a token
get_token_holders_count
Gets historical holder count data
get_token_transfers
Gets token transfer history for addresses
get_token_price_history
Gets historical price data over time
explain_token_price
Breaks down how a token price is derived
get_nfts_by_owner
Gets all NFTs owned by a wallet
get_nft_metadata
Gets metadata (name, image, traits) for a specific NFT
get_nft_holders
Gets all holders of an NFT collection
get_nft_transfers
Gets NFT transfer history
get_blockchain_stats
Gets chain statistics (transactions, block time, etc.)
get_blocks
Gets full block data for a block range
get_logs
Gets historical event log data
get_transactions_by_hash
Looks up a transaction by hash
get_transactions_by_address
Gets all transactions for an address
get_interactions
Lists all chains a wallet has interacted with
get_account_balance_historical
Gets balance at a past block height
get_internal_transactions_by_block
Gets internal txns in a block
get_internal_transactions_by_parent_hash
Gets internal txns from a parent tx
Configuration
Environment & auth
authnone
envANKR_API_TOKEN
Resources
Ankr API MCP Server — MCP Server · libregistry