Snowtrace (Avalanche Explorer) MCP Server for Google ADKGive Google ADK instant access to 21 tools to Check Contract Execution Status, Check Transaction Receipt Status, Check Verify Status, and more
Google Agent Development Kit (ADK) is Google's framework for building production AI agents. Add Snowtrace (Avalanche Explorer) as an MCP tool provider through Vinkius and your ADK agents can call every tool with full schema introspection.
Ask AI about this MCP Server for Google ADK
The Snowtrace (Avalanche Explorer) MCP Server for Google ADK is a standout in the Databases category — giving your AI agent 21 tools to work with, ready to go from day one.
Vinkius delivers Streamable HTTP and SSE to any MCP client
from google.adk.agents import Agent
from google.adk.tools.mcp_tool import McpToolset
from google.adk.tools.mcp_tool.mcp_session_manager import (
StreamableHTTPConnectionParams,
)
# Your Vinkius token. get it at cloud.vinkius.com
mcp_tools = McpToolset(
connection_params=StreamableHTTPConnectionParams(
url="https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp",
)
)
agent = Agent(
model="gemini-2.5-pro",
name="snowtrace_avalanche_explorer_agent",
instruction=(
"You help users interact with Snowtrace (Avalanche Explorer) "
"using 21 available tools."
),
tools=[mcp_tools],
)
* Every MCP server runs on Vinkius-managed infrastructure inside AWS - a purpose-built runtime with per-request V8 isolates, Ed25519 signed audit chains, and sub-40ms cold starts optimized for native MCP execution. See our infrastructure
About Snowtrace (Avalanche Explorer) MCP Server
Connect to the Snowtrace explorer and bring real-time Avalanche blockchain data into your AI workflows. Monitor addresses, analyze transactions, and audit smart contracts without leaving your conversation.
Google ADK natively supports Snowtrace (Avalanche Explorer) as an MCP tool provider. declare Vinkius Edge URL and the framework handles discovery, validation, and execution automatically. Combine 21 tools with Gemini's long-context reasoning for complex multi-tool workflows, with production-ready session management and evaluation built in.
What you can do
- Account Analytics — Retrieve AVAX balances for single or multiple addresses (up to 20) in a single request.
- Transaction History — List normal and internal transactions for any wallet, including block ranges and sorting options.
- Token Tracking — Monitor ERC-20 and ERC-721 (NFT) transfer events to track asset movements across the network.
- Contract Inspection — Fetch verified source code and ABIs for smart contracts to understand protocol logic.
- Network Stats — Access block rewards, total AVAX supply, and the latest price data directly from the chain.
The Snowtrace (Avalanche Explorer) MCP Server exposes 21 tools through the Vinkius. Connect it to Google ADK in under two minutes — credentials fully managed, no infrastructure to provision, no vendor lock-in. Your configuration, your data, your control.
All 21 Snowtrace (Avalanche Explorer) tools available for Google ADK
When Google ADK connects to Snowtrace (Avalanche Explorer) through Vinkius, your AI agent gets direct access to every tool listed below — spanning avalanche-blockchain, block-explorer, smart-contracts, and more. Every call runs in a secure, isolated environment with full audit visibility. Beyond a simple connection, you get real-time monitoring of agent activity, enterprise governance, and optimized token usage.
Check contract execution status on Snowtrace (Avalanche Explorer)
Check Contract Execution Status
Check transaction receipt status on Snowtrace (Avalanche Explorer)
Check Transaction Receipt Status
Check verify status on Snowtrace (Avalanche Explorer)
Check Verification Status
Get avax balance on Snowtrace (Avalanche Explorer)
Get AVAX Balance for a Single Address
Get avax balance multi on Snowtrace (Avalanche Explorer)
Get AVAX Balance for Multiple Addresses
Get avax last price on Snowtrace (Avalanche Explorer)
Get AVAX Last Price
Get avax total supply on Snowtrace (Avalanche Explorer)
Get Total Supply of AVAX
Get block countdown on Snowtrace (Avalanche Explorer)
Get Estimated Block Countdown
Get block number by time on Snowtrace (Avalanche Explorer)
Get Block Number by Timestamp
Get block reward on Snowtrace (Avalanche Explorer)
Get Block Rewards
Get contract abi on Snowtrace (Avalanche Explorer)
Get Contract ABI
Get contract source code on Snowtrace (Avalanche Explorer)
Get Contract Source Code
Get erc20 transfers on Snowtrace (Avalanche Explorer)
Get ERC-20 Token Transfer Events
Get erc721 transfers on Snowtrace (Avalanche Explorer)
Get ERC-721 (NFT) Token Transfer Events
Get internal transactions on Snowtrace (Avalanche Explorer)
Get Internal Transactions
Get logs on Snowtrace (Avalanche Explorer)
Get Logs
Get mined blocks on Snowtrace (Avalanche Explorer)
Get Blocks Mined by Address
Get normal transactions on Snowtrace (Avalanche Explorer)
Get Normal Transactions by Address
Get token balance on Snowtrace (Avalanche Explorer)
Get ERC-20 Token Balance for Address
Get token total supply on Snowtrace (Avalanche Explorer)
Get ERC-20 Token Total Supply
Verify source code on Snowtrace (Avalanche Explorer)
Verify Source Code
Connect Snowtrace (Avalanche Explorer) to Google ADK via MCP
Follow these steps to wire Snowtrace (Avalanche Explorer) into Google ADK. The entire setup takes under two minutes — your credentials stay safe behind Vinkius.
Install Google ADK
pip install google-adkReplace the token
[YOUR_TOKEN_HERE] with your Vinkius tokenCreate the agent
Explore tools
Why Use Google ADK with the Snowtrace (Avalanche Explorer) MCP Server
Google ADK provides unique advantages when paired with Snowtrace (Avalanche Explorer) through the Model Context Protocol.
Google ADK natively supports MCP tool servers. declare a tool provider and the framework handles discovery, validation, and execution
Built on Gemini models, ADK provides long-context reasoning ideal for complex multi-tool workflows with Snowtrace (Avalanche Explorer)
Production-ready features like session management, evaluation, and deployment come built-in. not bolted on
Seamless integration with Google Cloud services means you can combine Snowtrace (Avalanche Explorer) tools with BigQuery, Vertex AI, and Cloud Functions
Snowtrace (Avalanche Explorer) + Google ADK Use Cases
Practical scenarios where Google ADK combined with the Snowtrace (Avalanche Explorer) MCP Server delivers measurable value.
Enterprise data agents: ADK agents query Snowtrace (Avalanche Explorer) and cross-reference results with internal databases for comprehensive analysis
Multi-modal workflows: combine Snowtrace (Avalanche Explorer) tool responses with Gemini's vision and language capabilities in a single agent
Automated compliance checks: schedule ADK agents to query Snowtrace (Avalanche Explorer) regularly and flag policy violations or configuration drift
Internal tool platforms: build self-service agent platforms where teams connect their own MCP servers including Snowtrace (Avalanche Explorer)
Example Prompts for Snowtrace (Avalanche Explorer) in Google ADK
Ready-to-use prompts you can give your Google ADK agent to start working with Snowtrace (Avalanche Explorer) immediately.
"What is the current AVAX balance of 0x742d35Cc6634C0532925a3b844Bc454e4438f44e?"
"Show me the last 5 ERC-20 transfers for wallet 0x123..."
"Get the ABI for the contract at 0x60ae616a2155ee3d9a68541ba4544862310933d4."
Troubleshooting Snowtrace (Avalanche Explorer) MCP Server with Google ADK
Common issues when connecting Snowtrace (Avalanche Explorer) to Google ADK through Vinkius, and how to resolve them.
McpToolset not found
pip install --upgrade google-adkSnowtrace (Avalanche Explorer) + Google ADK FAQ
Common questions about integrating Snowtrace (Avalanche Explorer) MCP Server with Google ADK.
How does Google ADK connect to MCP servers?
Can ADK agents use multiple MCP servers?
Which Gemini models work best with MCP tools?
Explore More MCP Servers
View all →
PHC GO
16 toolsEquip your AI agent to control your PHC GO ERP. Query customers, retrieve real-time stocks, map taxes, and issue documents conversationally.

DCL Logistics
10 toolsEquip your AI agent to manage order fulfillment, track shipments, and monitor warehouse inventory via the DCL Logistics API.

CoderPad
8 toolsManage technical interviews and assessments via CoderPad — create pads, track interview events, and audit the question bank directly from any AI agent.

Repuso
14 toolsCollect and manage customer reviews effortlessly with Repuso AI agents.
