# MCP

URL: https://bri.so/docs/agent/mcp

> Connect MCP-capable agents to Bri through the narrow Streamable HTTP connector.

Connect MCP-capable agents to Bri through the narrow Streamable HTTP connector.

## Protocol [#protocol]

| field     | value                                   |
| --------- | --------------------------------------- |
| method    | POST                                    |
| endpoint  | `https://bri.so/mcp`                    |
| transport | Streamable HTTP                         |
| auth      | OAuth bearer token with `mcp:use` scope |

## Discovery [#discovery]

* MCP endpoint: `https://bri.so/mcp`
* Server card: `https://bri.so/.well-known/mcp/server-card.json`
* Protected resource metadata: `https://bri.so/.well-known/oauth-protected-resource/mcp`

## Methods [#methods]

The connector exposes a narrow method set for Bri integrations:

* `list_subscriptions`
* `add_subscription`
* `remove_subscription`
* `create_artifact`
* `list_artifacts`
* `get_artifact_status`
* `get_artifact_link`

## Boundary [#boundary]

The MCP connector is not a broad mirror of Bri's public API. It exists for MCP-capable agent hosts that need to manage subscriptions and create source-backed Podcast briefings.