Skip to content

Add Avalanche MCP server to official integrations#3290

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

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

Conversation

@yassirboudda
Copy link
Copy Markdown

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
@olaservo
Copy link
Copy Markdown
Member

Thanks for contributing to the MCP servers repo!

We've retired the third-party server list from the README in favor of the MCP Registry — see #3950 for context. The Official Integrations and Community Servers sections no longer exist in the README, so this PR no longer has a target.

Going forward, please publish your server to the MCP Registry using the quickstart guide:
https://github.com/modelcontextprotocol/registry/blob/main/docs/modelcontextprotocol-io/quickstart.mdx

That's where server discovery now happens. Thanks for building on MCP!


Note: I'm working through the backlog with help from Claude Code to give everyone a prompt response.

@olaservo olaservo closed this Apr 14, 2026
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