WebMCP Registry site · v0.18.35
Use VisioForge with your agent.
VisioForge (visioforge.com) registers 10 WebMCP tools. VisioForge lists 10 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 listing for visioforge.com, last live-checked by the registry at 2026-09-22T08:01:02.464Z. Run ghostget webmcp sites.get --input '{"domain":"visioforge.com"}' --json for the current schema; the listing can drift between checks.
Use VisioForge 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":"visioforge.com"}' --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
VisioForge publishes 10 tools on visioforge.com; 0 declare readOnlyHint.
| Tool | What it does | Callable through Ghostget |
|---|---|---|
copy_code_example | Copy the text of a <pre><code> block on the current page to the clipboard. Use index 0 (default) for the first code block, 1 for the second, etc. Returns the inferred language and the number of characters copied. | Listed for discovery; the registry allows read-only calls only |
get_current_page_info | Return information about the page currently open in this tab: URL, pathname, title, meta description, and active locale. No input required. | Listed for discovery; the registry allows read-only calls only |
get_page_outline | Return the heading outline (h1, h2, h3) of the page currently open in this tab as an ordered list with anchor IDs. Useful to understand what sections the page has before reading or scrolling. | Listed for discovery; the registry allows read-only calls only |
get_pricing | Return the pricing tiers (annual and lifetime, EUR) for a VisioForge product by slug. Use list_products to discover slugs. Some products do not publish per-tier pricing — for those, the response says so and points to the product page. | Listed for discovery; the registry allows read-only calls only |
get_visible_main_content | Return the main textual content of the page currently open in this tab — useful when an agent wants to answer a question about what the page says without re-fetching it. Whitespace is normalised. Default 2000 chars; max 8000. | Listed for discovery; the registry allows read-only calls only |
list_products | List VisioForge products. Optional category filter: "sdk" for SDK products (Video Capture, Video Edit, Media Player, Media Blocks, etc.) or "standalone" for tools (Virtual Camera, Encryption, Fingerprinting, filter packs). | Listed for discovery; the registry allows read-only calls only |
navigate_to | Navigate the current tab to a path on visioforge.com. Path must start with "/" and be a same-site path; external URLs and query/fragment strings are rejected. Locale prefix is added automatically. | Listed for discovery; the registry allows read-only calls only |
open_uninstall_feedback_form | Navigate to the SDK uninstall-feedback survey so the user can tell VisioForge why they uninstalled the SDK. This is a post-uninstall survey, not a general support or contact form — VisioForge does not currently expose a general feedback for | Listed for discovery; the registry allows read-only calls only |
scroll_to_section | Scroll the current page to a section. Provide either an explicit anchor ID (preferred) or a substring of a heading text — case-insensitive, first match wins. | Listed for discovery; the registry allows read-only calls only |
switch_locale | Switch the page to a different language. The current path is preserved. Supported locale codes: en, de, es, fr, it, ja, ko, pl, zh. | 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.getalways returns the schema the registry saw most recently, so agents adapt when VisioForge changes its tools. - No account needed. These calls are credential-free registry reads. For tools that need a session on visioforge.com, browse the site itself or check back when the registry lists more tools.