A11 MCP is running

This server does not have a website UI. MCP clients should connect with an HTTP POST.

Health check: http://mcp.funesterie.me/health

Persona MCP endpoint: http://mcp.funesterie.me/mcp

Persona identity: No bearer token on POST /mcp. Declare a bounded persona card instead.

Persona card catalog: http://mcp.funesterie.me/identity/cards

Admin MCP endpoint: http://mcp.funesterie.me/admin/mcp (short-lived OAuth only)

ChatGPT private operator endpoint: http://mcp.funesterie.me/chatgpt/operator/mcp

OAuth authorize: http://mcp.funesterie.me/oauth/authorize

OAuth token: http://mcp.funesterie.me/oauth/token

OAuth protected admin resource: http://mcp.funesterie.me/.well-known/oauth-protected-resource/admin/mcp

ChatGPT public MCP endpoint: http://mcp.funesterie.me/chatgpt/mcp

Claude public read-only MCP endpoint: http://mcp.funesterie.me/claude/mcp

Gemini public MCP endpoint: http://mcp.funesterie.me/gemini/mcp

Grok public no-browser MCP endpoint: http://mcp.funesterie.me/grok/mcp

ChatGPT public auth: No bearer token. Safe public tools only.

Useful built-in tools: search, fetch, search_project, search_cloud_roots, read_cloud_doc.

curl -X POST "http://mcp.funesterie.me/mcp" ^
  -H "Content-Type: application/json" ^
  -H "X-A11-Persona: codex" ^
  -d "{"jsonrpc":"2.0","id":"hello","method":"tools/list","params":{}}"

For ChatGPT custom MCP: use http://mcp.funesterie.me/chatgpt/mcp and choose No authentication. This endpoint does not expose local files, raw tokens, Neo4j writes, or R2 writes.

For ordinary agent dialogue: use http://mcp.funesterie.me/mcp with X-A11-Persona or X-A11-Persona-Card; no shared bearer.

For ChatGPT operator MCP: use http://mcp.funesterie.me/chatgpt/operator/mcp with short-lived OAuth. It exposes coordination, discussions, jobs and bounded Codex tasks only.

For Claude live commentary: use http://mcp.funesterie.me/claude/mcp. This endpoint exposes read-only public tools plus sanitized ki_state; it never exposes ki_play.

For Gemini CLI: use http://mcp.funesterie.me/gemini/mcp as a Streamable HTTP endpoint with no authentication.

For Grok custom MCP without browser OAuth: use http://mcp.funesterie.me/grok/mcp. This endpoint is no-auth and public-only.