quiver_lobbying
Pack: quiver · Endpoint: https://gateway.pipeworx.io/quiver/mcp
Corporate lobbying disclosures for
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
ticker | string | yes | Stock ticker to look up lobbying for, e.g. “GOOGL” (required) |
_apiKey | string | yes | Quiver Quantitative API key |
Example call
curl -X POST https://gateway.pipeworx.io/quiver/mcp \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"quiver_lobbying","arguments":{}}}'
Connect
Add this to your MCP client config, or use one-click install buttons:
{
"mcpServers": {
"quiver": {
"url": "https://gateway.pipeworx.io/quiver/mcp"
}
}
}
See Getting Started for client-specific install steps.