{
  "name": "orano",
  "title": "ORANO personal context MCP",
  "version": "2",
  "description": "Read-only access to a subscriber's ORANO projects, saved context, research, tasks, and curated memory.",
  "server_url": "https://orano-ai-backend-1037939693300.us-central1.run.app/mcp/",
  "transport": "streamable_http",
  "authentication": {
    "type": "bearer",
    "scope": "orano:read",
    "header": "Authorization",
    "format": "Bearer <ORANO_PERSONAL_KEY>",
    "oauth_supported": false
  },
  "onboarding": {
    "subscription_url": "https://oranoai.com/pricing",
    "key_management_url": "https://oranoai.com/mcp-access.html",
    "email_optional": false,
    "human_payment_required": true
  },
  "tools": [
    "list_projects",
    "get_project",
    "get_pending_handoffs",
    "search_library",
    "get_memory_facts"
  ],
  "documentation": "https://oranoai.com/mcp",
  "agent_compatibility": "Use a client or agent API that accepts custom HTTP Authorization headers."
}
