Call a tool on the official hosted Avalanche MCP
avax_hosted_callProxy to Ava Labs' hosted Avalanche MCP for current docs, CLI lookups, and validator data. Falls back to local tools on rate limit errors.
Instructions
Proxy a tool call to Ava Labs' hosted Avalanche MCP (https://build.avax.network/api/mcp). Best for things the local index lacks: build_plan (platform-cli runbooks; pass chainId as a STRING), cli_lookup_command, rpc_lookup_method, docs_search (always-current), platform_get_validators_at, platform_get_pending_validators, info_peers, onchain_activity. On 429 fall back to local tools.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Hosted tool name, e.g. github_search_code | |
| arguments | No | Tool arguments as JSON object |