quiver_lobbying

Pack: quiver · Endpoint: https://gateway.pipeworx.io/quiver/mcp

Corporate lobbying disclosures for — federal lobbying spend filed by a public company, with client, amount, date, and issue. Example: quiver_lobbying({ ticker: “GOOGL”, _apiKey: “your-key” })

Parameters

NameTypeRequiredDescription
tickerstringyesStock ticker to look up lobbying for, e.g. “GOOGL” (required)
_apiKeystringyesQuiver Quantitative API key

Example call

Arguments

{
  "ticker": "GOOGL",
  "_apiKey": "your-quiver-api-key"
}

curl

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":{"ticker":"GOOGL","_apiKey":"your-quiver-api-key"}}}'

TypeScript (@pipeworx/sdk)

import { Pipeworx } from '@pipeworx/sdk';
const pipeworx = new Pipeworx();

const result = await pipeworx.call('quiver_lobbying', {
  "ticker": "GOOGL",
  "_apiKey": "your-quiver-api-key"
});

More examples

{
  "ticker": "META",
  "_apiKey": "your-quiver-api-key"
}

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.

Regenerated from source · build August 15, 2026