Bri MCP Connector

Connect agents to source-backed briefings.

This page documents the connector. MCP clients should connect to POST /mcp using Streamable HTTP.

Protocol endpoint

Use POST https://feedcontext.io/mcp as the MCP JSON-RPC endpoint. GET /mcp returns 405; browser documentation stays on /mcp/page.

POST /mcp
Accept: application/json, text/event-stream
Content-Type: application/json
Authorization: Bearer ***

Method list

The complete first-version tool surface.

Bri keeps MCP narrow: six tool methods for creating and reopening briefings, without prompts, resources, admin diagnostics, or broad API mirroring.

tools only
01tool

list_subscriptions

Read active RSS or Atom subscriptions for the authenticated user.

input: limit, cursor

02tool

add_subscription

Add one feed URL as a Bri Subscription.

input: feed_url

03tool

create_brief_page

Create a Newspaper briefing from the user's Subscriptions.

input: request, timezone

04tool

create_audio_brief

Create a Podcast briefing from the user's Subscriptions.

input: request, timezone

05tool

get_artifact_status

Check the production state of a requested briefing.

input: artifact_id

06tool

get_artifact_link

Return the public viewer or media link for a ready briefing.

input: artifact_id