MCP OpenFEC Server

get_audit_cases

Retrieve FEC audit cases and findings by filtering specific criteria such as audit ID, year, committee ID, or finding types using the MCP OpenFEC Server.

Instructions

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" }
ID: 2ujrcuobzz