gov-data-mcp
gov-data-mcp
95 个美国政府开放数据工具,集成为一个 MCP 服务器。
EPA、FEMA、USGS、NOAA、FAA、USACE、FDIC、HUD、NRCS、HRSA、CMS、县评估员名册和州执业许可委员会——全部可作为智能体可调用的工具使用,且全部直接读取官方政府 API 和批量文件。无需爬取、无需解析 HTML、无需面对限流轮盘赌。
mcp-name: io.github.malonestar/gov-data-mcp
npx gov-data-mcp安装
你需要一个来自 console.apify.com/settings/integrations 的免费 Apify API 令牌。Apify 的免费层包含月度平台额度,足以覆盖此处每个工具的评估使用。
Claude Desktop / Claude Code / Cursor
{
"mcpServers": {
"gov-data": {
"command": "npx",
"args": ["-y", "gov-data-mcp"],
"env": { "APIFY_TOKEN": "apify_api_..." }
}
}
}Claude Desktop 读取 claude_desktop_config.json;Claude Code 读取项目中的 .mcp.json;Cursor 读取 .cursor/mcp.json。三者的配置块完全相同。
Related MCP server: mcp-brasil
功能一览
12 个专用工具 用于解决最高频的问题,可直接调用:
工具 | 说明 |
| 针对单个坐标点给出 20 层 通过 / 谨慎 / 否决 判定 |
| 按 ASTM E1527-21 距离执行 Phase I ESA 数据库检索 |
| 批量获取 Part 107、LAANC 及空域判定 |
| 最近的输电线路、变电站、供电公用事业公司、ISO/RTO |
| 覆盖 7 个 ISO 的发电机并网队列 |
| 银行和信用合作社健康度,含真实同行群组对照 |
| 县和人口普查区的自然灾害风险 |
| 指定半径内的 NWI 湿地,附带解码列 |
| Clean Water Act §404 地表水筛查 |
| SDWA 违规、铅、PFAS 检出情况 |
| 按地址查询评估名册上的业主记录 |
| 覆盖 9 个州的 19 个专业执照委员会 + OIG 排除名单 |
另有三个工具可触达其余 83 个:
search_gov_data_tools— 按关键词、机构或主题查找工具describe_gov_data_tool— 获取目录中任意工具的完整输入 schemarun_gov_data_tool— 运行目录中的任意工具
目录已内置,因此发现成本为零。向你的智能体提问 “你有什么关于洪水风险的政府数据工具?”,它会搜索全部 95 个工具。
示例提示词
对科罗拉多州丹佛市百老汇 1200 号(1200 Broadway, Denver CO)进行 ASTM E1527-21 环境风险筛查,并告诉我哪些发现落在该标准规定的搜索距离之内。
我计划在 41.88, -93.10 建设一个 40 MW 太阳能项目。请检查电网邻近度、优质农田、湿地、关键栖息地和并网队列,然后告诉我哪些因素会导致项目无法推进。
我能否在这六个坐标执行 Part 107 任务?其中哪些需要 DroneZone 授权而非 LAANC?
哪些得克萨斯州银行在 2006 年 CRE 集中度指引的两个测试维度上均被标记?
工作原理
每个工具都是一个已发布的 Apify Actor,本服务器通过 Apify API 调用它。服务器启动运行、等待终态,然后返回数据行。
计费 计入你自己的 Apify 账户,按每个 Actor 在其 Store 页面公布的按结果计费费率执行。免费层额度可覆盖评估。失败的运行除极小的 Actor 启动费用外不会产生任何费用。
每个结果都带有 run_id 和 console.apify.com URL,因此智能体基于本服务器做出的任何断言都可以追溯到产生该断言的精确运行。
关于如实回答
这些 Actor 围绕一条规则构建:失败绝不能表现为“未找到任何结果”。 这一区分恰恰在人们使用本服务器的场景中最重要——告诉买家某房产无污染、告诉飞行员某空域不受控、告诉贷款方某借款人不具备执业资格。
因此,本服务器:
在每次调用时报告
run_status,并且绝不会为未成功的运行附加rows键在响应文本中明确区分 “运行成功且数据源确实未匹配到任何内容” 与 “运行失败”
重试暂时的 Apify 429/5xx 错误,然后大声失败,说明平台出现故障,且不应就此对政府数据源得出任何结论
将未知工具名称视为目录未命中,绝不视为空结果
底层 Actor 遵循同样的纪律:每一行都带有按数据源区分的状态,null 表示 未检查 而非 已检查且为阴性;当上游静默截断数据时,实时漂移断言会使运行失败;对以 HTTP 200 返回部分负载的数据源设置分页保护。每个 Actor 的 Store 页面都记录了其防御的具体陷阱。
覆盖范围
环境与污染 · 洪水、野火、地震、滑坡、喀斯特与海平面上升 · 湿地、关键栖息地、保护地及历史遗迹 · 能源选址、电网、管道与并网 · 农田、土壤与水权 · 银行、信用合作社与公平贷款 · 证券、审计师与养老金计划 · 专业执照与排除名单筛查 · 房地产线索、地块、契约与风险信号 · 无人机空域、桥梁、隧道与水坝。
使用上述任一术语运行 search_gov_data_tools 即可获取完整列表,或浏览 apify.com/malonestar。
开发
npm install
npm test # offline suite, no network
node tools/mutate.cjs # re-injects known defects, asserts the suite catches them
npm run catalog -- <apify-token> # regenerate src/catalog.json from the live API许可证
MIT
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseBqualityDmaintenanceMCP server providing AI agents with access to German government open data. 12 tools across 6 categories: Autobahn traffic, DWD weather, NINA disaster warnings, SMARD energy market, Bundestag parliamentary data, and pollen forecasts. All APIs are free, no keys required.162MIT
- AlicenseAqualityCmaintenanceAn MCP server that connects AI agents to over 200 tools across 27 Brazilian public APIs, covering economic, legislative, transparency, and judicial data. It enables users to query and cross-reference extensive government datasets from sources like IBGE, the Central Bank, and the Brazilian Congress.71,728MIT
- AlicenseNot gradedqualityBmaintenanceMCP Server for accessing 36 Brazilian public data sources and 1 agent, enabling AI agents to query government data on economy, legislation, transparency, judiciary, elections, environment, health, and more.MIT
- AlicenseNot gradedqualityDmaintenanceMCP server that connects AI agents to 28 Brazilian public APIs, providing tools to query government data on economy, legislation, transparency, judiciary, elections, environment, health, and more.MIT
Related MCP Connectors
Hosted MCP endpoint with realistic fake data for prototyping agents. 12 tools, no setup.
Free public MCP for AI agents — 193 tools, 44 workflows. No API key.
Real-time Amazon, WIPO & PACER data for AI agents — 19 tools via the MCP protocol.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/malonestar/gov-data-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server