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
navigate_influzer
act
imperative
Navigate this browser tab to a first-party Influzer.ai path (e.g. /webmcp, /mcp, /webmcp/demo, /insights). Use after the user confirms they want to move.
Page: /
Input schema
| Property | Type | Required | Description |
|---|---|---|---|
path |
string | yes | Site path starting with /. Only same-origin Influzer paths are allowed. |
Raw JSON schema
{
"type": "object",
"properties": {
"path": {
"type": "string",
"description": "Site path starting with /. Only same-origin Influzer paths are allowed."
}
},
"required": [
"path"
],
"additionalProperties": false
}