# GHC — services for AI agents

GHC (Golden Hedge Consulting, goldenhedgeconsulting.com) builds AI automations for senior care facilities. This file describes the surfaces on this site that an AI agent can call directly.

## ADL Charting Agent

Converts a caregiver's plain-language shift note into a professional ADL (activities of daily living) note: category, assistance level, objective narrative, and a service plan link. Demo service with fictional residents only; never send real resident information or personal health information.

### Free demo endpoint

```
POST https://goldenhedgeconsulting.com/api/adl-chart
Content-Type: application/json

{"shiftNote": "Helped Mrs. J with her shower this morning..."}
```

Returns `{"adlNote": "...", "disclaimer": "..."}`. Input is capped at 2,000 characters. Rate limited to 5 requests per IP per hour. Errors return JSON with an `error` field; 429 means the hourly limit was reached.

### MCP server (paid tool, $1.00 per note over x402)

A streamable-HTTP MCP server is live at `https://goldenhedgeconsulting.com/mcp` (server card: [/.well-known/mcp/server-card.json](https://goldenhedgeconsulting.com/.well-known/mcp/server-card.json)). Tools:

- `list_scenarios` — the demo scenarios. Free.
- `generate_adl_note` — generates an ADL note from a `shiftNote` (max 2,000 characters). $1.00 per call over the x402 payment protocol. Currently settling test USDC on base-sepolia; an unpaid call returns x402 payment terms.

## Other machine-readable surfaces

- [llms.txt](https://goldenhedgeconsulting.com/llms.txt) — site overview with markdown links per page
- [auth.md](https://goldenhedgeconsulting.com/auth.md) — how access works (no auth; x402 payment on the paid MCP tool)
- [ARD manifest](https://goldenhedgeconsulting.com/.well-known/ai-catalog.json) — capability catalog with representative queries
- [Agent Skills index](https://goldenhedgeconsulting.com/.well-known/agent-skills/index.json) — the adl-charting skill
- [API catalog](https://goldenhedgeconsulting.com/.well-known/api-catalog) — RFC 9727 linkset
- Markdown content negotiation: request any listed page with `Accept: text/markdown`
- [sitemap.xml](https://goldenhedgeconsulting.com/sitemap.xml)

## Contact

- [Contact form](https://goldenhedgeconsulting.com/contact)
- Telephone: +1-443-939-2706
