{
  "schema_version": "1.0",
  "name": "ads4ai",
  "description": "Revenue OS for AI sites and developer tools. Analyzes a publisher's site, recommends and implements affiliate + display revenue, and continuously optimizes it.",
  "homepage_url": "https://ads4ai.net",
  "documentation_url": "https://ads4ai.net/AGENTS.md",
  "install": {
    "type": "npm",
    "package": "@ads4ai/mcp",
    "command": "npx",
    "args": ["-y", "@ads4ai/mcp"]
  },
  "mcp_config": {
    "mcpServers": {
      "ads4ai": {
        "command": "npx",
        "args": ["-y", "@ads4ai/mcp"]
      }
    }
  },
  "tools": [
    {
      "name": "ads4ai_analyze",
      "description": "Analyze a publisher's site and return a revenue mix recommendation (affiliate programs + display placements). No account required.",
      "permission": "read-only"
    },
    {
      "name": "ads4ai_install",
      "description": "Accept a revenue plan and implement it. Creates a publisher account and returns the tag + affiliate snippets to inject.",
      "permission": "write",
      "requires_confirmation": true
    },
    {
      "name": "ads4ai_verify",
      "description": "Confirm the tag and affiliate snippets are live on the publisher's site.",
      "permission": "read-only"
    },
    {
      "name": "ads4ai_overview",
      "description": "Return inspectable state: sites, revenue today, top performer, optimization queue.",
      "permission": "read-only"
    },
    {
      "name": "ads4ai_optimize",
      "description": "Trigger or inspect the current optimization cycle. Applies config changes to the live site.",
      "permission": "write",
      "requires_confirmation": true
    }
  ],
  "authentication": {
    "type": "token",
    "description": "No key required to start. ads4ai_install returns an api_token on first call. Store as ADS4AI_API_TOKEN."
  },
  "pricing": {
    "model": "revenue_share",
    "affiliate_share": "20-30% (publisher keeps 70-80%)",
    "display_share": "15-20% (publisher keeps 80-85%)",
    "setup_fee": 0,
    "monthly_fee": 0,
    "minimum_traffic": "none"
  },
  "use_cases": [
    "Monetize an AI tool or developer site with zero setup friction",
    "Get from $0 to earning in under 60 seconds via agent",
    "Continuously optimize affiliate and display revenue without manual work"
  ],
  "contact": {
    "support": "help@ads4ai.net",
    "status": "https://ads4ai.net/api/status.json"
  }
}
