{
  "name": "Zipf AI",
  "description": "Persistent web monitoring for AI agents. Deploy agents that search, crawl, extract, and monitor web sources on a schedule — delivering signals when something changes.",
  "version": "1.7.0",
  "serverUrl": "https://api.zipf.ai/mcp",
  "transport": "streamable-http",
  "authentication": {
    "type": "oauth2",
    "authorizationUrl": "https://api.zipf.ai/.well-known/oauth-authorization-server",
    "fallback": "bearer"
  },
  "icon": "https://zipf.ai/apple-touch-icon.png",
  "provider": {
    "name": "Zipf AI",
    "url": "https://zipf.ai"
  },
  "documentationUrl": "https://zipf.ai/docs",
  "tools": [
    {
      "name": "monitors_create",
      "description": "Create a new monitor to track changes on web sources with scheduled patrols and signal delivery.",
      "readOnlyHint": false,
      "destructiveHint": false
    },
    {
      "name": "monitors_list",
      "description": "List all monitors for the authenticated user with filtering and pagination.",
      "readOnlyHint": true,
      "destructiveHint": false
    },
    {
      "name": "monitors_get",
      "description": "Get details of a specific monitor including recent executions and configuration.",
      "readOnlyHint": true,
      "destructiveHint": false
    },
    {
      "name": "monitors_update",
      "description": "Update monitor configuration, schedule, or status.",
      "readOnlyHint": false,
      "destructiveHint": false
    },
    {
      "name": "monitors_delete",
      "description": "Delete a monitor and stop all scheduled patrols.",
      "readOnlyHint": false,
      "destructiveHint": true
    },
    {
      "name": "monitors_list_reports",
      "description": "List execution reports for a monitor with signal scores and change detection results.",
      "readOnlyHint": true,
      "destructiveHint": false
    },
    {
      "name": "monitors_chronicle",
      "description": "Get the full chronicle of a monitor with historical trends and patterns.",
      "readOnlyHint": true,
      "destructiveHint": false
    },
    {
      "name": "monitors_share",
      "description": "Share a monitor publicly or with an organization.",
      "readOnlyHint": false,
      "destructiveHint": false
    },
    {
      "name": "monitors_digest",
      "description": "Get a digest of recent workflow updates and signals across all monitors.",
      "readOnlyHint": true,
      "destructiveHint": false
    },
    {
      "name": "monitors_expansion_recommendations",
      "description": "Get AI-powered recommendations for expanding monitoring coverage.",
      "readOnlyHint": true,
      "destructiveHint": false
    },
    {
      "name": "credits_balance",
      "description": "Check the current credit balance and usage for the authenticated user.",
      "readOnlyHint": true,
      "destructiveHint": false
    },
    {
      "name": "user_me",
      "description": "Get the profile and settings of the currently authenticated user.",
      "readOnlyHint": true,
      "destructiveHint": false
    },
    {
      "name": "brand_design_system",
      "description": "Get AI-generated brand guidelines and design system for a domain.",
      "readOnlyHint": true,
      "destructiveHint": false
    }
  ],
  "links": {
    "llmsTxt": "https://zipf.ai/llms.txt",
    "openapi": "https://zipf.ai/openapi.json",
    "agentCard": "https://zipf.ai/.well-known/agent-card.json",
    "pricing": "https://zipf.ai/pricing.md"
  }
}
