{
  "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
  "name": "aicontentdrop",
  "version": "0.1.0",
  "description": "Generate AI video and images across 35+ models. Browse the catalogue and pricing with no credential; generate with an API key.",
  "author": {
    "name": "AI Content Drop",
    "url": "https://aicontentdrop.com",
    "email": "support@aicontentdrop.com"
  },
  "homepage": "https://aicontentdrop.com/developers",
  "repository": "https://github.com/aicontentdrop/aicontentdrop",
  "license": "MIT",
  "keywords": [
    "ai-video",
    "video-generation",
    "image-generation",
    "mcp",
    "agent",
    "cli",
    "sdk"
  ],
  "extensions": {
    "com.aicontentdrop": {
      "cli": {
        "command": "acd",
        "description": "CLI for the AI Content Drop API",
        "install": "npm install -g aicontentdrop",
        "registry": "npm",
        "package": "aicontentdrop"
      },
      "api": {
        "rest": "https://aicontentdrop.com/v1",
        "openapi": "https://aicontentdrop.com/openapi.json",
        "graphql": "https://aicontentdrop.com/graphql",
        "onboarding": "https://aicontentdrop.com/.well-known/agent-onboarding.json"
      }
    }
  }
}
