Skip to content
Unclaimed
MCP

Use Unclaimed inside Claude, ChatGPT or Cursor

Unclaimed runs a free, public MCP server — no key, no install, no rate limit — over the same sourced dataset the site is built from: government and institutional benefits for households, and grants for companies. Point any MCP-capable chatbot or editor at the URL below and it can ask this data directly, instead of guessing from what it already knows.

Server URL
https://unclaimedgrant.com/mcp

Connect from Claude

  1. In Claude, open Customize → Connectors (custom connectors are available on Free, Pro, Max, Team and Enterprise plans; on Team or Enterprise an Owner first adds it under Organization settings → Connectors, then members click "Connect" on it).
  2. Click the "+" button next to Connectors, then "Add custom connector".
  3. Paste https://unclaimedgrant.com/mcp as the remote MCP server URL.
  4. Click "Add". You can now enable it per-conversation from the "+" button on the chat composer, under "Connectors".

Verified against Claude's own help article, linked in Sources below — steps change as the product does, so treat that article as the source of truth over this page if they ever disagree.

Connect from ChatGPT

  1. Turn on developer mode: Settings → Apps → Advanced settings → Developer mode. OpenAI's article describes this for Pro (read/fetch tools only — which is all Unclaimed has) and for Business, Enterprise and Edu workspaces, where an admin may need to allow it first.
  2. Go to Settings → Apps → Create, and enter https://unclaimedgrant.com/mcp as the endpoint.
  3. Click "Scan Tools", wait for it to finish, then click "Create".
  4. In a chat, select the app for your message, or mention it in your prompt.

Verified against OpenAI's own help article, linked in Sources below. OpenAI's article notes that write/modify MCP actions are in beta for Business/Enterprise/Edu only — every Unclaimed tool is read-only, so this does not affect using it.

Connect from Claude Code, Cursor, or any JSON-config MCP client

In Claude Code, one command:

claude mcp add --transport http unclaimed https://unclaimedgrant.com/mcp

In Cursor or another client that reads a JSON config, add this to its MCP config file:

{
  "mcpServers": {
    "unclaimed": { "url": "https://unclaimedgrant.com/mcp" }
  }
}

The 9 tools

check_entitlementsMatch a person's profile against every published programme in a country.
search_programmesSearch the curated database by free text and/or structured filters (country, category, benefit type, verification status).
get_programmeFetch one full programme record by country code and slug — all 24 field groups including eligibility rules, procedure steps, documents and the source receipt.
get_documentsReturn the document checklist for one programme: what to gather before applying, which documents are mandatory, and where-to-get notes.
get_procedureReturn how to apply for one programme: ordered steps, application channel and URL, deadline type and note, and whether the benefit is paid automatically.
get_coverageReturn dataset coverage: countries, programme counts, human-verified counts, categories, regions and income bands.
report_issueFile a correction report about a record: a wrong amount, a dead link, a changed rule or deadline.
search_company_grantsSearch the 1,641-record company/startup grant database by free text and/or structured filters (jurisdiction, category, grant type, funder type, verification status).
check_company_eligibilityMatch a company profile against every published company/startup grant in a jurisdiction.

Full JSON Schema for every tool: https://unclaimedgrant.com/api/v1/mcp-tools.json.

Example prompts

Honest limits

See the full API and MCP reference

Sources: Claude — Get started with custom connectors using remote MCP · OpenAI — Developer mode and MCP apps in ChatGPT · Claude Code — Connect Claude Code to tools via MCP