Claim Check
Request API Key Verify
Developer Access

Ready to verify real-world claims?

Connect an agent to ClaimCheck MCP and route credential verification workflows to authoritative public data sources.

Native MCP Integration

ClaimCheck exposes verification tools through MCP so agents can call authoritative source wrappers instead of guessing from model memory.

Current source

FAA Airmen Registry is live

Credential verification currently supports FAA pilot, private pilot, commercial pilot, remote pilot, Part 107, and small UAS certificate claims.

Dataset

FAA Airmen Certification releasable database, May 2026 monthly CSV.

Review policy

No match does not always mean false. ClaimCheck links to the FAA source for human review when needed.

Coming next

Professional licenses, bar memberships, real estate licenses, contractor licenses, and other public credential sources.

How to connect

Add ClaimCheck as an MCP server

Use this endpoint inside an MCP-compatible agent. Include your ClaimCheck API key as a bearer token.

Endpoint

https://claimcheck-mcp-20260531.web.app/mcp

Authentication

Authorization: Bearer <api key>

NCP / remote MCP config

{
  "mcpServers": {
    "claimcheck": {
      "url": "https://claimcheck-mcp-20260531.web.app/mcp",
      "auth": {
        "type": "bearer",
        "token": "<api key>"
      }
    }
  }
}

Connection manifest

https://claimcheck-mcp-20260531.web.app/ncp.json

List tools

{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "tools/list"
}

Call FAA verification

{
  "jsonrpc": "2.0",
  "id": 2,
  "method": "tools/call",
  "params": {
    "name": "verify_faa_airman_certificate",
    "arguments": {
      "firstName": "Jordan",
      "middleName": "",
      "lastName": "Lee",
      "claim": "private pilot"
    }
  }
}

ChatGPT

Use ClaimCheck as a connected MCP server so ChatGPT can call verification tools when a user makes a credential claim.

Claude

Add the MCP endpoint to your Claude-compatible MCP configuration and pass the bearer token through request headers.

Custom agents

Call `tools/list`, choose the matching ClaimCheck tool, then call `tools/call` with extracted claim fields.

NCP

Add ClaimCheck as a remote MCP server. NCP can discover the FAA verification tool and route credential-claim checks to it.

Ready to connect?

Request an API key for MCP access. We use this to understand your source needs and route the right developer setup.