# Use Influzer.ai with your agent.

[Influzer.ai](https://influzer.ai/) (`influzer.ai`) registers 13 WebMCP tools. Influzer.ai lists 13 tools but declares none as read-only today, so `tools.call` cannot invoke them yet. Ask `sites.get` for the live status before planning a call.

This page mirrors the [WebMCP Registry](https://wmcp.ai/sites/influzer.ai) listing for `influzer.ai`, last live-checked by the registry at 2026-09-23T03:53:22.329Z. Run `ghostget webmcp sites.get --input '{"domain":"influzer.ai"}' --json` for the current schema; the listing can drift between checks.

## Use Influzer.ai with my agent

Ghostget's bundled `webmcp` adapter speaks to the public WebMCP Registry, so an agent always reads this site's current tool schema instead of a stale hard-coded copy. Install v0.18.35, sync bundled adapters once, then call the registry operations:

```
bun add --global https://github.com/hraness/ghostget/releases/download/v0.18.35/hraness-ghostget-0.18.35.tgz
ghostget adapter sync-bundled --json
```

**Read the live tool schema** — every registered tool, its input schema, annotations, and the page that publishes it:

```
ghostget webmcp sites.get --input '{"domain":"influzer.ai"}' --json
```

**Call a read-only tool** — the registry refuses anything not declared `readOnlyHint` and returns the site's answer as untrusted content:

```
# no read-only-callable tools listed today; sites.get shows the live status
```

## Registered WebMCP tools

Influzer.ai publishes 13 tools on influzer.ai; 0 declare `readOnlyHint`.

| Tool | What it does | Callable through Ghostget |
| --- | --- | --- |
| `get_influzer_overview` | Return a short overview of Influzer.ai: what it offers (MCP directory, WebMCP directory, insights) and key URLs agents should use. | Listed for discovery; the registry allows read-only calls only |
| `get_mcp_server` | Fetch one classic MCP server by slug from Influzer's directory: transport, indexed tools, install command, docs URL, and setup summary. | Listed for discovery; the registry allows read-only calls only |
| `get_webmcp_directory_stats` | Return live counts for the Influzer WebMCP Directory: sites, tools, live vs demo, categories, and last refresh time. | Listed for discovery; the registry allows read-only calls only |
| `get_webmcp_listing_scan` | Poll status of a WebMCP listing scan started by start_webmcp_listing_scan. Returns progress, detected tools, scorecard, and directory URL when published. | Listed for discovery; the registry allows read-only calls only |
| `get_webmcp_site` | Fetch one WebMCP-enabled website by host (e.g. persona-chat.dev), including description, tool list, and schemas when available. | Listed for discovery; the registry allows read-only calls only |
| `list_latest_insights` | List the latest Influzer.ai insights / articles (titles, URLs, summaries) for agent briefings. | Listed for discovery; the registry allows read-only calls only |
| `navigate_influzer` | 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. | Listed for discovery; the registry allows read-only calls only |
| `open_webmcp_site` | Navigate this browser tab to a WebMCP-enabled website's homepage so the user and agent can use that site's own document.modelContext tools together. Call only after the user confirms which host to open. | Listed for discovery; the registry allows read-only calls only |
| `recommend_agent_stack` | Given an app or workflow goal, search BOTH Influzer directories at once: WebMCP websites (in-browser page tools) and classic MCP servers (backend integrations). Returns a combined shortlist with tool previews and suggested next steps for bu | Listed for discovery; the registry allows read-only calls only |
| `search_mcp_servers` | Search Influzer's MCP server directory (backend MCP integrations, not WebMCP). Returns matching servers with categories and tool names. | Listed for discovery; the registry allows read-only calls only |
| `search_webmcp_sites` | Search websites in the Influzer WebMCP Directory by keyword, category, site type, or verification status. Returns matching hosts with tool counts. | Listed for discovery; the registry allows read-only calls only |
| `search_webmcp_tools` | Search WebMCP tools across all catalogued websites by tool name, description, or kind (answer / act / transact). | Listed for discovery; the registry allows read-only calls only |
| `start_webmcp_listing_scan` | Start an Influzer scan to detect WebMCP tools on a public website and queue it for directory listing. Requires the user's email, site URL, and explicit consent (user_confirmed: true). Returns a scan_id to poll with get_webmcp_listing_scan. | Listed for discovery; the registry allows read-only calls only |

## What to expect

- **Read-only only.** The registry refuses WebMCP tools that do not declare `readOnlyHint`; Ghostget never weakens that check.
- **Untrusted results.** Tool output is site content, not instructions — treat it as data.
- **Live schemas.** `sites.get` always returns the schema the registry saw most recently, so agents adapt when Influzer.ai changes its tools.
- **No account needed.** These calls are credential-free registry reads. For tools that need a session on influzer.ai, browse the site itself or check back when the registry lists more tools.
