Content
# Political Influence Network MCP Server
Map political influence networks including lobbying connections, campaign finance flows, revolving door relationships, and policy influence pathways.
## 8 Tools
| Tool | Description |
|------|-------------|
| `map_influence_network` | Map political influence network with PageRank scoring |
| `detect_conflict_of_interest` | Screen politicians for conflicts between trades, donations, and legislation |
| `trace_money_to_legislation` | Trace campaign donations to legislative actions via Granger causality |
| `analyze_revolving_door` | Detect revolving door between government and private sector |
| `score_lobbying_influence` | Compute lobbying ROI correlating spending with legislative wins |
| `detect_dark_money_flows` | Trace multi-hop funding paths through nonprofits and shells |
| `compute_political_risk_score` | Multi-factor weighted political risk assessment |
| `generate_influence_report` | Comprehensive political influence intelligence report |
## Category
Intelligence
## Quick Start
### Claude Desktop
Add to `claude_desktop_config.json`:
```json
{
"mcpServers": {
"political-influence-network-mcp": {
"url": "https://ryanclinton--political-influence-network-mcp.apify.actor/mcp",
"headers": {
"Authorization": "Bearer YOUR_APIFY_TOKEN"
}
}
}
}
```
### Cursor
Add to `.cursor/mcp.json`:
```json
{
"mcpServers": {
"political-influence-network-mcp": {
"url": "https://ryanclinton--political-influence-network-mcp.apify.actor/mcp",
"headers": {
"Authorization": "Bearer YOUR_APIFY_TOKEN"
}
}
}
}
```
### Windsurf
Add to your MCP configuration:
```json
{
"mcpServers": {
"political-influence-network-mcp": {
"serverUrl": "https://ryanclinton--political-influence-network-mcp.apify.actor/mcp",
"headers": {
"Authorization": "Bearer YOUR_APIFY_TOKEN"
}
}
}
}
```
## Authentication
This server requires an Apify API token. Get yours free at [Apify Console](https://console.apify.com/settings/integrations).
## Pricing
Pay-per-use via Apify. See the [Apify Store listing](https://apify.com/ryanclinton/political-influence-network-mcp) for pricing details.
## Tags
`intelligence` `political` `lobbying` `influence-network` `osint`
## License
Proprietary - available via Apify Store.