{"$schema":"https://wellknown.network/schemas/agent-record-v1.json","schemaVersion":"1","id":"ag_skeafw272gzg","handle":"avalanche-avax-mcp","url":"https://wellknown.network/agents/avalanche-avax-mcp","links":{"self":"https://wellknown.network/agents/avalanche-avax-mcp/record.json","html":"https://wellknown.network/agents/avalanche-avax-mcp","markdown":"https://wellknown.network/agents/avalanche-avax-mcp/record.md","api":"https://wellknown.network/api/v1/agents/avalanche-avax-mcp","status":"https://wellknown.network/api/v1/agents/avalanche-avax-mcp/status","claim":"https://wellknown.network/agents/avalanche-avax-mcp/claim","claimApi":"https://wellknown.network/api/v1/claims","claimDescriptor":"https://wellknown.network/agents/avalanche-avax-mcp/claim.json","badge":"https://wellknown.network/agents/avalanche-avax-mcp/badge.svg","openapi":"https://wellknown.network/openapi.json"},"ard":{"identifier":"urn:air:build.avax.network:server:avalanche-avax-mcp","type":"application/mcp-server-card+json"},"kind":"mcp_server","declared":{"name":"Avalanche AVAX MCP","summary":"Search and retrieve Avalanche blockchain documentation for building on AVAX.","description":"Search and retrieve Avalanche blockchain documentation for building on AVAX.","publisher":{"name":"Airpote","url":null},"homepage":"https://build.avax.network","repository":"https://github.com/Airpote/avalanche-mcp-vscode","version":"1.0.1","license":null,"protocols":["mcp"],"tags":[],"pricing":null,"endpoints":[{"url":"https://build.avax.network/api/mcp","type":"mcp_streamable_http","auth":null,"probeable":true}],"skills":null,"tools":null,"extra":{"updatedAt":"2026-02-05T14:07:41.199988Z","publishedAt":"2026-02-05T14:07:41.199988Z","registryName":"io.github.Airpote/avalanche-docs"},"attribution":{"kind":"mcp_registry","name":"mcp_registry","repoUrl":"mcp_registry","summary":"mcp_registry","version":"mcp_registry","description":"mcp_registry","homepageUrl":"mcp_registry","publisherName":"mcp_registry"}},"derived":{"capabilities":[{"slug":"code.documentation","name":"Code Documentation","confidence":1,"provenance":"derived"},{"slug":"data.database","name":"Databases","confidence":1,"provenance":"derived"},{"slug":"dev.docs-lookup","name":"Documentation Lookup","confidence":1,"provenance":"derived"},{"slug":"automation.orchestration","name":"Agent Orchestration","confidence":0.554,"provenance":"derived"},{"slug":"research.academic","name":"Academic Research","confidence":0.54,"provenance":"derived"},{"slug":"documents.contracts","name":"Contracts & Legal","confidence":0.525,"provenance":"derived"},{"slug":"documents.conversion","name":"Document Conversion","confidence":0.51,"provenance":"derived"}],"categories":["automation","code","data","dev","documents","research"]},"observed":{"status":"live","statusReason":"Responded 9h ago.","lastOkAt":"2026-09-06T02:28:07.770Z","lastProbedAt":"2026-09-06T02:28:07.770Z","statusComputedAt":"2026-09-06T02:28:30.424Z","reliability30d":{"probes":1,"successRate":1,"p50Ms":157},"latestObservations":[{"at":"2026-09-06T10:26:34.973Z","kind":"mcp_initialize","ok":true,"httpStatus":200,"latencyMs":170,"error":null,"detail":{"tools":[{"name":"docs_search","description":"Search body-level chunks across Avalanche documentation, academy courses, integrations, and blog posts. Returns source citations and matching excerpts."},{"name":"docs_fetch","description":"Fetch a specific documentation page as markdown"},{"name":"docs_list_sections","description":"List available documentation sections and their page counts"},{"name":"cli_lookup_command","description":"Look up Avalanche CLI, Platform CLI, and tmpnet command guidance in the docs. Returns cited command references and task docs."},{"name":"rpc_lookup_method","description":"Look up Avalanche RPC methods and API guides across C-Chain, P-Chain, X-Chain, Subnet-EVM, and node RPC docs."},{"name":"acp_lookup","description":"Look up Avalanche Community Proposals (ACPs) by number, title, or topic. When a number is provided the structured ACP record is returned (title, status, track, "},{"name":"acp_list","description":"List Avalanche Community Proposals with structured fields, optionally filtered by status (Activated, Implementable, Proposed, Stale, Withdrawn) or track (Standa"},{"name":"avalanche_docs_search","description":"Compatibility alias for docs_search. Prefer docs_search for new clients."},{"name":"avalanche_docs_fetch","description":"Compatibility alias for docs_fetch. Prefer docs_fetch for new clients."},{"name":"avalanche_docs_list_sections","description":"Compatibility alias for docs_list_sections. Prefer docs_list_sections for new clients."},{"name":"blockchain_lookup_transaction","description":"Look up a transaction by hash on Avalanche (C-Chain, P-Chain, or X-Chain). Supports 0x format (C-Chain) and CB58 format (P/X-Chain)."},{"name":"blockchain_lookup_subnet","description":"Look up a Subnet / L1 by its ID — validators, chains, and configuration."},{"name":"blockchain_lookup_chain","description":"Look up a blockchain by its ID — name, VM type, and Subnet/L1."},{"name":"blockchain_lookup_validator","description":"Look up a validator by node ID — stake, uptime, delegation info."},{"name":"platform_get_height","description":"Get the current P-Chain block height"},{"name":"platform_get_block","description":"Get a P-Chain block by its block ID"},{"name":"platform_get_block_by_height","description":"Get a P-Chain block by its height"},{"name":"platform_get_blockchains","description":"Get all blockchains that exist on the P-Chain (paginated; use limit/offset)"},{"name":"platform_get_subnets","description":"Get information about Subnets/L1s on the P-Chain"},{"name":"platform_get_current_validators","description":"Get the current validators of a Subnet/L1 (paginated; use limit/offset)"},{"name":"platform_get_pending_validators","description":"Get the pending validators of a Subnet/L1 (paginated; use limit/offset)"},{"name":"platform_get_staking_asset_id","description":"Get the asset ID of the token used for staking on a Subnet/L1"},{"name":"platform_get_min_stake","description":"Get the minimum staking amounts for validators and delegators on a Subnet/L1"},{"name":"platform_get_total_stake","description":"Get the total amount staked on a Subnet/L1"},{"name":"platform_get_balance","description":"Get the AVAX balance of one or more P-Chain addresses"},{"name":"platform_get_utxos","description":"Get UTXOs that reference a given set of P-Chain addresses"},{"name":"platform_get_tx","description":"Get a P-Chain transaction by its transaction ID"},{"name":"platform_get_tx_status","description":"Get the status of a P-Chain transaction"},{"name":"platform_get_current_supply","description":"Get the current total supply of AVAX on a Subnet/L1"},{"name":"platform_get_validators_at","description":"Get the validators and their weights of a Subnet/L1 at a given P-Chain height"},{"name":"info_get_node_version","description":"Get the version of the node, including the database version, git commit, and API compatibility info."},{"name":"info_get_network_id","description":"Get the numeric ID of the Avalanche network this node is participating in."},{"name":"info_get_network_name","description":"Get the human-readable name of the Avalanche network this node is participating in."},{"name":"info_get_blockchain_id","description":"Get the CB58-encoded blockchain ID for a given blockchain alias (e.g., \"X\", \"P\", \"C\")."},{"name":"info_is_bootstrapped","description":"Check whether a given chain has finished bootstrapping on the node."},{"name":"info_get_tx_fee","description":"Get the current transaction fees for the network, returned in both nAVAX and AVAX."},{"name":"info_peers","description":"Get a list of peers this node is connected to. Optionally filter by specific NodeIDs."},{"name":"info_acps","description":"Get information about Avalanche Community Proposals (ACPs), including their status and vote counts."},{"name":"blockchain_get_native_balance","description":"Compatibility alias for onchain_lookup address balances. Prefer onchain_lookup for new clients."},{"name":"blockchain_get_contract_info","description":"Compatibility alias for onchain_lookup contract metadata. Prefer onchain_lookup for new clients."},{"name":"blockchain_lookup_address","description":"Compatibility alias for onchain_lookup address details. Prefer onchain_lookup for new clients."},{"name":"onchain_lookup","description":"PRIMARY lookup tool — use this (not raw RPC) to resolve/describe any on-chain identifier in one call: an EVM address (native + token balances, recent txs, contr"},{"name":"onchain_activity","description":"Time-windowed on-chain activity. scope=chain/address returns the transaction COUNT over the last `hours` (max 720h = 30 days; for longer windows use chain_stats"},{"name":"chain_stats","description":"On-chain statistics via the query gateway, which picks the most accurate live source PER FIELD and stamps it (sources/warnings in the response). target=chain: t"},{"name":"onchain_query","description":"PRIMARY tool for indexed on-chain stats/activity/totals — prefer this over raw RPC for chain data. Each `op` is a backend-agnostic intent: the query gateway sel"},{"name":"build_plan","description":"Generate a step-by-step, copy-pasteable runbook for an Avalanche operation — Builder Console (no-code) path plus the equivalent platform-cli / SDK / interchain-"},{"name":"console_link","description":"Return a deep-link into a specific Builder Console flow (create-l1, convert-to-l1, validator-manager, ictt, faucet, multisig, staking, transfers, interchain-kit"},{"name":"console_flow","description":"Builder Console flow knowledge. Call with NO `flow` to list every flow (summaries + deep-links); call with a `flow` key to explain it (ordered steps, equivalent"}],"toolCount":48,"serverName":"avalanche-mcp","capabilities":["tools","resources"],"serverVersion":"2.4.0","protocolVersion":"2024-11-05"}},{"at":"2026-09-06T02:28:07.770Z","kind":"mcp_initialize","ok":true,"httpStatus":200,"latencyMs":157,"error":null,"detail":{"tools":[{"name":"docs_search","description":"Search body-level chunks across Avalanche documentation, academy courses, integrations, and blog posts. Returns source citations and matching excerpts."},{"name":"docs_fetch","description":"Fetch a specific documentation page as markdown"},{"name":"docs_list_sections","description":"List available documentation sections and their page counts"},{"name":"cli_lookup_command","description":"Look up Avalanche CLI, Platform CLI, and tmpnet command guidance in the docs. Returns cited command references and task docs."},{"name":"rpc_lookup_method","description":"Look up Avalanche RPC methods and API guides across C-Chain, P-Chain, X-Chain, Subnet-EVM, and node RPC docs."},{"name":"acp_lookup","description":"Look up Avalanche Community Proposals (ACPs) by number, title, or topic. When a number is provided the structured ACP record is returned (title, status, track, "},{"name":"acp_list","description":"List Avalanche Community Proposals with structured fields, optionally filtered by status (Activated, Implementable, Proposed, Stale, Withdrawn) or track (Standa"},{"name":"avalanche_docs_search","description":"Compatibility alias for docs_search. Prefer docs_search for new clients."},{"name":"avalanche_docs_fetch","description":"Compatibility alias for docs_fetch. Prefer docs_fetch for new clients."},{"name":"avalanche_docs_list_sections","description":"Compatibility alias for docs_list_sections. Prefer docs_list_sections for new clients."},{"name":"blockchain_lookup_transaction","description":"Look up a transaction by hash on Avalanche (C-Chain, P-Chain, or X-Chain). Supports 0x format (C-Chain) and CB58 format (P/X-Chain)."},{"name":"blockchain_lookup_subnet","description":"Look up a Subnet / L1 by its ID — validators, chains, and configuration."},{"name":"blockchain_lookup_chain","description":"Look up a blockchain by its ID — name, VM type, and Subnet/L1."},{"name":"blockchain_lookup_validator","description":"Look up a validator by node ID — stake, uptime, delegation info."},{"name":"platform_get_height","description":"Get the current P-Chain block height"},{"name":"platform_get_block","description":"Get a P-Chain block by its block ID"},{"name":"platform_get_block_by_height","description":"Get a P-Chain block by its height"},{"name":"platform_get_blockchains","description":"Get all blockchains that exist on the P-Chain (paginated; use limit/offset)"},{"name":"platform_get_subnets","description":"Get information about Subnets/L1s on the P-Chain"},{"name":"platform_get_current_validators","description":"Get the current validators of a Subnet/L1 (paginated; use limit/offset)"},{"name":"platform_get_pending_validators","description":"Get the pending validators of a Subnet/L1 (paginated; use limit/offset)"},{"name":"platform_get_staking_asset_id","description":"Get the asset ID of the token used for staking on a Subnet/L1"},{"name":"platform_get_min_stake","description":"Get the minimum staking amounts for validators and delegators on a Subnet/L1"},{"name":"platform_get_total_stake","description":"Get the total amount staked on a Subnet/L1"},{"name":"platform_get_balance","description":"Get the AVAX balance of one or more P-Chain addresses"},{"name":"platform_get_utxos","description":"Get UTXOs that reference a given set of P-Chain addresses"},{"name":"platform_get_tx","description":"Get a P-Chain transaction by its transaction ID"},{"name":"platform_get_tx_status","description":"Get the status of a P-Chain transaction"},{"name":"platform_get_current_supply","description":"Get the current total supply of AVAX on a Subnet/L1"},{"name":"platform_get_validators_at","description":"Get the validators and their weights of a Subnet/L1 at a given P-Chain height"},{"name":"info_get_node_version","description":"Get the version of the node, including the database version, git commit, and API compatibility info."},{"name":"info_get_network_id","description":"Get the numeric ID of the Avalanche network this node is participating in."},{"name":"info_get_network_name","description":"Get the human-readable name of the Avalanche network this node is participating in."},{"name":"info_get_blockchain_id","description":"Get the CB58-encoded blockchain ID for a given blockchain alias (e.g., \"X\", \"P\", \"C\")."},{"name":"info_is_bootstrapped","description":"Check whether a given chain has finished bootstrapping on the node."},{"name":"info_get_tx_fee","description":"Get the current transaction fees for the network, returned in both nAVAX and AVAX."},{"name":"info_peers","description":"Get a list of peers this node is connected to. Optionally filter by specific NodeIDs."},{"name":"info_acps","description":"Get information about Avalanche Community Proposals (ACPs), including their status and vote counts."},{"name":"blockchain_get_native_balance","description":"Compatibility alias for onchain_lookup address balances. Prefer onchain_lookup for new clients."},{"name":"blockchain_get_contract_info","description":"Compatibility alias for onchain_lookup contract metadata. Prefer onchain_lookup for new clients."},{"name":"blockchain_lookup_address","description":"Compatibility alias for onchain_lookup address details. Prefer onchain_lookup for new clients."},{"name":"onchain_lookup","description":"PRIMARY lookup tool — use this (not raw RPC) to resolve/describe any on-chain identifier in one call: an EVM address (native + token balances, recent txs, contr"},{"name":"onchain_activity","description":"Time-windowed on-chain activity. scope=chain/address returns the transaction COUNT over the last `hours` (max 720h = 30 days; for longer windows use chain_stats"},{"name":"chain_stats","description":"On-chain statistics via the query gateway, which picks the most accurate live source PER FIELD and stamps it (sources/warnings in the response). target=chain: t"},{"name":"onchain_query","description":"PRIMARY tool for indexed on-chain stats/activity/totals — prefer this over raw RPC for chain data. Each `op` is a backend-agnostic intent: the query gateway sel"},{"name":"build_plan","description":"Generate a step-by-step, copy-pasteable runbook for an Avalanche operation — Builder Console (no-code) path plus the equivalent platform-cli / SDK / interchain-"},{"name":"console_link","description":"Return a deep-link into a specific Builder Console flow (create-l1, convert-to-l1, validator-manager, ictt, faucet, multisig, staking, transfers, interchain-kit"},{"name":"console_flow","description":"Builder Console flow knowledge. Call with NO `flow` to list every flow (summaries + deep-links); call with a `flow` key to explain it (ordered steps, equivalent"}],"toolCount":48,"serverName":"avalanche-mcp","capabilities":["tools","resources"],"serverVersion":"2.4.0","protocolVersion":"2024-11-05"}}],"tools":[{"name":"docs_search","description":"Search body-level chunks across Avalanche documentation, academy courses, integrations, and blog posts. Returns source citations and matching excerpts."},{"name":"docs_fetch","description":"Fetch a specific documentation page as markdown"},{"name":"docs_list_sections","description":"List available documentation sections and their page counts"},{"name":"cli_lookup_command","description":"Look up Avalanche CLI, Platform CLI, and tmpnet command guidance in the docs. Returns cited command references and task docs."},{"name":"rpc_lookup_method","description":"Look up Avalanche RPC methods and API guides across C-Chain, P-Chain, X-Chain, Subnet-EVM, and node RPC docs."},{"name":"acp_lookup","description":"Look up Avalanche Community Proposals (ACPs) by number, title, or topic. When a number is provided the structured ACP record is returned (title, status, track, "},{"name":"acp_list","description":"List Avalanche Community Proposals with structured fields, optionally filtered by status (Activated, Implementable, Proposed, Stale, Withdrawn) or track (Standa"},{"name":"avalanche_docs_search","description":"Compatibility alias for docs_search. Prefer docs_search for new clients."},{"name":"avalanche_docs_fetch","description":"Compatibility alias for docs_fetch. Prefer docs_fetch for new clients."},{"name":"avalanche_docs_list_sections","description":"Compatibility alias for docs_list_sections. Prefer docs_list_sections for new clients."},{"name":"blockchain_lookup_transaction","description":"Look up a transaction by hash on Avalanche (C-Chain, P-Chain, or X-Chain). Supports 0x format (C-Chain) and CB58 format (P/X-Chain)."},{"name":"blockchain_lookup_subnet","description":"Look up a Subnet / L1 by its ID — validators, chains, and configuration."},{"name":"blockchain_lookup_chain","description":"Look up a blockchain by its ID — name, VM type, and Subnet/L1."},{"name":"blockchain_lookup_validator","description":"Look up a validator by node ID — stake, uptime, delegation info."},{"name":"platform_get_height","description":"Get the current P-Chain block height"},{"name":"platform_get_block","description":"Get a P-Chain block by its block ID"},{"name":"platform_get_block_by_height","description":"Get a P-Chain block by its height"},{"name":"platform_get_blockchains","description":"Get all blockchains that exist on the P-Chain (paginated; use limit/offset)"},{"name":"platform_get_subnets","description":"Get information about Subnets/L1s on the P-Chain"},{"name":"platform_get_current_validators","description":"Get the current validators of a Subnet/L1 (paginated; use limit/offset)"},{"name":"platform_get_pending_validators","description":"Get the pending validators of a Subnet/L1 (paginated; use limit/offset)"},{"name":"platform_get_staking_asset_id","description":"Get the asset ID of the token used for staking on a Subnet/L1"},{"name":"platform_get_min_stake","description":"Get the minimum staking amounts for validators and delegators on a Subnet/L1"},{"name":"platform_get_total_stake","description":"Get the total amount staked on a Subnet/L1"},{"name":"platform_get_balance","description":"Get the AVAX balance of one or more P-Chain addresses"},{"name":"platform_get_utxos","description":"Get UTXOs that reference a given set of P-Chain addresses"},{"name":"platform_get_tx","description":"Get a P-Chain transaction by its transaction ID"},{"name":"platform_get_tx_status","description":"Get the status of a P-Chain transaction"},{"name":"platform_get_current_supply","description":"Get the current total supply of AVAX on a Subnet/L1"},{"name":"platform_get_validators_at","description":"Get the validators and their weights of a Subnet/L1 at a given P-Chain height"},{"name":"info_get_node_version","description":"Get the version of the node, including the database version, git commit, and API compatibility info."},{"name":"info_get_network_id","description":"Get the numeric ID of the Avalanche network this node is participating in."},{"name":"info_get_network_name","description":"Get the human-readable name of the Avalanche network this node is participating in."},{"name":"info_get_blockchain_id","description":"Get the CB58-encoded blockchain ID for a given blockchain alias (e.g., \"X\", \"P\", \"C\")."},{"name":"info_is_bootstrapped","description":"Check whether a given chain has finished bootstrapping on the node."},{"name":"info_get_tx_fee","description":"Get the current transaction fees for the network, returned in both nAVAX and AVAX."},{"name":"info_peers","description":"Get a list of peers this node is connected to. Optionally filter by specific NodeIDs."},{"name":"info_acps","description":"Get information about Avalanche Community Proposals (ACPs), including their status and vote counts."},{"name":"blockchain_get_native_balance","description":"Compatibility alias for onchain_lookup address balances. Prefer onchain_lookup for new clients."},{"name":"blockchain_get_contract_info","description":"Compatibility alias for onchain_lookup contract metadata. Prefer onchain_lookup for new clients."},{"name":"blockchain_lookup_address","description":"Compatibility alias for onchain_lookup address details. Prefer onchain_lookup for new clients."},{"name":"onchain_lookup","description":"PRIMARY lookup tool — use this (not raw RPC) to resolve/describe any on-chain identifier in one call: an EVM address (native + token balances, recent txs, contr"},{"name":"onchain_activity","description":"Time-windowed on-chain activity. scope=chain/address returns the transaction COUNT over the last `hours` (max 720h = 30 days; for longer windows use chain_stats"},{"name":"chain_stats","description":"On-chain statistics via the query gateway, which picks the most accurate live source PER FIELD and stamps it (sources/warnings in the response). target=chain: t"},{"name":"onchain_query","description":"PRIMARY tool for indexed on-chain stats/activity/totals — prefer this over raw RPC for chain data. Each `op` is a backend-agnostic intent: the query gateway sel"},{"name":"build_plan","description":"Generate a step-by-step, copy-pasteable runbook for an Avalanche operation — Builder Console (no-code) path plus the equivalent platform-cli / SDK / interchain-"},{"name":"console_link","description":"Return a deep-link into a specific Builder Console flow (create-l1, convert-to-l1, validator-manager, ictt, faucet, multisig, staking, transfers, interchain-kit"},{"name":"console_flow","description":"Builder Console flow knowledge. Call with NO `flow` to list every flow (summaries + deep-links); call with a `flow` key to explain it (ordered steps, equivalent"}],"package":null},"verification":{"claimed":false,"claimedAt":null,"proofs":[]},"provenance":{"sources":[{"source":"mcp_registry","key":"io.github.Airpote/avalanche-docs","url":"https://registry.modelcontextprotocol.io/v0/servers/io.github.Airpote%2Favalanche-docs","firstSeenAt":"2026-09-06T00:20:45.578Z","fetchedAt":"2026-09-06T00:20:45.578Z","normalizedAt":"2026-09-06T00:20:45.578Z"}]},"firstSeenAt":"2026-09-06T00:20:45.578Z","updatedAt":"2026-09-06T02:28:40.321Z"}