search-tools
verifiedv0.1Search the WebMCP Registry for tools across all registered domains. Returns matching tool contracts with their domain and verification status. Use this to find what capabilities are available on the web before deciding which sites to visit.
Updated 6/8/2026 · Created 6/8/2026
Input Schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"query"
],
"properties": {
"query": {
"type": "string",
"description": "Keyword to search across tool names and descriptions"
},
"category": {
"type": "string",
"description": "Optional category filter — e.g. \"Commerce\", \"Developer Tools\", \"Productivity & Work\""
}
},
"additionalProperties": false
}Full Contract
{
"name": "search-tools",
"description": "Search the WebMCP Registry for tools across all registered domains. Returns matching tool contracts with their domain and verification status. Use this to find what capabilities are available on the web before deciding which sites to visit.",
"inputSchema": {
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"query"
],
"properties": {
"query": {
"type": "string",
"description": "Keyword to search across tool names and descriptions"
},
"category": {
"type": "string",
"description": "Optional category filter — e.g. \"Commerce\", \"Developer Tools\", \"Productivity & Work\""
}
},
"additionalProperties": false
}
}GET /api/tool/webmcp-registry.dev/search-tools