PolitiTrack Server
БесплатноНе проверенEnables searching political donations, donors, and lobbying data from any AI assistant using Federal Election Commission data.
Описание
Enables searching political donations, donors, and lobbying data from any AI assistant using Federal Election Commission data.
README
Search political donations, donors, and lobbying data from any AI assistant.
Works with Claude Desktop, ChatGPT, Cursor, VS Code, Windsurf, and any MCP-compatible client.
Tools
| Tool | Description |
|---|---|
search_donor |
Search donors by name (individuals, PACs, corporations) |
search_people |
Search individual donors like OpenSecrets donor lookup |
person_profile |
Full donor profile: party split, top recipients, timeline |
search_donations |
Search contributions with amount, donor, cycle filters |
donor_profile |
Donor profile for PACs and organizations |
money_flow |
Trace money trail from donor → politicians → committees |
Install
Option 1: npm (recommended)
npm install -g polititrack-mcp
Option 2: Clone
git clone https://github.com/YOUR_USERNAME/polititrack-mcp.git
cd polititrack-mcp
npm install
Connect to Claude Desktop
Edit your Claude Desktop config file:
Mac: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"polititrack": {
"command": "npx",
"args": ["polititrack-mcp"],
"env": {
"POLITITRACK_API_URL": "https://polititrack-api.vercel.app"
}
}
}
}
If you cloned the repo instead:
{
"mcpServers": {
"polititrack": {
"command": "node",
"args": ["/path/to/polititrack-mcp/index.js"],
"env": {
"POLITITRACK_API_URL": "https://polititrack-api.vercel.app"
}
}
}
}
Restart Claude Desktop. You'll see a hammer icon showing PolitiTrack tools are available.
Connect to VS Code (Copilot)
Add to .vscode/mcp.json in your project:
{
"servers": {
"polititrack": {
"command": "npx",
"args": ["polititrack-mcp"],
"env": {
"POLITITRACK_API_URL": "https://polititrack-api.vercel.app"
}
}
}
}
Connect to Cursor
Add to .cursor/mcp.json:
{
"mcpServers": {
"polititrack": {
"command": "npx",
"args": ["polititrack-mcp"],
"env": {
"POLITITRACK_API_URL": "https://polititrack-api.vercel.app"
}
}
}
}
Connect to Claude Code
claude mcp add polititrack -- npx polititrack-mcp
Example prompts
Once connected, try asking your AI assistant:
- "Look up Elon Musk's political donations"
- "Who does ExxonMobil PAC donate to?"
- "Search for donations from tech CEOs in California"
- "Trace the money flow for Koch Industries"
- "Show me Pfizer's donation profile — do they donate more to Republicans or Democrats?"
- "Find individual donors who work at Goldman Sachs"
Environment variables
| Variable | Default | Description |
|---|---|---|
POLITITRACK_API_URL |
https://polititrack-api.vercel.app |
Your PolitiTrack API URL |
Data source
All data comes from the Federal Election Commission (FEC) via the PolitiTrack API. Only itemized contributions >= $200 are available (FEC reporting threshold).
License
MIT
Установить PolitiTrack Server в Claude Desktop, Claude Code, Cursor
unyly install polititrack-mcp-serverСтавит в Claude Desktop, Claude Code, Cursor и VS Code — сам разбирается с npx, uvx и сборкой из исходников.
Впервые? Поставь CLI: curl -fsSL https://unyly.org/install | sh
Или настроить вручную
Выполни в терминале:
claude mcp add polititrack-mcp-server -- npx -y polititrack-mcpFAQ
PolitiTrack Server MCP бесплатный?
Да, PolitiTrack Server MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для PolitiTrack Server?
Нет, PolitiTrack Server работает без API-ключей и переменных окружения.
PolitiTrack Server — hosted или self-hosted?
Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.
Как установить PolitiTrack Server в Claude Desktop, Claude Code или Cursor?
Открой PolitiTrack Server на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
автор: modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
автор: xuzexin-hzCompare PolitiTrack Server with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории ai
