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-httpMIT