Branch Docs
io.github.branch-docs/aiAccess and search Branch's official API documentation directly within any AI agent or client.
Tools · 8
Lists all API paths and their HTTP methods with summaries, organized by path. Results can be passed directly into 'get-endpoint'.
Gets detailed information about a specific API endpoint, including security schemes and servers
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…
Gets the server variables for each server within a specific OpenAPI spec.
Searches through documentation with the given search query, returning a list of results with ID, title, and URL.
Gets detailed content for documentation by ID returned from the `search` tool.
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…
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…
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"branch_docs": {
"url": "https://docs.branchapp.com/mcp",
"transport": "sse"
}
}
}