WebMCP Registry site · v0.18.35
Use Ludara Practice Hub with your agent.
Ludara Practice Hub (practicehub.ludara.org) registers 12 WebMCP tools. 12 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 practicehub.ludara.org and returns untrusted site content.
This page mirrors the WebMCP Registry listing for practicehub.ludara.org, last live-checked by the registry at 2026-09-21T21:22:10.206Z. Run ghostget webmcp sites.get --input '{"domain":"practicehub.ludara.org"}' --json for the current schema; the listing can drift between checks.
Use Ludara Practice Hub 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":"practicehub.ludara.org"}' --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":"practicehub.ludara.org","tool":"compare_practice_technology","input":"{}"}' --json
Registered WebMCP tools
Ludara Practice Hub publishes 12 tools on practicehub.ludara.org; 12 declare readOnlyHint.
| Tool | What it does | Callable through Ghostget |
|---|---|---|
compare_practice_technology | Compare documented public evidence for Practice Hub technology profiles by need, category, or up to three product names. Returns dated pricing snapshots and watch points, not endorsements or compliance determinations. | Callable read-only tool |
find_practice_pathways | Find the reviewed Practice Hub sequence for starting, growing, changing, or strengthening a therapy practice. Returns milestones and available supporting resources without making the decision for the user. | Callable read-only tool |
find_practice_templates | Find public Practice Hub worksheets for technology, operations, continuity, people, client flow, and money tasks. Returns links and section names; it never submits, saves, or reads worksheet entries. | Callable read-only tool |
get_practice_hub_updates | Retrieve the latest approved public Practice Hub change records, optionally filtered by topic. Returns effective dates, user impact, action needed, and public links. | Callable read-only tool |
get_practice_resource | Get the reviewed summary, public link, audience, applicability, and review record for one approved Practice Hub resource or practice-operations guide. | Callable read-only tool |
list_practice_topics | List the topics represented in Practice Hub’s approved public resource catalog and the number of available resources in each topic. | Callable read-only tool |
list_public_collections | Map every public Practice Hub collection, its size, coverage, boundary, public link, and the best read-only tool for exploring it. | Callable read-only tool |
list_state_coverage | Check whether Practice Hub has a reviewed public guide for a U.S. state or the District of Columbia. Without a state, returns a compact nationwide coverage summary and explicit gaps. | Callable read-only tool |
search_practice_evidence | Retrieve one publication-gated evidence record with its status, confidence, fact-check and review dates, Practice Hub page, and official-source citations. Supports general practice guidance and reviewed state research. | Callable read-only tool |
search_practice_resources | Search approved public Practice Hub guidance, including the six practice-operations working guides, for operations, technology, money, teams, foundations, and client administration. Returns educational summaries, links, and review dates. | Callable read-only tool |
search_session_resources | Search 130 public Practice Hub worksheets, activities, cards, posters, coloring pages, and practice templates by goal, audience, format, or collection. For qualified adult professional use only. | Callable read-only tool |
search_state_guidance | Search reviewed public state research for a named state and practice topic, optionally scoped to a profession. Returns dated evidence summaries and the public research—not professional advice boundary. | 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 Ludara Practice Hub changes its tools. - No account needed. These calls are credential-free registry reads. For tools that need a session on practicehub.ludara.org, browse the site itself or check back when the registry lists more tools.