WebMCP Registry site · v0.18.35
Use 3.14 Financial Contents with your agent.
3.14 Financial Contents (3.14financialcontents.com) registers 7 WebMCP tools. 5 of 7 tools declares readOnlyHint, so an agent can invoke them through tools.call. The registry runs the tool in a fresh headless page on 3.14financialcontents.com and returns untrusted site content.
This page mirrors the WebMCP Registry listing for 3.14financialcontents.com, last live-checked by the registry at 2026-09-22T21:23:36.144Z. Run ghostget webmcp sites.get --input '{"domain":"3.14financialcontents.com"}' --json for the current schema; the listing can drift between checks.
Use 3.14 Financial Contents 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":"3.14financialcontents.com"}' --json
Call a read-only tool — the registry refuses anything not declared readOnlyHint and returns the site's answer as untrusted content:
ghostget webmcp tools.call --input '{"domain":"3.14financialcontents.com","tool":"ask_314","input":"{}"}' --json
Registered WebMCP tools
3.14 Financial Contents publishes 7 tools on 3.14financialcontents.com; 5 declare readOnlyHint.
| Tool | What it does | Callable through Ghostget |
|---|---|---|
ask_314 | Responde una pregunta desde el contenido público de 3.14 y devuelve las fuentes que sostienen la respuesta. Se abstiene sin evidencia suficiente y aplica los límites del asistente del sitio. | Callable read-only tool |
get_contact | Devuelve correo, teléfono E.164, dirección y página de contacto de 3.14 Financial Contents. | Callable read-only tool |
list_capabilities | Devuelve todas las capacidades técnicas de 3.14 con título, URL y una descripción breve. | Callable read-only tool |
list_solutions | Devuelve todas las soluciones de 3.14 con título, URL y una descripción breve. | Callable read-only tool |
open_page | Abre una ruta de este sitio y rechaza destinos externos. Úsala después de search_314 para abrir un resultado. | Listed for discovery; the registry allows read-only calls only |
prepare_ask_form | Prepara una pregunta en el formulario de 3.14 para que el usuario la revise y la envíe. Para recibir la respuesta como datos, usa ask_314. | Listed for discovery; the registry allows read-only calls only |
search_314 | Busca en el contenido publicado de 3.14 con el índice del sitio y devuelve título, URL, sección y extracto. Úsala para localizar una página; para una respuesta redactada, usa ask_314. | Callable read-only tool |
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 3.14 Financial Contents changes its tools. - No account needed. These calls are credential-free registry reads. For tools that need a session on 3.14financialcontents.com, browse the site itself or check back when the registry lists more tools.