Skip to main content
Python

Quiver

v0.1.2
40

@nimblebraininc/mcp-quiver

Political and alternative financial data from Quiver Quantitative

python

README

Quiver Quantitative MCP Server

CI mpak License: MIT

Political and alternative financial data MCP service powered by Quiver Quantitative.

Tools

ToolDescription
get_congress_tradesCongressional stock trades for a ticker
get_congress_trades_bulkAll recent congressional trades
get_politician_profileDeep politician profile (committees, donors, trades)
get_lobbyingLobbying spend for a ticker
get_lobbying_bulkAll lobbying data
get_gov_contractsGovernment contracts for a ticker
get_gov_contracts_bulkAll government contract data

Configuration

VariableDescriptionRequired
QUIVER_API_KEYQuiver Quantitative API keyYes

Get your API key at quiverquant.com.

Development

# Install dependencies
make dev-install

# Run all checks
make check

# Run server (stdio)
make run

# Run server (HTTP)
make run-http

License

MIT