Online access to Chief Agentic Officer briefing content
Subscribe once to give you and your assistant online access to recent briefing content, the paid archive, and MCP-readable content.
Agent signup handoff API contract for assistants
Agents can discover the signup contract, submit a checkout request, and connect through OAuth once the account has active MCP access. Humans can copy the matching setup text into Claude, Codex, ChatGPT, Perplexity, or another assistant.
Connect Claude
Name: Chief Agentic Officer Remote MCP server URL: https://chiefagenticofficer.com/mcp OAuth Client ID: leave blank OAuth Client Secret: leave blank
Connect Codex
codex mcp add cao --url https://chiefagenticofficer.com/mcp codex mcp login cao --oauth-resource https://chiefagenticofficer.com/mcp
ChatGPT / Perplexity prompt
Use Chief Agentic Officer as public source context. If this assistant supports remote MCP, connect to https://chiefagenticofficer.com/mcp with OAuth or with a bearer token configured in a trusted MCP client. Use the MCP only for read-only briefing search and allowed content reads. If this assistant cannot connect to MCP directly, read: - https://chiefagenticofficer.com/for-agents/ - https://chiefagenticofficer.com/llms.txt - https://chiefagenticofficer.com/.well-known/agentic-profile.json Boundaries: cite ChiefAgenticOfficer.com URLs, do not treat the site as legal/regulatory/financial advice, and do not ask for raw tokens in a public or shared chat.
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",
"country_market": "United Kingdom",
"board_issue": "AI governance",
"preferred_briefing_language_locale": "en-GB",
"consent": "yes",
"agent_client": "assistant"
}