political-finance-mcp-server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_candidate_fundraisingA | Ruft Spendeneinnahmen und -ausgaben eines Kandidaten ab. Args: candidate_name: Name des Kandidaten (z.B. "Biden", "Trump") election_year: Wahljahr (Standard: 2024) Returns: Fundraising-Daten: Einnahmen, Ausgaben, Cash-on-Hand |
| get_top_donors_by_industryB | Zeigt Top-Spender nach Industrie/Branche (via FEC). Args: industry: Branche (z.B. "technology", "finance", "healthcare", "energy") election_cycle: Wahlzyklus-Jahr (Standard: 2024) limit: Anzahl Ergebnisse (Standard: 10) Returns: Top-Spender der Branche mit Summen |
| get_congress_member_votesA | Ruft Abstimmungsverhalten eines Kongressmitglieds ab (via ProPublica). Args: member_name: Name des Mitglieds (z.B. "Sanders", "Warren") chamber: "senate" oder "house" congress: Kongress-Nummer (Standard: 118 = aktuell) Returns: Abstimmungsstatistiken und letzte Abstimmungen |
| get_pac_spendingC | Ruft PAC-Ausgaben (Political Action Committees) ab. Args: committee_name: Name des PAC (leer = alle Top-PACs) election_cycle: Wahlzyklus (Standard: 2024) limit: Anzahl Ergebnisse Returns: PAC-Ausgaben und -Einnahmen |
| get_campaign_finance_summaryC | Gibt einen Überblick über die Wahlkampffinanzierung eines Jahres. Args: election_year: Wahljahr (Standard: 2024) Returns: Zusammenfassung: Gesamtausgaben, Top-Kandidaten, Parteienvergleich |
| search_individual_donationsA | Sucht nach Einzelspenden einer Person an Wahlkämpfe. Args: donor_name: Name des Spenders (Nachname reicht) min_amount: Mindestbetrag in USD (Standard: 200) election_cycle: Wahlzyklus Returns: Liste der Spenden mit Empfänger und Betrag |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
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/AiAgentKarl/political-finance-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server