Regulatory Monitor
Search the Federal Register for rules, proposed rules, notices, and presidential documents.
Setup
CODEBLOCK0
Or add to your OpenClaw MCP config (~/.openclaw/mcp.json):
CODEBLOCK1
Available Tools
reg_search_documents
Search Federal Register for rules, notices, and presidential documents.
CODEBLOCK2
Parameters: term, documentType ("RULE", "PRORULE", "NOTICE", or "PRESDOCU"), agency (slug), dateFrom (YYYY-MM-DD), dateTo, significant (boolean), perPage, INLINECODE9
reg_get_document
Get full details of a specific Federal Register document by document number.
CODEBLOCK3
Parameters: documentNumber (required)
reg_search_public_inspection
Search pre-publication documents on public inspection before they appear in the Federal Register.
CODEBLOCK4
Parameters: term, agency, documentType ("RULE", "PRORULE", "NOTICE", or "PRESDOCU")
reg_list_agencies
List or search federal agencies in the Federal Register.
CODEBLOCK5
Parameters: INLINECODE17
Data Sources
- - Federal Register — Official journal of the US government (rules, notices, executive orders)
Use Cases
- - Regulatory compliance monitoring
- Policy tracking and analysis
- Government affairs research
- Rulemaking comment preparation
All data from free US government APIs. Zero cost. No API keys required.
技能名称: gov-regulatory
详细描述:
监管监控器
在《联邦公报》中搜索法规、拟议法规、通知和总统文件。
设置
bash
mcporter add gov-regs --url https://regulatory-monitor-mcp.apify.actor/mcp --transport streamable-http
或者添加到你的 OpenClaw MCP 配置文件中(~/.openclaw/mcp.json):
json
{
servers: {
gov-regs: {
url: https://regulatory-monitor-mcp.apify.actor/mcp,
transport: streamable-http
}
}
}
可用工具
regsearchdocuments
在《联邦公报》中搜索法规、通知和总统文件。
搜索关于人工智能的联邦法规
查找本月发布的EPA规则
参数:term、documentType(RULE、PRORULE、NOTICE 或 PRESDOCU)、agency(简称)、dateFrom(YYYY-MM-DD)、dateTo、significant(布尔值)、perPage、page
reggetdocument
通过文件编号获取特定《联邦公报》文件的完整详细信息。
获取联邦公报文件 2024-12345
参数:documentNumber(必填)
regsearchpublic_inspection
在文件正式刊登于《联邦公报》之前,搜索处于公众审阅期的预发布文件。
搜索即将发布的SEC法规的公众审阅文件
是否有即将发布的EPA通知?
参数:term、agency、documentType(RULE、PRORULE、NOTICE 或 PRESDOCU)
reglistagencies
列出或搜索《联邦公报》中的联邦机构。
列出所有联邦机构
搜索与能源相关的机构
参数:search
数据来源
- - 《联邦公报》 — 美国政府的官方期刊(法规、通知、行政命令)
使用场景
- - 法规合规监控
- 政策跟踪与分析
- 政府事务研究
- 规则制定意见准备
所有数据均来自免费的美国政府API。零成本。无需API密钥。