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
get_webmcp_site
answer
imperative
Fetch one WebMCP-enabled website by host (e.g. persona-chat.dev), including description, tool list, and schemas when available.
Page: /webmcp
Input schema
| Property | Type | Required | Description |
|---|---|---|---|
host |
string | yes | Hostname without protocol (www. is optional). |
include_schemas |
boolean | no | When true, include full input schemas for each tool. Defaults to false for a shorter payload. |
Raw JSON schema
{
"type": "object",
"properties": {
"host": {
"type": "string",
"description": "Hostname without protocol (www. is optional)."
},
"include_schemas": {
"type": "boolean",
"description": "When true, include full input schemas for each tool. Defaults to false for a shorter payload."
}
},
"required": [
"host"
],
"additionalProperties": false
}