Start Chief Agentic Officer MCP access

Use the paid MCP to let an assistant read the Chief Agentic Officer briefing corpus with clear trial limits and a bearer-token access gate.

Create access

A human completes the Polar checkout. An agent can prepare the signup and return the checkout URL for approval.

Continue to checkout

Agent signup handoff

Agents can discover the signup contract, submit a checkout request, and return the Polar checkout URL for a human to approve.

Discover

GET https://chiefagenticofficer.com/.well-known/cao-mcp-access.json

Create checkout

POST https://chiefagenticofficer.com/api/mcp-access/checkout
Content-Type: application/json

{
  "email": "reader@example.com",
  "role": "Chief of staff",
  "organisation": "Example Ltd",
  "consent": "yes",
  "agent_client": "assistant"
}