Skip to main content
Every client connects to the same clean endpoint:
Brew is its own OAuth 2.1 connector, so the first-party flow needs no key to copy: add the URL, sign in with Brew, and choose one brand. Organization admins can instead choose All brands. The issued connection is revocable anytime in Settings → API. The brew:all OAuth scope grants the selected credential boundary: full access to one chosen brand, or to the organization when an admin chooses All brands. Organization connections require brand_id on brand-scoped tools and expose the brand lifecycle workflow.
Wiring up a headless or CI setup, or a client with no OAuth UI? Send an API key as Authorization: Bearer brew_… instead. See the API-key alternative below.
Pick your agent:
1

Add a custom connector

Open Settings → Connectors, click Add custom connector, and paste the connection URL:
2

Connect

Click Connect, sign in with Brew, and pick a brand.
Works with Claude Desktop and claude.ai.

Alternative: Connect with an API Key

If your client has no OAuth connector UI (or you are wiring up a headless or CI setup), authenticate with a Brew API key instead. Create either a brand-scoped key or, as an organization admin, an organization-scoped key at Settings → API and send it as a bearer header. The URL stays the same:
Claude Desktop’s connector UI has no header field, so a key uses the mcp-remote bridge: open Settings → Developer → Edit Config, paste this, then fully quit and reopen Claude:
Write Authorization:Bearer … with no space after the colon (an mcp-remote arg quirk); it sends the correct header on the wire.

Verify Your Connection

Once connected, ask your agent to call get_brew_capabilities. It returns the tool catalog, credit costs, and the guided workflows. Or smoke-test the endpoint directly with a key:
Next: the quickstart create → send → analyze loop, the full tool catalog, and the guided workflows.

Need help?

Our team is ready to support you at every step of your journey with Brew. Choose the option that works best for you:

Search Documentation

Type in the “Ask any question” search bar at the top left to instantly find relevant documentation pages.

ChatGPT/Claude Integration

Click “Open in ChatGPT” at the top right of any page to analyze documentation with ChatGPT or Claude for deeper insights.