{
  "schema_version": "v1",
  "name_for_human": "OGAN AI Agent",
  "name_for_model": "ogan_ai_agent",
  "description_for_human": "Run backend actions via OGAN AI MCP API.",
  "description_for_model": "Use this plugin to trigger backend logic hosted on ai.ogan.ai via the MCP protocol. Supports OpenAI, Gemini, Claude, and other LLMs. Send any command to OGAN AI backend using command name and text. Example 1: command=llmquestion, text='list all active items'. Example 2: command=createtable, text='newtablename modulename existingtablename'. Example 3: command=listtables, text='ok'.",
  "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"
}