MCP OpenFEC Server

get_audit_cases

Get FEC audit cases and findings

Input Schema

NameRequiredDescriptionDefault
audit_idNoOptional: Specific audit case ID
audit_yearNoOptional: Year of audit
committee_idNoOptional: FEC committee ID
finding_typesNoOptional: Types of findings to filter by

Input Schema (JSON Schema)

{ "properties": { "audit_id": { "description": "Optional: Specific audit case ID", "type": "string" }, "audit_year": { "description": "Optional: Year of audit", "type": "number" }, "committee_id": { "description": "Optional: FEC committee ID", "type": "string" }, "finding_types": { "description": "Optional: Types of findings to filter by", "items": { "type": "string" }, "type": "array" } }, "type": "object" }