NCP / remote MCP config
{
"mcpServers": {
"claimcheck": {
"url": "https://claimcheck-mcp-20260531.web.app/mcp",
"auth": {
"type": "bearer",
"token": "<api key>"
}
}
}
}
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.