Bri MCP Connector
Protocol endpoint
- method
- POST
- endpoint
- https://feedcontext.io/mcp
- transport
- Streamable HTTP
- auth
- Bearer token, scope mcp:use
Method list
| method | input | description |
|---|---|---|
| list_subscriptions | limit, cursor | Read active RSS or Atom subscriptions for the authenticated user. |
| add_subscription | feed_url | Add one feed URL as a Bri Subscription. |
| remove_subscription | source_id | Remove one Bri Subscription by id. |
| create_artifact | request, timezone | Create an artifact from the user's Subscriptions. |
| get_artifact_status | artifact_id | Check the production state of a requested artifact. |
| get_artifact_link | artifact_id | Return the public viewer or media link for a ready artifact. |
| list_artifacts | limit, cursor | List recent artifacts for the authenticated user. |