Quiver Quantitative MCP Server
README.md
# Quiver Quantitative MCP Server
[](https://github.com/NimbleBrainInc/mcp-quiver/actions/workflows/ci.yml)
[](https://mpak.dev/package/@nimblebraininc/mcp-quiver)
[](LICENSE)
Political and alternative financial data MCP service powered by [Quiver Quantitative](https://www.quiverquant.com).
## Tools
| 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 |
## Configuration
| Variable | Description | Required |
|----------|-------------|----------|
| `QUIVER_API_KEY` | Quiver Quantitative API key | Yes |
Get your API key at [quiverquant.com](https://www.quiverquant.com).
## Development
```bash
# Install dependencies
make dev-install
# Run all checks
make check
# Run server (stdio)
make run
# Run server (HTTP)
make run-http
```
## License
MIT
This server cannot be deployed
Maintenance
ActivityNo data
ResponsivenessNo issues