Skip to main content

MCP Tools

verify_policy

Verify an insurance policy number synchronously.

InputTypeRequired
policy_numberstring
countrystring✓ — UK, DE, or FR
insurance_typestring✓ — motor, travel, or health
providerstring

Example prompt: "Verify UK motor policy AXK12345678 for AXA"


verify_policy_async

Submit an async verification job, optionally with a base64-encoded PDF.

InputTypeRequired
policy_number, country, insurance_typestring
providerstring
document_base64string— base64-encoded PDF
webhook_urlstring— HTTPS callback

Returns job_id for polling.


get_job_status

Poll an async verification or extraction job.

InputTypeRequired
job_idstring

extract_document_fields

Upload a PDF for AI-assisted field extraction.

InputTypeRequired
document_base64string✓ — max 14 MB
webhook_urlstring

Returns job_id. Poll with get_job_status.


get_usage

Check API usage and remaining credit balance.

Returns plan name, monthly allowance, current balance, credits used.

Example prompt: "How many verification credits do I have left?"