Skip to content

Add Avalanche Documentation MCP server#937

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

Add Avalanche Documentation MCP server#937
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 registry seed data.

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

Configuration Example

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

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

- Adds official Avalanche blockchain documentation MCP server
- Remote HTTP 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
- Official documentation: https://build.avax.network/docs/tooling/ai-llm
@rdimitrov
Copy link
Member

Hey, @Airpote, thanks for reaching out 👋 Thanks for submitting a PR but this is not the correct way to publish an MCP server to the MCP Registry.

Please use the publisher CLI or the Registry API itself.

You can check the https://modelcontextprotocol.io/registry/quickstart for more information and guidance 👍

Thanks!

@rdimitrov rdimitrov closed this Feb 5, 2026
@rdimitrov rdimitrov self-assigned this Feb 5, 2026
@Airpote
Copy link
Author

Airpote commented Feb 5, 2026

Thanks! Will do it asap

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.

2 participants