regulationsgov-mcp
regulationsgov-mcp
用于 Regulations.gov API 的 MCP 服务器。提供联邦规则制定案卷、拟议规则、最终规则、公众评论和评论期跟踪功能。
可选免费 API 密钥以获得更高的速率限制。
功能说明
将 Regulations.gov API 暴露为 8 个 MCP 工具:
核心功能
search_documents- 使用灵活的过滤器搜索拟议规则、最终规则和公告get_document_detail- 获取完整的文档详情,包括可选的附件search_comments- 搜索公众评论(按案卷、文档或关键词)get_comment_detail- 获取完整的评论文本和提交者信息search_dockets- 搜索规则制定和非规则制定案卷get_docket_detail- 获取案卷元数据、摘要和 RIN
工作流
open_comment_periods- 各采购机构当前开放的评论期far_case_history- FAR/DFARS 规则制定案例的完整生命周期
认证(可选)
默认使用 DEMO_KEY(每小时 40 次请求)。可在 open.gsa.gov 免费注册以获得每小时 1,000 次请求的配额。
安装
uvx regulationsgov-mcpClaude Desktop 配置
无密钥:
{
"mcpServers": {
"regulationsgov": {
"command": "uvx",
"args": ["regulationsgov-mcp"]
}
}
}有密钥:
{
"mcpServers": {
"regulationsgov": {
"command": "uvx",
"args": ["regulationsgov-mcp"],
"env": {
"REGULATIONS_GOV_API_KEY": "your-api-key"
}
}
}
}示例提示词
"What FAR cases have open comment periods right now?" (目前有哪些 FAR 案例有开放的评论期?)
"Show me the full docket history for FAR-2023-0008." (向我展示 FAR-2023-0008 的完整案卷历史。)
"Find all proposed rules from DARS posted in the last 6 months." (查找过去 6 个月内由 DARS 发布的所有拟议规则。)
"How many public comments were submitted on FAR Case 2023-008?" (FAR Case 2023-008 收到了多少条公众评论?)
"Search for rulemaking dockets related to cybersecurity at DoD." (搜索与国防部 (DoD) 网络安全相关的规则制定案卷。)
"Find all SBA rules about size standards from the last year." (查找过去一年中所有关于规模标准的 SBA 规则。)
重要提示:过滤器值区分大小写
Regulations.gov 的过滤器值是区分大小写的。请使用精确的大小写:
文档类型:
Proposed Rule,Rule,Notice(不能使用小写)案卷类型:
Rulemaking,Nonrulemaking使用小写值将静默返回 0 个结果且不报错
配套工具
federal-register-mcp:联邦公报发布的内容regulationsgov-mcp:案卷结构、公众评论和评论期状态ecfr-mcp:修订后法规当前的实际内容
这三个工具共同涵盖了从提案到公众评论再到法规编纂的完整监管流程。
许可证
MIT
This server cannot be installed
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/1102tools/regulationsgov-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server