Skip to content

Add Avalanche MCP server to official integrations#3290

Open
Airpote wants to merge 1 commit intomodelcontextprotocol:mainfrom
Airpote:add-avalanche-mcp
Open

Add Avalanche MCP server to official integrations#3290
Airpote wants to merge 1 commit intomodelcontextprotocol:mainfrom
Airpote:add-avalanche-mcp

Conversation

@Airpote
Copy link

@Airpote Airpote commented Feb 5, 2026

Summary

Adds the official Avalanche MCP server to the list of third-party/official integrations.

Avalanche MCP Server Details

Available Tools

Tool Purpose
avalanche_docs_search Search docs by query with optional source filter
avalanche_docs_fetch Get a specific page by URL path
avalanche_docs_list_sections List all sections with page counts

Features

  • Access to 1300+ pages of Avalanche blockchain documentation
  • Covers documentation, academy courses, integrations, and blog content
  • JSON-RPC 2.0 compatible
  • Rate limited to 60 requests/minute
  • No authentication required

Setup Examples

Claude Code:

claude mcp add avalanche-docs --transport http https://build.avax.network/api/mcp

Claude Desktop (settings.json):

{
  "mcpServers": {
    "avalanche-docs": {
      "transport": {
        "type": "http",
        "url": "https://build.avax.network/api/mcp"
      }
    }
  }
}

This MCP server is officially provided and maintained by Ava Labs for the Avalanche blockchain ecosystem.

- Adds Avalanche blockchain documentation MCP server
- Endpoint: https://build.avax.network/api/mcp
- Provides tools: avalanche_docs_search, avalanche_docs_fetch, avalanche_docs_list_sections
- Access to 1300+ pages of Avalanche documentation, academy content, and integrations
- Official documentation: https://build.avax.network/docs/tooling/ai-llm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant