WebMCP Registry site · v0.18.35
Use Littlefish Group with your agent.
Littlefish Group (littlefish.co.uk) registers 4 WebMCP tools. 4 of 4 tools declares readOnlyHint, so an agent can invoke them through tools.call. The registry runs the tool in a fresh headless page on littlefish.co.uk and returns untrusted site content.
This page mirrors the WebMCP Registry listing for littlefish.co.uk, last live-checked by the registry at 2026-09-22T09:43:27.412Z. Run ghostget webmcp sites.get --input '{"domain":"littlefish.co.uk"}' --json for the current schema; the listing can drift between checks.
Use Littlefish Group 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":"littlefish.co.uk"}' --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":"littlefish.co.uk","tool":"list_littlefish_case_studies","input":"{}"}' --json
Registered WebMCP tools
Littlefish Group publishes 4 tools on littlefish.co.uk; 4 declare readOnlyHint.
| Tool | What it does | Callable through Ghostget |
|---|---|---|
list_littlefish_case_studies | List recent Littlefish client stories showing delivered managed IT, cyber security and digital transformation projects across UK public and commercial sectors. Useful when an AI agent needs evidence of capability or sector experience. | Callable read-only tool |
list_littlefish_industries | List the UK industries Littlefish serves across public sector (healthcare, local government, central government, social housing), commercial sector (energy & utilities, financial & insurance, manufacturing, construction, retail, pharmaceuti | Callable read-only tool |
list_littlefish_services | List Littlefish's four core service areas: Managed Services (IT support and infrastructure), Cyber Services (Managed SOC, XDR, vCISO and compliance), Digital Solutions (cloud migration, modern workplace, Dynamics 365) and Data & AI (data fo | Callable read-only tool |
request_littlefish_contact | Return the contact page URL for an AI agent to direct a human user who wants to enquire about managed IT, cyber security, digital transformation or data & AI services with Littlefish. Does NOT submit a contact request itself. | 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 Littlefish Group changes its tools. - No account needed. These calls are credential-free registry reads. For tools that need a session on littlefish.co.uk, browse the site itself or check back when the registry lists more tools.