Install
openclaw skills install gov-regulatoryFederal Register rules, notices, and agency documents. 4 tools for regulatory monitoring.
openclaw skills install gov-regulatorySearch the Federal Register for rules, proposed rules, notices, and presidential documents.
mcporter add gov-regs --url https://regulatory-monitor-mcp.apify.actor/mcp --transport streamable-http
Or add to your OpenClaw MCP config (~/.openclaw/mcp.json):
{
"servers": {
"gov-regs": {
"url": "https://regulatory-monitor-mcp.apify.actor/mcp",
"transport": "streamable-http"
}
}
}
reg_search_documentsSearch Federal Register for rules, notices, and presidential documents.
Search Federal Register for AI regulations
Find EPA rules published this month
Parameters: term, documentType ("RULE", "PRORULE", "NOTICE", or "PRESDOCU"), agency (slug), dateFrom (YYYY-MM-DD), dateTo, significant (boolean), perPage, page
reg_get_documentGet full details of a specific Federal Register document by document number.
Get Federal Register document 2024-12345
Parameters: documentNumber (required)
reg_search_public_inspectionSearch pre-publication documents on public inspection before they appear in the Federal Register.
Search public inspection for upcoming SEC rules
Any upcoming EPA notices?
Parameters: term, agency, documentType ("RULE", "PRORULE", "NOTICE", or "PRESDOCU")
reg_list_agenciesList or search federal agencies in the Federal Register.
List all federal agencies
Search for agencies related to energy
Parameters: search
All data from free US government APIs. Zero cost. No API keys required.