{
  "name": "Zipf AI",
  "description": "Persistent web monitoring for AI agents. Search, crawl, extract, and monitor web sources on a schedule — delivering the signals that matter.",
  "url": "https://zipf.ai",
  "version": "1.7.0",
  "capabilities": {
    "streaming": true,
    "pushNotifications": false
  },
  "skills": [
    {
      "id": "web-search",
      "name": "Web Search",
      "description": "Search the web with 1000+ character queries, authority/recency/document-type filters, query decomposition into parallel sub-queries, and semantic reranking.",
      "tags": ["search", "web", "query-decomposition"]
    },
    {
      "id": "web-crawl",
      "name": "Web Crawl & Extract",
      "description": "Crawl websites and extract structured JSON data with custom schemas. Smart Crawl prioritization achieves 135x discovery efficiency. Supports intent-driven crawling with neural URL scoring.",
      "tags": ["crawl", "extract", "structured-data"]
    },
    {
      "id": "web-monitoring",
      "name": "Web Monitoring",
      "description": "Deploy agents that patrol web sources on a schedule with semantic stop conditions, change detection, and signal scoring (0-100). Delivers to Slack, email, or webhooks.",
      "tags": ["monitor", "workflow", "alerts"]
    },
    {
      "id": "research-sessions",
      "name": "Research Sessions",
      "description": "Multi-step research with automatic URL deduplication across operations. Combines search, crawl, and ask in a stateful session with context accumulation.",
      "tags": ["research", "session", "multi-step"]
    },
    {
      "id": "question-answering",
      "name": "Question Answering",
      "description": "Direct answers with source citations. Quick (2 credits, ~3s), Standard (3 credits, ~10s), and Deep (5+ credits) modes. Supports structured JSON output.",
      "tags": ["ask", "qa", "answers"]
    }
  ],
  "authentication": {
    "schemes": ["bearer"],
    "credentials": "API key from https://zipf.ai/dashboard/tokens"
  },
  "provider": {
    "organization": "Zipf AI",
    "url": "https://zipf.ai"
  },
  "documentationUrl": "https://zipf.ai/docs",
  "openApiUrl": "https://zipf.ai/openapi.json",
  "mcpUrl": "https://api.zipf.ai/mcp",
  "llmsTxtUrl": "https://zipf.ai/llms.txt",
  "pricingUrl": "https://zipf.ai/pricing.md"
}
