Use with Claude Code & LLM agents
Copy this prompt into Claude Code (or any LLM agent) and it will set itself up to use the HANK platform over MCP and the REST API. It lists the current services and their operations, generated live from the platform registry.
You are being set up to use the HANK healthcare API platform.
Ask the user for their API key (minted at console.hank.ai/console/api-keys); store it as HANK_API_KEY.
REST — base https://api.hank.ai/v1, header: Authorization: Bearer $HANK_API_KEY
- hank-codesets (/v1/codesets): anesthesia.lookup, classification.groups, classification.rbcs, classification.scope, code.batch, code.identify, code.lookup, code.search, lookup, rules.check
- claim-cleaner (/v1/claimcleaner): claim.validate, codes.download, lookup
- hank-scholar (/v1/scholar): chat.turn, lookup, mcp.tool_call
- hank-arse (/v1/arse): arse.emit_835, arse.process, arse.submit, lookup
- hank-ppman (/v1/ppman): lookup, policy.applicability, policy.changes, policy.document, policy.lookup, policy.resolve_payer, policy.suggest, pt.lookup
- hank-krac-web (/v1/krac): krac.code, krac.submit, lookup
- hank-safe-harbor-web (/v1/safeharbor): deidentify_pdf, deidentify.submit, deidentify_text, list_models, lookup
- hank-medicalnotes-web (/v1/medicalnotes): lookup, medicalnotes.classify, medicalnotes.generate, medicalnotes.submit, medicalnotes.summarize
- hank-docs (/v1/docs): ask.answer, embed, lookup
MCP — these services expose an MCP server. In Claude Code:
claude mcp add --transport http hank-scholar https://api.hank.ai/v1/scholar/mcp \
--header "Authorization: Bearer $HANK_API_KEY"
Credits: each operation costs credits; a 402 means out of credits. Rate limit: 429 + Retry-After.
Confirm the MCP server is registered and you can hit the REST API, then summarize what you can do.
Your API key stays a placeholder: paste your own key from API Keys.