## What

Documents the **deployed Curogram MCP server** as a shared, cross-machine /
cross-agent skill, extending (not replacing) the existing reverse-engineered
`curogram` skill.

- `references/mcp-tools.md` (new): connection (streamable-HTTP URL
  `https://claude-cloud.tail053faf.ts.net/curogram/mcp`, shared MCP bearer), all
  8 tools with purpose/args/return shapes (PHI-aware), the out-of-band
  send-approval flow, PHI/TCPA/linkage safety rules, and a read→draft→approve→send
  usage example.
- `references/send-approval.md` (new): the exact operator handshake contract for
  `curogram_send_text` (pending → human confirm → operator releases
  `approved/<id>` token → live send), mirroring the contract the server enforces.
- `SKILL.md`: adds a "Deployed MCP server" section and links the two new refs.

## Why

The Curogram MCP (8 tools) is deployed on claude-cloud. Any agent on any machine
should know how to connect and how the human-gated send works, without
re-implementing the RE REST/GraphQL client. The RE reference material is left
intact as the fallback path.

## Cross-machine / cross-agent deployment

- The skill is documentation-only and lives under `.claude/skills/curogram/`, which
  every machine pulls via this repo — that is the propagation mechanism.
- For Codex/AGENTS-based agents, the repo convention is a symlink
  `.agents/skills/<name> -> ../../.claude/skills/<name>` (as in the sibling
  exult-agent repo). `.agents/` is gitignored here, so that mirror is generated
  locally per machine rather than committed; the canonical content is the
  committed `.claude/skills/curogram/` tree.

## Notes

- No MCP server code touched (server.ts/curogram-auth.ts/send-approval.ts read
  only — a separate change is fixing login concurrently).
- `send-approval.md` content matches the canonical copy written by the MCP build
  in exult-agent.

🤖 Generated with [Claude Code](https://claude.com/claude-code)
