list_issue_codes
Pack: senate-lobbying · Endpoint: https://gateway.pipeworx.io/senate-lobbying/mcp
List the valid general issue area codes used by LDA filings (the values accepted by the issue filter on search_filings), e.g. TAX=Taxation, HCR=Health Issues, ENV=Environment. Keyless.
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":"list_issue_codes","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.