apifyforge/political-influence-network-mcp
Political influence network analysis for AI assistants — map donor-politician-legislation relationships, detect conflicts of interest, and trace dark money flows through 8 US government data sources in a single MCP tool call.
Platform-specific configuration:
{
"mcpServers": {
"political-influence-network-mcp": {
"command": "npx",
"args": [
"-y",
"political-influence-network-mcp"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
> [View on ApifyForge](https://apifyforge.com/actors/mcp-servers/political-influence-network-mcp) | [Use on Apify Store](https://apify.com/ryanclinton/political-influence-network-mcp)
---
Add to your MCP client (Claude Desktop, Cursor, Windsurf):
{
"mcpServers": {
"political-influence-network-mcp": {
"url": "https://ryanclinton--political-influence-network-mcp.apify.actor/mcp"
}
}
}---
Political influence network analysis for AI assistants — map donor-politician-legislation relationships, detect conflicts of interest, and trace dark money flows through 8 US government data sources in a single MCP tool call. Built for compliance teams, investigative researchers, and AI agents that need structured political intelligence without raw API complexity.
This MCP server orchestrates 8 public-data actors in parallel: FEC campaign finance filings, congressional stock trading disclosures, Congress.gov bill tracking, Federal Register regulatory actions, nonprofit organization filings, USAspending federal contracts, OpenCorporates corporate registries, and Wikipedia background context. Each tool call assembles a bipartite political graph, runs graph algorithms across it, and returns structured JSON ready for downstream analysis or AI reasoning.
| Data Point | Source | Example | |---|---|---| | 💰 Campaign contributions | FEC Finance | Donor → PAC → candidate, $50,000, cycle 2024 | | 📈 Congressional stock trades | Congress Stock Tracker | Rep. Jane Doe, MSFT, $15K–50K, Jan 2024 | | 📋 Legislation & sponsorships | Congress Bill Search | HR 4201, Defense Procurement Act, introduced 2024-03 | | 📜 Federal regulatory actions | Federal Register Search | EPA Final Rule, petroleum industry, 2024-02-14 | | 🏛 Nonprofit filings & finances | Nonprofit Explorer | Horizon Policy Fund 501(c)(4), revenue $4.2M | | 🏗 Federal contract awards | USAspending Search |
Loading reviews...