For AI assistants

Use Finally Seen from your AI assistant.

Finally Seen publishes a public Model Context Protocol (MCP) server. Any MCP-capable LLM — ChatGPT (Pro / Business / Enterprise), Claude Desktop, Cursor, Codex, Continue — can run the assessment and complete a £39 one-off Stripe checkout for you without leaving the chat. Card data never flows through MCP; payment happens on Stripe's hosted page.

MCP endpoint

https://finallyseen.org.uk/mcp

ChatGPT

Custom MCP connectors are available on ChatGPT Pro, Business, and Enterprise. In ChatGPT: open Settings → Connectors → Advanced → Add custom connector, paste the endpoint below, and enable it in the composer. Free and Plus tiers cannot add custom MCP connectors today — use one of the other clients below, or use Finally Seen directly on the site.

https://finallyseen.org.uk/mcp

Claude Desktop

Add this to your claude_desktop_config.json (macOS: ~/Library/Application Support/Claude/, Windows: %APPDATA%\Claude\) and restart Claude.

{
  "mcpServers": {
    "finally-seen": {
      "url": "https://finallyseen.org.uk/mcp"
    }
  }
}

Cursor

Add this to ~/.cursor/mcp.json (global) or .cursor/mcp.json in a project.

{
  "mcpServers": {
    "finally-seen": {
      "url": "https://finallyseen.org.uk/mcp"
    }
  }
}

Codex CLI / other MCP clients

Add the endpoint to ~/.codex/config.toml (or the equivalent in Continue, Zed, Windsurf, etc.):

[mcp_servers.finally-seen]
url = "https://finallyseen.org.uk/mcp"

What the assistant can do

Nine tools, grouped in two runbooks. Both £39 SKUs run to Stripe checkout entirely inside the chat.

Runbooks

GP letter or Right to Choose referral

  1. list_conditions — confirm the condition.
  2. start_assessment with kind: "gp_letter" (or "rtc_letter").
  3. create_letter_checkout — hand the Stripe URL to the patient.
  4. After payment: get_letter_status to fetch the letter and NHS / NICE citations.

PIP Evidence Pack

  1. list_pip_activities — get the 12 valid activity keys.
  2. start_assessment with kind: "pip_evidence" and activitiesAffected.
  3. create_letter_checkout — routing to the PIP price is automatic.
  4. After payment: get_letter_status for the pack + DWP / PIP Regs grounding.

Prefer plain HTTP?

The same surface is exposed as REST at https://finallyseen.org.uk/api/public/v1 (CORS *) with a full OpenAPI 3.1 spec at /api/public/openapi.json.

Guardrails

Building an agent, integration, or MCP client that wants to embed Finally Seen? Email hi@finallyseen.org.uk — we'll help you wire it up.

Get my GP letter