loading…
Search for a command to run...
loading…
Provides access to political and alternative financial data including congressional stock trades, lobbying expenditures, and government contracts. This server e
Provides access to political and alternative financial data including congressional stock trades, lobbying expenditures, and government contracts. This server enables users to analyze politician profiles and track the intersection of legislative activity and financial markets.
Political and alternative financial data MCP service powered by Quiver Quantitative.
| Tool | Description |
|---|---|
get_congress_trades |
Congressional stock trades for a ticker |
get_congress_trades_bulk |
All recent congressional trades |
get_politician_profile |
Deep politician profile (committees, donors, trades) |
get_lobbying |
Lobbying spend for a ticker |
get_lobbying_bulk |
All lobbying data |
get_gov_contracts |
Government contracts for a ticker |
get_gov_contracts_bulk |
All government contract data |
| Variable | Description | Required |
|---|---|---|
QUIVER_API_KEY |
Quiver Quantitative API key | Yes |
Get your API key at quiverquant.com.
# Install dependencies
make dev-install
# Run all checks
make check
# Run server (stdio)
make run
# Run server (HTTP)
make run-http
MIT
Добавь это в claude_desktop_config.json и перезапусти Claude Desktop.
{
"mcpServers": {
"quiver-quantitative-mcp-server": {
"command": "npx",
"args": []
}
}
}