Aptoscan (Aptos Blockchain Explorer API)

Aptoscan (Aptos Blockchain Explorer API) MCP Connector for Claude

F

Explore the Aptos blockchain — check account balances, resources, transactions, and token data directly from your AI agent.

10 tools Official Updated Jun 28, 2026 Official Vinkius Partner

Connect to the Aptoscan API to inspect the Aptos blockchain in real-time. This MCP server allows any AI agent to query account states, transaction history, and token metadata without leaving the chat interface.

What you can do

  • Account Insights — Fetch balances, Move resources, and published modules for any Aptos address using get_account_balance and get_account_resources.
  • Transaction Tracking — Retrieve detailed transaction data using hashes or ledger versions via get_transaction_by_hash.
  • Block Exploration — Inspect specific blocks by height or transaction version to audit network activity.
  • Token & NFT Analysis — List all tokens (NFTs and Fungible Assets) held by an account or fetch specific token metadata with get_account_tokens.
  • Developer Tools — Access raw Move module data directly to analyze smart contract logic on-chain.

How it works

  1. Subscribe to this server
  2. Enter your Aptoscan API Key
  3. Start querying the Aptos ledger from Claude, Cursor, or any MCP-compatible client

Who is this for?

  • Web3 Developers — Debug transactions and inspect account resources without switching to a browser.
  • Data Analysts — Pull on-chain data directly into your analysis workflow.
  • Crypto Enthusiasts — Monitor wallet balances and NFT collections through natural conversation.
aptosblockchain-explorerweb3smart-contractsnft-tracking

10 tools expose this connector's capabilities to your AI agent.

get_account_balance

Get the current balance of the specified account

get_account_modules

Get all Move modules published under the specified account

get_account_resources

Get all resources owned by the specified account

get_account_tokens

List all tokens (NFTs and Fungible Assets) held by an account

get_account_transactions

Get a list of transactions associated with a specific account

get_block_by_height

Get block details by its height

get_block_by_version

Get block details containing a specific transaction version

get_token_data

Get metadata and supply information for a specific token

get_transaction_by_hash

Get details of a specific transaction using its hash

get_transaction_by_version

Get details of a transaction using its ledger version

See how to talk to your AI agent using Aptoscan (Aptos Blockchain Explorer API).

What is the current balance of the Aptos account 0x1?

I'll check that for you. Using `get_account_balance` for address 0x1... The current balance is 100,000,000 APT.

List the last few transactions for address 0xeeff...8899.

Fetching transaction history using `get_account_transactions`... I found 10 recent transactions. The most recent was a 'User Transaction' at version 123456789.

Get block details for height 5000000.

Querying block data with `get_block_by_height`... Block 5000000 was proposed at timestamp 1690000000 and contains 45 transactions.

Use the `get_account_balance` tool by providing the Aptos account address. The agent will return the current balance of that account immediately.

Related Connectors