Claude Code plugin for MetLife Pet Insurance claims API and adversarial claim appeals
npx claudepluginhub graysoncadams/claude-metlifeQuery MetLife Pet Insurance claims API, download EOBs and policy documents, and draft formal claim appeals
A Claude Code plugin that lets you query the MetLife Pet Insurance claims API and build evidence-based appeals for denied or underpaid claims.
/metlife-pets - API AccessQuery your MetLife pet insurance account directly from Claude:
/appeal-claim - Adversarial Claim AppealA rigorous appeal workflow that does real underwriting analysis before writing anything. It will refuse to draft a losing appeal and tell you honestly when a denial is correct.
How it works:
The appeal letter follows MetLife's required format: your name, pet's name, claim identification, and explanation with supporting evidence. It cites specific policy sections and does the reimbursement math.
claude plugin add GraysonCAdams/claude-metlife
You need a bearer token from your authenticated mypets.metlife.com session:
api.metlife.comauthorization: Bearer ... headerexport METLIFE_BEARER_TOKEN="<your token>"
Tokens expire periodically. If you get 401 errors, grab a fresh one.
Once installed, just open a conversation and talk normally. No commands needed. Examples:
The plugin understands the context and will ask for any IDs it needs (policy, pet, claim). It will walk you through everything conversationally.
If you prefer explicit commands, these are also available:
/metlife-pets list claims for policy <policyId> pet <petId>
/metlife-pets get claim <claimId> for pet <petId>
/metlife-pets list documents for claim <claimId> policy <policyId> pet <petId>
/metlife-pets get policy packet for policy <policyId>
/appeal-claim policy <policyId> pet <petId> claim <claimId>
Per MetLife policy (PET21-01-V):
The plugin knows all of this and will flag deadlines for you.
This repo contains no tokens, credentials, or personal data. The bearer token is read from the METLIFE_BEARER_TOKEN environment variable at runtime. Source curl captures with tokens are gitignored.
MIT