{
  "spec": "zapier-webmcp-discovery/1",
  "name": "Zapier Web Tools",
  "description": "Pre-navigation discovery map for Zapier's WebMCP tools. These tools are registered client-side on the pages below via the browser's WebMCP API (document.modelContext) and are invoked in-page by a browser-resident agent — they are not HTTP endpoints. Navigate to a surface to use the tools it registers.",
  "reference": "https://webmachinelearning.github.io/webmcp/",
  "surfaces": [
    {
      "url": "https://zapier.com/mcp/{appSlug}",
      "description": "Per-app Zapier MCP pages.",
      "tools": [
        {
          "name": "list_mcp_actions",
          "description": "List the Zapier MCP actions supported for the app."
        },
        {
          "name": "get_mcp_faq",
          "description": "Get answers to frequently asked questions about Zapier MCP (pricing, security, setup, and compatibility)."
        }
      ]
    },
    {
      "url": "https://zapier.com/mcp",
      "description": "Zapier MCP landing page.",
      "tools": [
        {
          "name": "get_mcp_quickstart",
          "description": "Get started with Zapier MCP: the link to create your MCP server and the quickstart guide."
        },
        {
          "name": "find_mcp_apps",
          "description": "Find an app's Zapier MCP page: the URL pattern to reach any app's page, plus popular apps."
        },
        {
          "name": "get_mcp_docs",
          "description": "Zapier MCP reference docs: overview, pricing and usage limits, and support."
        }
      ]
    },
    {
      "url": "https://zapier.com/apps",
      "description": "Zapier app directory.",
      "tools": [
        {
          "name": "search_apps",
          "description": "Search the Zapier app directory by keyword. Returns matching apps with name, slug, URL, and description."
        }
      ]
    },
    {
      "url": "https://zapier.com/",
      "description": "Zapier homepage.",
      "tools": [
        {
          "name": "get_started_building",
          "description": "Get the canonical ways to start building on Zapier as a developer: connecting Zapier MCP, installing the Zapier SDK, and using the Zapier SDK CLI."
        }
      ]
    },
    {
      "url": "https://zapier.com/",
      "scope": "site-wide footer (marketing pages)",
      "description": "SEO link groups in the marketing site footer.",
      "tools": [
        {
          "name": "list_popular_apps",
          "description": "List the popular Zapier app integrations featured in the site footer. Returns each app's name, slug, and the canonical URL of its Zapier integrations page."
        },
        {
          "name": "list_top_searched_apps",
          "description": "List the most-searched Zapier app integrations featured in the site footer. Returns each app's name, slug, and the canonical URL of its Zapier integrations page."
        },
        {
          "name": "list_trending_apps",
          "description": "List the currently trending Zapier app integrations featured in the site footer. Returns each app's name, slug, and the canonical URL of its Zapier integrations page."
        },
        {
          "name": "list_app_categories",
          "description": "List the Zapier app categories featured in the site footer (e.g. CRM, Email, Project management). Returns each category's name, slug, and category-page URL."
        },
        {
          "name": "list_app_guides",
          "description": "List the editorial guides and comparisons featured in the site footer (e.g. \"Best CRM Apps\", \"Workato vs. Zapier\"). Returns each piece's title and canonical URL."
        }
      ]
    },
    {
      "url": "https://zapier.com/templates",
      "description": "Zapier templates library.",
      "tools": [
        {
          "name": "filterTemplatesByCategory",
          "description": "Filter Zapier templates by category."
        }
      ]
    },
    {
      "url": "https://docs.zapier.com/sdk",
      "description": "Zapier SDK documentation.",
      "tools": [
        {
          "name": "compare_sdk_vs_mcp",
          "description": "Compare the Zapier SDK and Zapier MCP — what each is best for, the access model, and when to use which."
        },
        {
          "name": "get_quickstart_steps",
          "description": "Get the Zapier SDK quickstart as structured steps with the key install and auth commands."
        },
        {
          "name": "copy_setup_prompt",
          "description": "Get the setup prompt to paste into an AI coding agent so it sets up the Zapier SDK for you."
        },
        {
          "name": "open_in_ide",
          "description": "Get a deep link that opens the user's AI IDE (Claude Code, Cursor, VS Code, Codex) with Zapier SDK setup."
        }
      ]
    }
  ]
}
