Ankr API MCP Server
JSON →Access blockchain data using the Ankr API.
Install
npx @akki91/ankr-mcp Tools · 21
- 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
Environment variables
ANKR_API_TOKEN
Links
★ 2 GitHub stars