Skip to main content
Glama

MCP OpenFEC Server

by psalzman

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" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/psalzman/mcp-openfec'

If you have feedback or need assistance with the MCP directory API, please join our Discord server