{
  "name": "ikai",
  "title": "IKAI Execution Layer",
  "description": "Remote MCP discovery for IKAI Actions and Services.",
  "version": "1.1.0",
  "protocol_version": "2024-11-05",
  "transport": "streamable_http_json_rpc",
  "endpoint": "https://hnyxyistlgtyxzaqoyvc.supabase.co/functions/v1/mcp-endpoint",
  "canonical_route": "https://ikai.world/mcp",
  "canonical_route_status": "reserved_host_proxy_not_spa",
  "auth": {
    "type": "api_key",
    "headers": [
      "Authorization: Bearer",
      "x-api-key"
    ],
    "scopes": [
      "read",
      "write",
      "money"
    ]
  },
  "capabilities": {
    "tools": true,
    "resources": true,
    "prompts": true,
    "output_schemas": true
  },
  "docs_url": "https://ikai.world/developers",
  "agent_manifest_url": "https://ikai.world/.well-known/ikai-agent.json",
  "submission_package_url": "https://ikai.world/chatgpt-app-submission.json",
  "openapi_url": "https://ikai.world/openapi.json",
  "safety": {
    "read_tools_can_run_autonomously": true,
    "write_tools_require_actor_context": true,
    "money_tools_require_money_scope": true,
    "money_tools_require_human_confirmation": true,
    "no_autonomous_refunds_bans_deletes_posts_emails_or_stripe_changes": true
  }
}
