Ankr MCP Server provides blockchain data access through the Ankr API, enabling AI assistants to retrieve on-chain information such as token balances across multiple networks. Developed by Akshay Khare, this TypeScript implementation authenticates via an API token and exposes a specialized tool for querying wallet balances that returns detailed asset information including token metadata, amounts, and dollar values. The server handles various error conditions gracefully with custom error classes and is containerized for easy deployment, making it ideal for blockchain analysis, portfolio tracking, and financial applications where LLMs need direct access to distributed ledger data.
No reviews yet. Be the first to review!
Sign in to join the conversation
Gets all token balances for a wallet on a specific blockchain.
Lists all available currencies on a blockchain.
Gets current USD price for any token.
Lists holder addresses for a token.
Gets historical holder count data.
Gets token transfer history for addresses.
Gets historical price data over time.
Breaks down how a token price is derived.
Gets all NFTs owned by a wallet.
Gets metadata (name, image, traits) for a specific NFT.
Gets all holders of an NFT collection.
Gets NFT transfer history.
Gets chain statistics (transactions, block time, etc.).
Gets full block data for a block range.
Gets historical event log data.
Looks up a transaction by hash.
Gets all transactions for an address.
Lists all chains a wallet has interacted with.
Gets balance at a past block height.
Gets internal txns in a block.
Gets internal txns from a parent tx.