ChatGPT Apps SDK

Connect ClaimGPT in Developer Mode

ClaimGPT exposes an MCP server and an ECO-AI adjuster workspace widget. Use the production URL during OpenAI app review.

Production MCP endpoint

https://claim-gpt.com/mcp

Required public routes:

Setup steps

  1. Open ChatGPT → Settings → Apps & Connectors → Advanced settings.
  2. Enable Developer Mode.
  3. Create a new app with https://claim-gpt.com/mcp.
  4. Refresh the app after deployments change tool metadata or the widget.

Recommended review prompts

Run FNOL triage for property claim CLM-2026-003317 on policy HO-7721044. Kitchen fire with smoke damage and two photos attached. Tell me routing, TIP estimate, litigation probability, and missing documentation.
Orchestrate the ClaimGPT ECO-AI workspace for bodily injury claim CLM-2026-009144 on policy AUTO-4410298. Rear-end collision, ambulance transport, neck pain. Summarize the top 3 adjuster next steps.
Triage a liability claim with no supporting evidence and tell me whether escalation is recommended.

Primary tools

Widget preview

Inspect 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.

Pre-submit verification

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

Local development

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.