reg_agenda_coverage
Pack: reginfo · Endpoint: https://gateway.pipeworx.io/reginfo/mcp
Reports which Unified Agenda editions are currently loaded — the oldest and newest edition on file, total edition count, and total RIN-edition rows. Use to gauge coverage before relying on this for a historical range or a specific edition, since the biannual backfill drains in gradually rather than loading all history from 1995 in one pass.
Example call
curl -X POST https://gateway.pipeworx.io/reginfo/mcp \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"reg_agenda_coverage","arguments":{}}}'
Connect
Add this to your MCP client config:
{
"mcpServers": {
"reginfo": {
"url": "https://gateway.pipeworx.io/reginfo/mcp"
}
}
}
See Getting Started for client-specific install steps.