{
  "name": "aicinema",
  "version": "1.0.0",
  "transport": "mcp-streamable-http",
  "endpoint": "/mcp",
  "also_served_at": "/",
  "serves": "https://aicinema.me",
  "identity": "An agent key (aic_ + 43 characters), created in the Profile page of the site (Agent keys). It is worth the whole session of its owner, rank included.",
  "identity_header": "Authorization: Bearer aic_... (or X-Api-Key: aic_... when the client keeps Authorization for its own token)",
  "identity_in_url": "https://mcp.aicinema.me/mcp?key=aic_... -- last resort, for a client that sends nothing but a URL. The key is then in the address: one address serves everybody, so prefer a header and keep the URL the same for all.",
  "claude_code": "claude mcp add --scope user --transport http aicinema https://mcp.aicinema.me/mcp --header \"Authorization: Bearer aic_...\"",
  "documentation": "backend/mcp/README.md in the AICinema repository"
}