Live showcase
Influzer.ai WebMCP demo
This page registers real document.modelContext tools for Influzer’s directories.
Try them below — with a native WebMCP browser, or via the built-in demo polyfill when the API is not available yet.
Status: Starting…
Mode: Detecting…
Tool console
Uses getTools() and executeTool() — the same discovery path in-page agents use.
Input schema
{}
Result
Run a tool to see structured output.
Log
How to try this yourself
- Open this page in Chrome with the WebMCP origin trial (or any browser — the demo polyfill still runs the tools locally).
- Pick a tool, edit JSON args, click Run executeTool().
- Or from DevTools:
await document.modelContext.getTools()thenawait document.modelContext.executeTool(tools[0], {}). - Node smoke test from the repo:
node scripts/demo-influzer-webmcp.js
Registered tools
get_influzer_overview— Return a short overview of Influzer.ai: what it offers (MCP directory, WebMCP directory, insights) and key URLs agents should use.get_webmcp_directory_stats— Return live counts for the Influzer WebMCP Directory: sites, tools, live vs demo, categories, and last refresh time.search_webmcp_sites— Search websites in the Influzer WebMCP Directory by keyword, category, site type, or verification status. Returns matching hosts with tool counts.get_webmcp_site— Fetch one WebMCP-enabled website by host (e.g. persona-chat.dev), including description, tool list, and schemas when available.search_webmcp_tools— Search WebMCP tools across all catalogued websites by tool name, description, or kind (answer / act / transact).search_mcp_servers— Search Influzer's MCP server directory (backend MCP integrations, not WebMCP). Returns matching servers with categories and tool names.list_latest_insights— List the latest Influzer.ai insights / articles (titles, URLs, summaries) for agent briefings.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.