WebMCP Registry

search-domains

verifiedv0.1

Search the WebMCP Registry for registered domains by name. Returns matching domains with their verification status, category, tool count, and tool names. Use this to discover what sites are registered before deciding which ones to explore.

Updated 6/8/2026 · Created 6/8/2026

Input Schema

{
  "type": "object",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "properties": {
    "query": {
      "type": "string",
      "description": "Substring to match against domain names — omit to browse recent domains"
    },
    "category": {
      "type": "string",
      "description": "Filter by category — e.g. \"Commerce\", \"Travel & Booking\", \"Developer Tools\""
    },
    "verifiedOnly": {
      "type": "boolean",
      "description": "If true, only return verified domains"
    }
  },
  "additionalProperties": false
}

Full Contract

{
  "name": "search-domains",
  "description": "Search the WebMCP Registry for registered domains by name. Returns matching domains with their verification status, category, tool count, and tool names. Use this to discover what sites are registered before deciding which ones to explore.",
  "inputSchema": {
    "type": "object",
    "$schema": "http://json-schema.org/draft-07/schema#",
    "properties": {
      "query": {
        "type": "string",
        "description": "Substring to match against domain names — omit to browse recent domains"
      },
      "category": {
        "type": "string",
        "description": "Filter by category — e.g. \"Commerce\", \"Travel & Booking\", \"Developer Tools\""
      },
      "verifiedOnly": {
        "type": "boolean",
        "description": "If true, only return verified domains"
      }
    },
    "additionalProperties": false
  }
}

GET /api/tool/webmcp-registry.dev/search-domains