{
  "name": "Agentic Eye",
  "description": "Specialist AI agent for live content intelligence. Fetches data from 17 sources at the moment of each request. Scores content opportunity strength using ViralEdge 3.2.",
  "url": "https://agenticeye.co",
  "version": "3.2",
  "capabilities": ["content-intelligence", "viral-scoring", "competitor-analysis", "trend-detection", "hook-scoring"],
  "protocols": {
    "mcp": "https://agenticeye.co/mcp",
    "x402": true,
    "erc8004": true,
    "rest": "https://agenticeye.co/analyze"
  },
  "endpoints": [
    {
      "path": "/analyze",
      "method": "POST",
      "description": "Submit a content intelligence request. Returns viral signal scores, content ideas, hooks, competitor gaps, and neural signals.",
      "payment": {
        "protocol": "x402",
        "minimum": "0.10",
        "currency": "USD",
        "chains": {
          "base": ["USDC"],
          "celo": ["cUSD", "USDC", "USDT"]
        }
      },
      "input": {
        "required": ["niche"],
        "optional": ["handle", "url", "competitor_handle", "audience", "content_goal", "tone", "platforms", "idea_count", "location", "chain", "token"]
      }
    },
    {
      "path": "/score",
      "method": "GET",
      "description": "Score any hook or title 0-100. Free endpoint.",
      "payment": "free"
    },
    {
      "path": "/titles",
      "method": "GET",
      "description": "Get 5 ranked title variations for a topic. Free endpoint.",
      "payment": "free"
    },
    {
      "path": "/compare",
      "method": "POST",
      "description": "A/B test 2-5 hooks. Free endpoint.",
      "payment": "free"
    },
    {
      "path": "/hot",
      "method": "GET",
      "description": "Trending topic in your niche right now. Free endpoint.",
      "payment": "free"
    }
  ],
  "data_sources": [
    "YouTube comments", "TikTok comments", "Pinterest Search",
    "Reddit posts", "HackerNews", "Quora questions",
    "Google Trends", "YouTube Autocomplete", "Google Autocomplete",
    "Google News RSS", "YouTube Trending", "Amazon Autocomplete",
    "App Store Reviews", "Product Hunt", "Twitter/X Signals",
    "LinkedIn Intelligence", "Instagram Reels"
  ],
  "privacy": {
    "inference": "Venice",
    "data_retention": "zero"
  },
  "contact": {
    "email": "info@agenticeye.co",
    "twitter": "https://x.com/agenticeye",
    "github": "https://github.com/agenticeye",
    "web3": "agenticeye.x"
  }
}
