# Use Clinic for Agents with your agent.

[Clinic for Agents](https://clinicforagents.com/) (`clinicforagents.com`) registers 11 WebMCP tools. 5 of 11 tools declares `readOnlyHint`, so an agent can invoke them through `tools.call`. The registry runs the tool in a fresh headless page on clinicforagents.com and returns untrusted site content.

This page mirrors the [WebMCP Registry](https://wmcp.ai/sites/clinicforagents.com) listing for `clinicforagents.com`, last live-checked by the registry at 2026-09-23T03:32:59.241Z. Run `ghostget webmcp sites.get --input '{"domain":"clinicforagents.com"}' --json` for the current schema; the listing can drift between checks.

## Use Clinic for Agents 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":"clinicforagents.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":"clinicforagents.com","tool":"explain_runtype_test","input":"{}"}' --json
```

## Registered WebMCP tools

Clinic for Agents publishes 11 tools on clinicforagents.com; 5 declare `readOnlyHint`.

| Tool | What it does | Callable through Ghostget |
| --- | --- | --- |
| `check_in_agent` | Start a new human-observed behavior visit with an agent name and concern. Clears earlier behavior reports in this browser, so call only for a new visit. Agent self-checks set their own identity. | Listed for discovery; the registry allows read-only calls only |
| `explain_runtype_test` | Read the sandbox authorization requirements, test amount, steps and limitations. This never creates a proposal, signs a proof, approves access or charges money. | Callable read-only tool |
| `get_endpoint_report` | Read the latest saved endpoint report without running a test. latestReport is null until a demo completes; use its id for a demo retest. Source labels distinguish demo, heuristic and live evidence. | Callable read-only tool |
| `get_health_record` | Read the current browser visit, latest behavioral report and report count. latestReport is null before a check; use its reportId for a retest. This does not run a check or change the record. | Callable read-only tool |
| `list_clinic_services` | Discover browser checkups, the scoring scale, exact tool choices and required baseline IDs. Covers the interactive Clinic page; remote MCP live endpoint checks have a separate access-grant workflow. | Callable read-only tool |
| `open_approval_panel` | Open the visible Clinic approval panel. This does not approve anything. | Listed for discovery; the registry allows read-only calls only |
| `prepare_checkup_proposal` | Ask Cloudflare to prepare a checkup proposal. This does not approve or pay for it. | Listed for discovery; the registry allows read-only calls only |
| `read_clinic_stage` | Read the current Front Desk stage. | Callable read-only tool |
| `run_behavior_check` | Score six observed behavior signals. Choose source human for a person’s observations or agent for a bounded agent self-report. action initial starts a baseline; action retest requires the latest matching baseline ID and compares against it. | Listed for discovery; the registry allows read-only calls only |
| `run_endpoint_checkup` | Run or retest the fixed synthetic endpoint demo on the Clinic server. Explicit mode demo only; it does not contact a real endpoint. initial creates a report; retest requires baselineReportId from get_endpoint_report and compares with that s | Listed for discovery; the registry allows read-only calls only |
| `select_checkup_type` | Select a visible checkup type. This does not run it. | 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.get` always returns the schema the registry saw most recently, so agents adapt when Clinic for Agents changes its tools.
- **No account needed.** These calls are credential-free registry reads. For tools that need a session on clinicforagents.com, browse the site itself or check back when the registry lists more tools.
