WebMCP Registry site · v0.18.35
Use Customware with your agent.
Customware (customware.ai) registers 13 WebMCP tools. 8 of 13 tools declares readOnlyHint, so an agent can invoke them through tools.call. The registry runs the tool in a fresh headless page on customware.ai and returns untrusted site content.
This page mirrors the WebMCP Registry listing for customware.ai, last live-checked by the registry at 2026-09-22T09:38:32.359Z. Run ghostget webmcp sites.get --input '{"domain":"customware.ai"}' --json for the current schema; the listing can drift between checks.
Use Customware 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":"customware.ai"}' --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":"customware.ai","tool":"get_blog_post","input":"{}"}' --json
Registered WebMCP tools
Customware publishes 13 tools on customware.ai; 8 declare readOnlyHint.
| Tool | What it does | Callable through Ghostget |
|---|---|---|
book_demo | Schedule a 30-minute call with David Uram (founder). Returns the Google Calendar booking URL. Use this when a user wants to talk to a human. | Listed for discovery; the registry allows read-only calls only |
get_blog_post | Fetch a specific blog post by slug. Returns metadata and a text summary. | Callable read-only tool |
get_pricing_summary | Return the canonical Customware pricing in structured form (three tiers, no Year-2 renewal). | Callable read-only tool |
get_scn_page | Fetch the full content of a specific SCN / territory page by slug. Returns title, description, category, tags, and a plain-text summary of the body. Use list_scn_pages or search_content to find slugs. | Callable read-only tool |
list_blog_posts | List Customware blog posts (slug, path, title, description, publishedAt). | Callable read-only tool |
list_pages | List the main top-level pages on customware.ai (home, pricing, AI Enterprise, demo, surveys, blog, resources, schedule). | Callable read-only tool |
list_resources | List long-form resource articles (slug, path, title, description, category). | Callable read-only tool |
list_scn_pages | List all SCN / SEO landing pages (the deep cluster at root URLs like /salesforce-cpq-end-of-sale, /ai-cpq-software, etc.). Returns slug, path, title, description, category and tags for each. Useful for an agent that wants to recommend a spe | Callable read-only tool |
navigate_to | Navigate the Customware site to a specific in-app path (e.g. '/pricing', '/aienterprise', '/blog/some-slug', or any SCN page slug like '/salesforce-cpq-end-of-sale'). Use list_pages or search_content first to discover valid paths. | Listed for discovery; the registry allows read-only calls only |
open_pricing | Open the pricing page. Optionally jump to a specific tier section: 'start' (Use Case Starter), 'cpq' (CPQ Build Foundation), or 'enterprise' (AI Enterprise Adoption). | Listed for discovery; the registry allows read-only calls only |
request_demo | Open the AI Enterprise Adoption Platform page where a user can request a demo via the lead form. | Listed for discovery; the registry allows read-only calls only |
search_content | Full-text search across every Customware page (SCN landing pages, blog posts, resource articles). Returns the top matches with kind, path, title, description, and a snippet. | Callable read-only tool |
start_cpq_survey | Start the 2-minute, 7-question CPQ readiness survey. Best for users who want to see if Customware is a fit for their CPQ / quoting workflow. | 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 Customware changes its tools. - No account needed. These calls are credential-free registry reads. For tools that need a session on customware.ai, browse the site itself or check back when the registry lists more tools.