get_filing
Pack: senate-lobbying · Endpoint: https://gateway.pipeworx.io/senate-lobbying/mcp
Get the full detail of a single LDA lobbying filing by its filing UUID — registrant, client, income/expenses, every lobbying activity (issue + description + named lobbyists), foreign entities, and affiliated organizations. Example filing_uuid: “306576ff-0ef4-4269-b5fa-1a2256685950”. Keyless.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
filing_uuid | string | yes | Filing UUID from search_filings, e.g. “306576ff-0ef4-4269-b5fa-1a2256685950”. |
Example call
curl -X POST https://gateway.pipeworx.io/senate-lobbying/mcp \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"get_filing","arguments":{}}}'
Connect
Add this to your MCP client config, or use one-click install buttons:
{
"mcpServers": {
"senate-lobbying": {
"url": "https://gateway.pipeworx.io/senate-lobbying/mcp"
}
}
}
See Getting Started for client-specific install steps.