{
  "schema_version": "0.1.0",
  "serverInfo": {
    "name": "webclaw-mcp",
    "title": "webclaw MCP Server",
    "version": "0.6.1",
    "description": "Local stdio MCP server for web extraction, crawling, search, structured extraction, summaries, diffs, brand signals, and research.",
    "homepage": "https://webclaw.io",
    "documentation": "https://webclaw.io/docs/mcp"
  },
  "transports": [
    {
      "type": "stdio",
      "command": "webclaw-mcp",
      "install": "npx create-webclaw",
      "documentation": "https://webclaw.io/docs/mcp"
    }
  ],
  "authentication": {
    "required_for_cloud_features": true,
    "schemes": [
      {
        "type": "bearer",
        "env": "WEBCLAW_API_KEY",
        "docs": "https://webclaw.io/auth.md"
      }
    ]
  },
  "capabilities": {
    "tools": true,
    "resources": false,
    "prompts": false,
    "sampling": false
  },
  "tools": [
    {
      "name": "scrape"
    },
    {
      "name": "crawl"
    },
    {
      "name": "map"
    },
    {
      "name": "batch"
    },
    {
      "name": "search"
    },
    {
      "name": "extract"
    },
    {
      "name": "summarize"
    },
    {
      "name": "diff"
    },
    {
      "name": "brand"
    },
    {
      "name": "research"
    }
  ],
  "resources": {
    "api": "https://webclaw.io/docs/api",
    "openapi": "https://webclaw.io/openapi.json",
    "llms": "https://webclaw.io/llms.txt",
    "auth": "https://webclaw.io/auth.md"
  }
}