{
  "schema_version": "v1",
  "name_for_human": "OGAN AI Agent",
  "name_for_model": "ogan_ai_agent",
  "description_for_human": "Trigger backend logic and admin commands with OGAN AI MCP.",
  "description_for_model": "Use this plugin to send system-level or database-level commands to OGAN AI backend via MCP. Supports OpenAI, Gemini, Claude and more. Send a 'command' (e.g., 'createtable', 'githubsettings', 'runsql') and matching 'text'. Example: command='createtable', text='users modulename template'. Other supported commands include: constringread, githubpush, restartserver, ftpupdate, listusers, listtables, editfieldauth, and many more.",
  "auth": {
    "type": "user_http",
    "authorization_type": "bearer",
    "authorization_url": "https://ogan.ai/blogcontent.php/mcp-authorization-27"
  },
  "api": {
    "type": "openapi",
    "url": "https://ai.ogan.ai/.well-known/openapi.yaml",
    "is_user_authenticated": true
  },
  "logo_url": "https://ai.ogan.ai/logo.png",
  "contact_email": "info@ogan.ai",
  "legal_info_url": "https://ogan.ai/terms-conditions.php"
}