Skip to content
Back to search
100
MCP live MCP 2026-07-28 sse

Branch Docs

io.github.branch-docs/ai

Access and search Branch's official API documentation directly within any AI agent or client.

Uptime
100.0%
1 direct probes · 30d
Response
806ms
last probe
Tools
8
callable
Resources
0
readable
Prompts
0
available

Tools · 8

list-endpoints

Lists all API paths and their HTTP methods with summaries, organized by path. Results can be passed directly into 'get-endpoint'.

get-endpoint

Gets detailed information about a specific API endpoint, including security schemes and servers

search-endpoints

Performs a deep search through paths, operations, and parameters to discover relevant API endpoints. Use this tool to find specific API capabilities, required parameters, or data models based on searc…

get-server-variables

Gets the server variables for each server within a specific OpenAPI spec.

search

Searches through documentation with the given search query, returning a list of results with ID, title, and URL.

fetch

Gets detailed content for documentation by ID returned from the `search` tool.

list-webhook-events

Call this when the user asks about Branch webhooks, events, notifications, or callbacks — including which events exist, what data an event contains, or which event fires at a given point in worker onb…

branch-overview

Call this when the user is new to Branch or is asking what Branch is, what it does, how its core objects relate (organizations, workers, wallets, payment profiles, disbursements), or where to begin an…

How to use

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

{
  "mcpServers": {
    "branch_docs": {
      "url": "https://docs.branchapp.com/mcp",
      "transport": "sse"
    }
  }
}