influzer.ai
Influzer.ai
live
Influzer verified
Directories & Discovery
8 tools
imperative implementation
Influzer.ai exposes its MCP and WebMCP directories as browser-native WebMCP tools so agents can search sites, inspect schemas, and navigate without scraping the UI.
First seen 2026-08-17 · Last seen 2026-08-17 · Source: influzer.ai
Answer 7 · Act 1 · Transact 0 · Score: Not yet scored
Tool inspector
search_webmcp_tools
answer
imperative
Search WebMCP tools across all catalogued websites by tool name, description, or kind (answer / act / transact).
Page: /webmcp/tools
Input schema
| Property | Type | Required | Description |
|---|---|---|---|
q |
string | no | Free-text query matching tool name or description. |
kind |
string | no | Filter by tool kind. Defaults to any. |
host |
string | no | Optional host to limit tools to one site. |
limit |
integer | no | Max results (1–40). Defaults to 15. |
Raw JSON schema
{
"type": "object",
"properties": {
"q": {
"type": "string",
"description": "Free-text query matching tool name or description."
},
"kind": {
"type": "string",
"enum": [
"answer",
"act",
"transact",
"any"
],
"description": "Filter by tool kind. Defaults to any."
},
"host": {
"type": "string",
"description": "Optional host to limit tools to one site."
},
"limit": {
"type": "integer",
"minimum": 1,
"maximum": 40,
"description": "Max results (1–40). Defaults to 15."
}
},
"additionalProperties": false
}