Linear one-step chain checking NAIC producer license reciprocity for non-resident filing. Accepts resident state and target states (2-letter codes) plus standard NAIC LOA codes. Identifies non-standard states — CA, FL, NJ, NY, HI, MN, WI — that require independent filing, background checks, or state examinations outside the standard reciprocity path. Per NAIC Producer Licensing Model Act (MDL-218) and NIPR Reciprocity Matrix 2024. State codes and LOA enum inputs only — zero PII.
check_producer_license_reciprocity{
"jsonrpc": "2.0",
"method": "tools/call",
"params": {
"name": "check_producer_license_reciprocity",
"arguments": {
"resident_state": "OR",
"loa_codes": ["L", "H", "A"],
"target_states": ["TX", "IL", "CO", "NY"]
}
},
"id": 1
}