Ghostget

WebMCP Registry site · v0.18.35

Use NEMO AI Solutions with your agent.

NEMO AI Solutions (nemoai.uk) registers 12 WebMCP tools. 10 of 12 tools declares readOnlyHint, so an agent can invoke them through tools.call. The registry runs the tool in a fresh headless page on nemoai.uk and returns untrusted site content.

This page mirrors the WebMCP Registry listing for nemoai.uk, last live-checked by the registry at 2026-09-23T01:13:00.267Z. Run ghostget webmcp sites.get --input '{"domain":"nemoai.uk"}' --json for the current schema; the listing can drift between checks.

Use NEMO AI Solutions 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":"nemoai.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":"nemoai.uk","tool":"book_a_call","input":"{}"}' --json

Registered WebMCP tools

NEMO AI Solutions publishes 12 tools on nemoai.uk; 10 declare readOnlyHint.

ToolWhat it doesCallable through Ghostget
book_a_callReturns the booking URL for a free consultation call with NEMO. The call is a look at the user's business, in person across Scotland or remote. The user must open the URL in a browser to pick a time.Callable read-only tool
get_automationsReturns a description of NEMO Custom Automations: what they are, how they work, and example workflows. Includes the automations page URL and a free-call booking link.Callable read-only tool
get_cortexReturns information about NEMO Cortex products. Cortex Lite (cloud, for the team's existing AI) is available on all sites. Cortex Pro (on-prem, for leadership) is included only on the standard site. Includes page URLs and a booking link.Callable read-only tool
get_free_skillTriggers a free skill download for the user. Sends the user's email and skill id to the download API, which returns a download URL. If the requested skill is paid, returns its details and suggests a free alternative. Returns ok:true with a Listed for discovery; the registry allows read-only calls only
get_site_infoReturns information about NEMO AI Solutions. The 'section' parameter controls what is returned: 'about' (company description, location, contact, and the free skills magnet), 'offers' (full product/service catalogue with URLs), or 'contact' Callable read-only tool
get_skillReturns full details for a single NEMO Skill by id or name: id, display name, category, description, price, free flag, compatible platforms, and library URL. Returns ok:false with a message if not found.Callable read-only tool
list_free_skillsReturns the 8 free NEMO Skills available for immediate download, grouped by job category. Each entry includes skill id, name, category, description, and a library URL. No inputs required.Callable read-only tool
list_skill_packsReturns pricing for the NEMO Skills Library: individual skills, the Sales Focus pack, and the complete 78-skill bundle. Each pack entry includes id, name, price, and description. Also notes the 8 free skills.Callable read-only tool
search_skillsFull-text search across the 78-skill NEMO library by keyword, skill name, or category. Free skills are sorted first in results. Returns up to 12 matching skills with id, name, category, description, price, and free flag.Callable read-only tool
start_opportunity_scoreReturns the URL for the AI Opportunity Score — a short interactive scan that identifies where AI could help in a business. Standard site only.Callable read-only tool
start_skill_purchaseReturns a Stripe checkout URL for a paid skill or pack. Does not process payment — the user must open the URL in a browser to complete the purchase. Side effect: records the user's email and requested item as a checkout lead via the /api/chListed for discovery; the registry allows read-only calls only
where_should_we_startTakes a plain-language problem description and returns a recommended starting point from NEMO's products. Routes to free skills, Knowledge Vault, Custom Automations, Cortex, or the Opportunity Score based on keyword matching against the proCallable 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.get always returns the schema the registry saw most recently, so agents adapt when NEMO AI Solutions changes its tools.
  • No account needed. These calls are credential-free registry reads. For tools that need a session on nemoai.uk, browse the site itself or check back when the registry lists more tools.

Ghostget 0.18.35 · MIT · Source on GitHub · About · Contact · Privacy · llms.txt