ChatGPT Apps SDK
ClaimGPT exposes an MCP server and an ECO-AI adjuster workspace widget. Use the production URL during OpenAI app review.
https://claim-gpt.com/mcp
Required public routes:
https://claim-gpt.com/mcp.orchestrate_claim_workspace — preferred one-call pathrun_fnol_triage — Stage 1 with TIP and litigation metricsrender_adjuster_workspace — widget with auto-enrichmentquery_policy_system, run_fraud_analytics, extract_document_databenchmark_icd10_codes, submit_medical_claim — optional ClaimsAPIInspect the adjuster workspace markup outside ChatGPT at /widget.html. Demo buttons require the ChatGPT MCP Apps host; use the review prompts above for the full in-product flow.
Run these from the repo root before OpenAI app review or production deploys:
npm run test CLAIMGPT_VERIFY_URL=https://claim-gpt.com npm run verify:production
For local smoke checks, start the server and point verification at your port:
CLAIMGPT_VERIFY_URL=http://127.0.0.1:8787 npm run verify:production
npm install npm run dev ngrok http 8787 # Use https://<tunnel>.ngrok.app/mcp in Developer Mode
ClaimsAPI pairing uses ClaimGPT env vars only — see /api and the repo deployment guide.