FtmScan (Fantom Network Explorer)

FtmScan (Fantom Network Explorer) MCP Connector for Claude

F

Access Fantom blockchain data directly—query wallet balances, transaction history, smart contract source code, and token transfers via FtmScan.

19 tools Official Updated Jun 28, 2026 Official Vinkius Partner

Connect to the Fantom Network through FtmScan to inspect on-chain activity using natural language. This server allows your AI agent to act as a blockchain explorer, providing real-time data on accounts, transactions, and smart contracts.

What you can do

  • Account Analytics — Retrieve FTM balances for single or multiple addresses and track transaction history (normal and internal).
  • Token Tracking — Monitor ERC-20 and ERC-721 (NFT) transfer events across the network.
  • Smart Contract Inspection — Fetch verified source code and ABIs for any deployed contract to understand its logic.
  • Transaction Status — Check the execution status and receipts of specific transaction hashes.
  • Network Data — Get the current FTM price, total supply, and block rewards.

How it works

  1. Subscribe to this server
  2. Enter your FtmScan API Key
  3. Start querying the Fantom blockchain from Claude, Cursor, or any MCP client

Who is this for?

  • Web3 Developers — quickly verify contract code and transaction statuses without leaving the IDE.
  • Crypto Analysts — track whale movements and token distributions through simple conversation.
  • DeFi Users — check wallet balances and recent activity across the Fantom ecosystem.
fantomftmscansmart-contractsweb3blockchain-explorer

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

get_block_countdown

Get Estimated Block Countdown Time

get_block_reward

Get Block Rewards

get_contract_abi

Get Contract ABI

get_contract_source_code

Get Contract Source Code

get_erc20_token_balance

Get ERC20 Token Balance for Address

get_erc20_token_supply

Get ERC20 Token Total Supply

get_erc20_transfers

Get List of ERC20 Token Transfer Events

get_erc721_transfers

Get List of ERC721 Token Transfer Events

get_eth_block_number

Get Latest Block Number (Proxy)

get_eth_transaction_by_hash

Get Transaction by Hash (Proxy)

get_ftm_balance_multi

Get FTM Balance for Multiple Addresses

get_ftm_balance

Get FTM Balance for a Single Address

get_ftm_last_price

Get FTM Last Price

get_ftm_total_supply

Get Total Supply of FTM

get_internal_transactions

Get List of Internal Transactions

get_logs

Get Event Logs

get_normal_transactions

Get List of Normal Transactions

get_transaction_receipt_status

Check Transaction Receipt Status

get_transaction_status

Check Transaction Execution Status

See how to talk to your AI agent using FtmScan (Fantom Network Explorer).

What is the current FTM balance of address 0xbbbb6a3601eeed31c8245938021fb3d10e7c51e2?

I've checked the balance for that address. It currently holds 1,250.45 FTM.

Show me the last 5 normal transactions for 0xbbbb6a3601eeed31c8245938021fb3d10e7c51e2 sorted by newest.

I've retrieved the 5 most recent normal transactions for that address. They include several transfers and contract interactions from the last few hours.

Get the verified source code for the contract at 0x04068da6a83afcfa0e13ba15a6696662335d5b75.

I have successfully retrieved the verified source code for the contract. It appears to be a SpookySwap LP token contract written in Solidity.

Yes, use the `get_ftm_balance_multi` tool with a comma-separated list of addresses. The agent will return the FTM balance for each address in the list.

Related Connectors