FtmScan (Fantom Network Explorer) Connector for AI agents.
19 live capabilities
Query Fantom blockchain data and smart contract source code.
Waiting for input…
Why people use FtmScan (Fantom Network Explorer)
FtmScan for Fantom Blockchain Data Auditing
This Connector changes that by letting your AI client do the browsing for you. You just ask for the data, and it pulls the balances, transfer logs, and contract codes directly into your chat. You get a clean summary of the on-chain activity without the tab fatigue.
What Vinkius changes
It turns your AI into a live blockchain explorer for the Fantom network.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 6,100+ Connectors
- Real-world use case 01
Auditing a new DEX
A developer asks the agent to pull the source code and ABI for a new pool to check for vulnerabilities.
- Real-world use case 02
Whale Tracking
An analyst asks for a list of all ERC-20 transfers for a specific high-value wallet to see where the money went.
- Real-world use case 03
Portfolio Check
A user asks for a summary of their FTM balance and the total supply of their favorite token.
Complete set · 19capabilities
The complete FtmScan (Fantom Network Explorer) capability set.
These are the exact actions your AI can choose when you ask it to work with FtmScan (Fantom Network Explorer).
01—04
4 capabilities in this set.
Part of 19 available through FtmScan (Fantom Network Explorer).
- 01 Capability
Get erc20 token balance
Checks the balance of a specific ERC20 token for an address. It's the fastest way to see how much of a specific asset someone holds.
- 02 Capability
Get erc20 transfers
Lists all ERC20 token transfer events. This is great for tracking the movement of specific assets over time.
- 03 Capability
Get erc721 transfers
Lists all ERC721 token transfer events. Use this to monitor NFT movements across the network.
- 04 Capability
Get eth block number
Gets the latest block number on the network. This provides a snapshot of the current blockchain height.
05—08
4 capabilities in this set.
Part of 19 available through FtmScan (Fantom Network Explorer).
- 05 Capability
Get eth transaction by hash
Fetches details for a specific transaction using its hash. Use this to see exactly what happened in a past event.
- 06 Capability
Get ftm balance multi
Retrieves FTM balances for multiple addresses at once. This saves time when checking a list of several wallets.
- 07 Capability
Get ftm balance
Retrieves the FTM balance for a single address. This is your go-to for checking a specific wallet's main balance.
- 08 Capability
Get ftm last price
Gets the current price of FTM. Use this to keep an eye on market movements in real time.
09—12
4 capabilities in this set.
Part of 19 available through FtmScan (Fantom Network Explorer).
- 09 Capability
Get transaction status
Checks the current execution status of a transaction. Use this to see if a transaction is pending or failed.
- 10 Capability
Get block countdown
Provides the estimated time until the next block. This helps you gauge network speed and timing.
- 11 Capability
Get block reward
Retrieves the current block rewards. This gives you a look at the network's current incentive structure.
- 12 Capability
Get contract abi
Retrieves the Application Binary Interface for a specific smart contract. Use this to understand how to interact with a contract via your AI.
13—16
4 capabilities in this set.
Part of 19 available through FtmScan (Fantom Network Explorer).
- 13 Capability
Get contract source code
Fetches the verified source code of a deployed contract. This helps you audit the logic behind any on-chain project.
- 14 Capability
Get erc20 token supply
Retrieves the total supply of an ERC20 token. Use this to calculate the circulating supply of a project.
- 15 Capability
Get ftm total supply
Retrieves the total supply of the FTM token. This helps you understand the overall economy of the network.
- 16 Capability
Get internal transactions
Lists internal transactions for an address. This is key for seeing how funds move between contracts.
17—19
3 capabilities in this set.
Part of 19 available through FtmScan (Fantom Network Explorer).
- 17 Capability
Get logs
Fetches event logs from the blockchain. This is useful for deep-diving into specific contract emissions.
- 18 Capability
Get normal transactions
Lists standard transactions for an address. Use this to see the general history of a wallet.
- 19 Capability
Get transaction receipt status
Checks the final receipt status of a transaction. This tells you if a trade or mint actually went through.
Set up in minutes
One URL. Then ask FtmScan (Fantom Network Explorer) to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use FtmScan (Fantom Network Explorer) from the conversation.
Choose your client
Live previewAdvanced clients IDE · CLI
Claude · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_pTTw1YuQ3CLwsgnovwArQp6hu1wrfnVQtLvNG5Ps/mcp - Step 01
Open Connectors
In Claude Web or Claude Desktop, open Settings and choose Connectors.
- Step 02
Add the URL
Choose Add custom connector, name it FtmScan (Fantom Network Explorer), and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable FtmScan (Fantom Network Explorer) for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_pTTw1YuQ3CLwsgnovwArQp6hu1wrfnVQtLvNG5Ps/mcp - Step 01
Open MCP settings
On desktop, open Settings and MCP servers. On web, open your workspace app or connector settings.
- Step 02
Add the URL
Choose Add server with Streamable HTTP, or create a custom MCP app, then paste the FtmScan (Fantom Network Explorer) URL.
- Step 03
Save and start
Save the connection and enable FtmScan (Fantom Network Explorer) in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"ftmscan-fantom-network-explorer": {
"url": "https://edge.vinkius.com/vk_preview_pTTw1YuQ3CLwsgnovwArQp6hu1wrfnVQtLvNG5Ps/mcp"
}
}
} - Step 01
Open MCP Settings
Press Cmd+Shift+P (macOS) or Ctrl+Shift+P (Windows/Linux) → search "MCP Settings"
- Step 02
Add the server config
Paste the JSON configuration above into the mcp.json file that opens
- Step 03
Save the file
Cursor will automatically detect the new Connector
- Step 04
Start using FtmScan (Fantom Network Explorer)
Open Agent mode in chat and ask: "Using FtmScan (Fantom Network Explorer), help me...". 19 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"ftmscan-fantom-network-explorer": {
"url": "https://edge.vinkius.com/vk_preview_pTTw1YuQ3CLwsgnovwArQp6hu1wrfnVQtLvNG5Ps/mcp"
}
}
} - Step 01
Create MCP config
Create a .vscode/mcp.json file in your project root
- Step 02
Add the server config
Paste the JSON configuration above
- Step 03
Enable Agent mode
Open GitHub Copilot Chat and switch to Agent mode using the dropdown
- Step 04
Start using FtmScan (Fantom Network Explorer)
Ask Copilot: "Using FtmScan (Fantom Network Explorer), help me...". 19 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"ftmscan-fantom-network-explorer": {
"url": "https://edge.vinkius.com/vk_preview_pTTw1YuQ3CLwsgnovwArQp6hu1wrfnVQtLvNG5Ps/mcp"
}
}
} - Step 01
Open MCP Settings
Go to Settings → MCP Configuration or press Cmd+Shift+P and search "MCP"
- Step 02
Add the server
Paste the JSON configuration above into mcp_config.json
- Step 03
Save and reload
Windsurf will detect the new server automatically
- Step 04
Start using FtmScan (Fantom Network Explorer)
Open Cascade and ask: "Using FtmScan (Fantom Network Explorer), help me...". 19 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"ftmscan-fantom-network-explorer": {
"url": "https://edge.vinkius.com/vk_preview_pTTw1YuQ3CLwsgnovwArQp6hu1wrfnVQtLvNG5Ps/mcp"
}
}
} - Step 01
Open Cline MCP Settings
Click the Connectors icon in the Cline sidebar panel
- Step 02
Add remote server
Click "Add Connector" and paste the configuration above
- Step 03
Enable the server
Toggle the server switch to ON
- Step 04
Start using FtmScan (Fantom Network Explorer)
Ask Cline: "Using FtmScan (Fantom Network Explorer), help me...". 19 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add ftmscan-fantom-network-explorer --transport http "https://edge.vinkius.com/vk_preview_pTTw1YuQ3CLwsgnovwArQp6hu1wrfnVQtLvNG5Ps/mcp" - Step 01
Install Claude Code
Run npm install -g @anthropic-ai/claude-code if not already installed
- Step 02
Add the Connector
Run the command above in your terminal
- Step 03
Verify the connection
Run claude mcp to list connected servers, or type /mcp inside a session
- Step 04
Start using FtmScan (Fantom Network Explorer)
Ask Claude: "Using FtmScan (Fantom Network Explorer), show me...". 19 tools are ready
Where the request belongs
Work FtmScan can move forward.
This is for anyone who spends their day looking at on-chain data. It's for the developer who needs to audit code quickly and the crypto researcher who needs to track large-scale movements without manual searching.
Web3 Developer
Verifies contract ABIs and source code during a sprint to ensure the logic matches the deployment.
Crypto Analyst
Tracks whale movements and token distributions to identify trends in the Fantom ecosystem.
DeFi Power User
Monitors their own wallet balances and recent activity across various decentralized apps.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsBlastscan (Blast Network Explorer)
Explore the Blast Network—check balances, track transactions, and inspect smart contracts directly from your AI agent.
SolanaFM (Solana FM Block Explorer API)
Access Solana blockchain data via SolanaFM. inspect blocks, transactions, account metadata, and token balances directly from any AI agent.
Blockscout
Explore Ethereum-based blockchains directly from your AI agent. Query addresses, tokens, transactions, and smart contracts via Blockscout's open-source API.
Tronscan (TRON Blockchain Explorer API)
Explore the TRON blockchain. analyze accounts, track token balances, inspect smart contracts, and monitor network resources directly from any AI agent.
Snowtrace (Avalanche Explorer)
Explore the Avalanche C-Chain. check AVAX balances, track ERC-20/NFT transfers, and inspect smart contract data directly from your AI agent.
Etherscan
Query Ethereum and EVM-compatible blockchain data—check balances, transaction history, and token transfers directly from your AI agent.
Bring your own AI
Change the model, client or framework. Keep FtmScan connected.
-
Claude -
ChatGPT -
Gemini -
Cursor -
VS Code -
Windsurf -
ZCode -
Cline -
Zed -
Continue -
Kiro -
Roo Code -
Zencoder -
Goose -
Void -
Augment Code -
Amp -
Qodo -
Tabnine -
Pieces -
Sourcegraph Cody -
JetBrains -
Warp -
Amazon Q -
Antigravity -
BoltAI -
Raycast -
Jan -
LM Studio -
AnythingLLM -
Open WebUI -
Msty -
Cherry Studio -
LibreChat -
TypingMind -
Chorus -
5ire -
n8n -
LangChain -
LlamaIndex -
CrewAI -
Vercel AI SDK
Before you connect
Questions about FtmScan.
The practical details behind the request, access and result.
Can FtmScan MCP check my NFT transfers?
Yes, it can pull ERC-721 transfer events. This allows your agent to show you exactly when and where your NFTs moved across the Fantom network.
Does FtmScan MCP work for other blockchains like Ethereum?
No, this Connector is specifically built for the Fantom network. You will need a different explorer MCP if you are looking for Ethereum or other chain data.
How do I get my FtmScan API key for this Connector?
You can get your API key directly from the FtmScan website. Once you have it, just add it to your Connector configuration to start querying data.
Can FtmScan MCP see internal transactions?
Yes, it can fetch internal transactions. This is very useful for seeing how funds move between different smart contracts rather than just simple wallet-to-wallet transfers.
Is FtmScan MCP good for developers auditing smart contracts?
It's a great capability for developers. It allows your agent to pull verified source code and ABIs directly, making it much faster to audit contract logic.
Can FtmScan MCP show me the current FTM price?
Yes, it can pull the latest FTM price in real time. This helps you keep your analysis current without having to leave your AI client.
Can I check the balance of multiple wallets at once?
Yes, use the get_ftm_balance_multi capability with a comma-separated list of addresses. The agent will return the FTM balance for each address in the list.
How do I see the source code of a smart contract?
Use the get_contract_source_code capability with the contract's address. If the contract is verified on FtmScan, the agent will retrieve the source code and metadata.
How can I verify if a transaction was successful?
Use the get_transaction_status capability with the transaction hash. It will return the execution status code directly from the Fantom network.
One connection away
Give your agent a direct line to FtmScan.
Connect FtmScan once. Keep it beside 6,100+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available