mcpserver.lol
registry/avalanche-docs
Connection check verified live · 27h ago

avalanche-docs

Search and retrieve Avalanche blockchain documentation for building on AVAX.

Tools 48
GitHub stars
Installs / wk
Licence
Transport streamable-http
Last checked 27h ago

Tools & capabilities

48 tools

Read from the running server on 27h ago.

acp_list limittrackstatus
List Avalanche Community Proposals with structured fields, optionally filtered by status (Activated, Implementable, Proposed, Stale, Withdrawn) or track (Standards, Best Practices,…
acp_lookup limitquerynumber
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, authors, cross-refer…
avalanche_docs_fetch url*
Compatibility alias for docs_fetch. Prefer docs_fetch for new clients.
avalanche_docs_list_sections
Compatibility alias for docs_list_sections. Prefer docs_list_sections for new clients.
avalanche_docs_search limitquery*source
Compatibility alias for docs_search. Prefer docs_search for new clients.
blockchain_get_contract_info address*chainId
Compatibility alias for onchain_lookup contract metadata. Prefer onchain_lookup for new clients.
blockchain_get_native_balance address*chainId
Compatibility alias for onchain_lookup address balances. Prefer onchain_lookup for new clients.
blockchain_lookup_address address*chainId
Compatibility alias for onchain_lookup address details. Prefer onchain_lookup for new clients.
blockchain_lookup_chain chainId*network
Look up a blockchain by its ID — name, VM type, and Subnet/L1.
blockchain_lookup_subnet networksubnetId*
Look up a Subnet / L1 by its ID — validators, chains, and configuration.
blockchain_lookup_transaction txHash*network
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).
blockchain_lookup_validator nodeId*networksubnetId
Look up a validator by node ID — stake, uptime, delegation info.
build_plan tovmnametypestaketoken +13
Generate a step-by-step, copy-pasteable runbook for an Avalanche operation — Builder Console (no-code) path plus the equivalent platform-cli / SDK / interchain-kit commands. Read-o…
chain_stats dayshoursvaluetargetwindowchainId +2
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: tx count/gas/fees/act…
cli_lookup_command clilimitquery*
Look up Avalanche CLI, Platform CLI, and tmpnet command guidance in the docs. Returns cited command references and task docs.
console_flow flow
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 CLI, whether it sig…
console_link flow*networkvalidatorManager
Return a deep-link into a specific Builder Console flow (create-l1, convert-to-l1, validator-manager, ictt, faucet, multisig, staking, transfers, interchain-kit-local). For faucet…
docs_fetch url*
Fetch a specific documentation page as markdown
docs_list_sections
List available documentation sections and their page counts
docs_search limitquery*source
Search body-level chunks across Avalanche documentation, academy courses, integrations, and blog posts. Returns source citations and matching excerpts.
info_acps network
Get information about Avalanche Community Proposals (ACPs), including their status and vote counts.
info_get_blockchain_id alias*network
Get the CB58-encoded blockchain ID for a given blockchain alias (e.g., "X", "P", "C").
info_get_network_id network
Get the numeric ID of the Avalanche network this node is participating in.
info_get_network_name network
Get the human-readable name of the Avalanche network this node is participating in.
info_get_node_version network
Get the version of the node, including the database version, git commit, and API compatibility info.
info_get_tx_fee network
Get the current transaction fees for the network, returned in both nAVAX and AVAX.
info_is_bootstrapped chain*network
Check whether a given chain has finished bootstrapping on the node.
info_peers networknodeIDs
Get a list of peers this node is connected to. Optionally filter by specific NodeIDs.
onchain_activity feedhoursscope*valuechainIdnetwork +4
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 series or onchain_q…
onchain_lookup kindvalue*chainIdincludenetworktokenId
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, contract metadata + isCon…
onchain_query op*params*
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 selects the most accura…
platform_get_balance networkaddresses*
Get the AVAX balance of one or more P-Chain addresses
platform_get_block blockID*networkencoding
Get a P-Chain block by its block ID
platform_get_block_by_height height*networkencoding
Get a P-Chain block by its height
platform_get_blockchains limitoffsetnetwork
Get all blockchains that exist on the P-Chain (paginated; use limit/offset)
platform_get_current_supply networksubnetID
Get the current total supply of AVAX on a Subnet/L1
platform_get_current_validators limitoffsetnetworknodeIDssubnetID
Get the current validators of a Subnet/L1 (paginated; use limit/offset)
platform_get_height network
Get the current P-Chain block height
platform_get_min_stake networksubnetID
Get the minimum staking amounts for validators and delegators on a Subnet/L1
platform_get_pending_validators limitoffsetnetworknodeIDssubnetID
Get the pending validators of a Subnet/L1 (paginated; use limit/offset)
platform_get_staking_asset_id networksubnetID
Get the asset ID of the token used for staking on a Subnet/L1
platform_get_subnets idslimitoffsetnetwork
Get information about Subnets/L1s on the P-Chain
platform_get_total_stake networksubnetID
Get the total amount staked on a Subnet/L1
platform_get_tx txID*networkencoding
Get a P-Chain transaction by its transaction ID
platform_get_tx_status txID*network
Get the status of a P-Chain transaction
platform_get_utxos limitnetworkaddresses*sourceChain
Get UTXOs that reference a given set of P-Chain addresses
platform_get_validators_at height*networksubnetID
Get the validators and their weights of a Subnet/L1 at a given P-Chain height
rpc_lookup_method chainlimitquery*
Look up Avalanche RPC methods and API guides across C-Chain, P-Chain, X-Chain, Subnet-EVM, and node RPC docs.