MCP.so
登录
G

Govdata Mcp

@Chester-2026

关于 Govdata Mcp

A Model Context Protocol (MCP) server that lets AI agents search, explore, and fetch open datasets from official government data portals. One unified tool interface across the United States, United Kingdom, Canada, and Australia, with per-portal quirks (API migrations, auth walls

基本信息

分类

开发工具

传输方式

stdio

发布者

Chester-2026

提交者

Chester Wang

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "govdata": {
      "command": "govdata-mcp",
      "env": {
        "DATAGOV_API_KEY": "your-api-data-gov-key"
      }
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is Govdata Mcp?

A Model Context Protocol (MCP) server that lets AI agents search, explore, and fetch open datasets from official government data portals. It provides one unified tool interface across the United States, United Kingdom, Canada, and Australia, automatically handling per-portal quirks such as API migrations, authentication walls, bilingual metadata, and stale DataStore flags.

How to use Govdata Mcp?

The README does not provide installation, configuration, or invocation instructions. A user would typically add the server to an MCP host/client and then call the exposed tools to search or fetch datasets. No specific commands or config keys are mentioned.

Key features of Govdata Mcp

  • Unified interface for four national government data portals
  • Searches, explores, and fetches open datasets
  • Absorbs per-portal quirks (API changes, auth, bilingual metadata)
  • Supports United States, United Kingdom, Canada, and Australia
  • Built on the Model Context Protocol (MCP)

Use cases of Govdata Mcp

  • An AI assistant answering queries with up‑to‑date government statistics
  • A research agent fetching datasets from multiple English‑speaking countries through a single tool
  • A data pipeline that programmatically discovers and retrieves open data from official portals

FAQ from Govdata Mcp

Which government data portals does it support?

The server supports the official open data portals of the United States, United Kingdom, Canada, and Australia.

How does it handle differences between portals?

Per‑portal quirks (e.g., API migrations, authentication walls, bilingual metadata, stale DataStore flags) are absorbed behind a common adapter, so the user sees a single consistent interface.

Does the server handle authentication?

The README notes that “auth walls” are one of the quirks absorbed by the adapter, but does not detail specific authentication methods or requirements for the user.

Where does the data live?

Data is fetched live from the government portals. The server does not store or cache datasets locally.

What is the Model Context Protocol (MCP)?

MCP is a protocol that allows AI agents to interact with external tools and data sources. This server implements the MCP standard to expose government data search and retrieval capabilities.

评论

开发工具 分类下的更多 MCP 服务器