Skip to main content

MCP server

Compose a workflow, validate it, publish it and read its runs from an agentic client, without writing an integration. Ten tools over the Workflows API. Requires a Max or Team plan, the same entitlement as the API itself. It does not require an API key: you sign in and approve access.

Connect

Add https://mcp.briefedmedia.com/mcp as a custom connector in your client. You will be sent to Briefed to sign in and approve access, and that is the whole setup: no API key to create, copy or store.
Then ask your assistant to “list my Briefed workflows”. Confirm with claude mcp list. Access is granted to your Briefed account. Revoke it at any time under Authorised apps on Developer settings.

With an API key instead

For scripts and headless environments, send a key in the same header. Create one under API keys.

Tools

The two marked actions are flagged to your client, so it can ask before an agent commits anything. Everything else either reads or edits a draft.

Permissions

The server holds no authority of its own. Every call runs through the Workflows API as you, so plan entitlement, quotas and rate limits apply exactly as they do to the REST API. An agent can reach nothing you cannot. How the authority is bounded depends on which credential you connected with:
  • Approved access (the connector above). Bounded by your plan entitlement, not by scopes, so the client can do anything the browser app can: create, publish and run. Revoke it under Authorised apps to end that.
  • An API key. Additionally bounded by the key’s scopes. A read:workflows key can list, read the catalogue, resolve subjects, validate drafts and read runs, and nothing it does can spend. Creating, publishing and running need write:workflows.
If you want an agent that provably cannot incur cost, connect it with a read-only key rather than by approving access.

Anya

Not exposed over MCP. Her output is typed as sourced fact, inference, ranking or negative assertion, and that typing does not survive an agent rewriting it as prose. Use Anya’s API directly.

Without an agent

If you are building a normal integration, use the Workflows REST API. It is the same surface these tools call.