Back to search
100
MCP live v1.0.1 streamable-http

Avalanche AVAX MCP

io.github.Airpote/avalanche-docs

Search and retrieve Avalanche blockchain documentation for building on AVAX.

Uptime
100.0%
3 probes
Response
2372ms
last probe
Tools
44
callable

Tools · 44

docs_search

Search body-level chunks across Avalanche documentation, academy courses, integrations, and blog posts. Returns source citations and matching excerpts.

docs_fetch

Fetch a specific documentation page as markdown

docs_list_sections

List available documentation sections and their page counts

cli_lookup_command

Look up Avalanche CLI, Platform CLI, and tmpnet command guidance in the docs. Returns cited command references and task docs.

rpc_lookup_method

Look up Avalanche RPC methods and API guides across C-Chain, P-Chain, X-Chain, Subnet-EVM, and node RPC docs.

acp_lookup

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-references).

acp_list

List Avalanche Community Proposals with structured fields, optionally filtered by status (Activated, Implementable, Proposed, Stale, Withdrawn) or track (Standards, Best Practices, Meta, Subnet).

avalanche_docs_search

Compatibility alias for docs_search. Prefer docs_search for new clients.

avalanche_docs_fetch

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.

blockchain_get_native_balance

Get the native AVAX balance of an address on C-Chain

blockchain_get_contract_info

Check if an address is a contract and get its ERC20 name/symbol if applicable

blockchain_lookup_transaction

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_address

Look up an address — balance, contract info. Use when users paste an 0x address.

blockchain_lookup_subnet

Look up a Subnet / L1 by its ID — validators, chains, and configuration.

blockchain_lookup_chain

Look up a blockchain by its ID — name, VM type, and subnet.

blockchain_lookup_validator

Look up a validator by node ID — stake, uptime, delegation info.

github_search_code

Search for code across core Avalanche GitHub repositories including avalanchego, subnet-evm, coreth, libevm, avalanche-cli, platform-cli, icm-services, icm-contracts, avalanche-network-runner, hypersd…

github_get_file

Retrieve the contents of a specific file from an Avalanche GitHub repository.

github_list_repositories

List the Avalanche GitHub repositories covered by github_search_code and github_get_file.

platform_get_height

Get the current P-Chain block height

platform_get_block

Get a P-Chain block by its block ID

platform_get_block_by_height

Get a P-Chain block by its height

platform_get_blockchains

Get all blockchains that exist on the P-Chain

platform_get_subnets

Get information about subnets on the P-Chain

platform_get_current_validators

Get the current validators of a subnet

platform_get_pending_validators

Get the pending validators of a subnet (validators not yet validating)

platform_get_staking_asset_id

Get the asset ID of the token used for staking on a subnet

platform_get_min_stake

Get the minimum staking amounts for validators and delegators on a subnet

platform_get_total_stake

Get the total amount staked on a subnet

platform_get_balance

Get the AVAX balance of one or more P-Chain addresses

platform_get_utxos

Get UTXOs that reference a given set of P-Chain addresses

platform_get_tx

Get a P-Chain transaction by its transaction ID

platform_get_tx_status

Get the status of a P-Chain transaction

platform_get_current_supply

Get the current total supply of AVAX on a subnet

platform_get_validators_at

Get the validators and their weights of a subnet at a given P-Chain height

info_get_node_version

Get the version of the node, including the database version, git commit, and API compatibility info.

info_get_network_id

Get the numeric ID of the Avalanche network this node is participating in.

info_get_network_name

Get the human-readable name of the Avalanche network this node is participating in.

info_get_blockchain_id

Get the CB58-encoded blockchain ID for a given blockchain alias (e.g., "X", "P", "C").

info_is_bootstrapped

Check whether a given chain has finished bootstrapping on the node.

info_get_tx_fee

Get the current transaction fees for the network, returned in both nAVAX and AVAX.

info_peers

Get a list of peers this node is connected to. Optionally filter by specific NodeIDs.

info_acps

Get information about Avalanche Community Proposals (ACPs), including their status and vote counts.

Similar MCP servers embedding-nearest

Avalanche Docs
Search and retrieve Avalanche blockchain documentation for building on AVAX.
0 tools
com.thenextgennexus/developer-tools-mcp-server live
Search GitHub, npm, PyPI, StackOverflow, ArXiv from one MCP — built for coding agents.
7 tools · streamable-http
Avalanche AVAX MCP
Search and retrieve Avalanche blockchain documentation for building on AVAX.
0 tools · streamable-http
Bitrix MCP live
MCP server that delivers up-to-date Bitrix24 REST API documentation.
5 tools · streamable-http
dime-experiment-tools
Free MCP server: Nostr profile fetcher + a tip-metadata tool. AI-earns-a-dime experiment.
8 tools · sse
io.github.XogZ3/botoi-mcp live
49 developer tools via MCP: DNS, WHOIS, IP lookup, JWT, hashing, QR, and more.
49 tools · streamable-http

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "avalanche_avax_mcp": {
      "url": "https://build.avax.network/api/mcp",
      "transport": "streamable-http"
    }
  }
}