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
Addhttps://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.
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:workflowskey can list, read the catalogue, resolve subjects, validate drafts and read runs, and nothing it does can spend. Creating, publishing and running needwrite:workflows.