Skip to main content
Glama

Data.gov MCP Server

by melaodoidao

Data.gov MCP 服务器

用于访问 Data.gov 数据的 MCP 服务器,提供与政府数据集交互的工具和资源。

安装

  1. 全局安装包:
    npm install -g @melaodoidao/datagov-mcp-server
  2. 配置 MCP 服务器:
    • 将以下条目添加到您的cline_mcp_settings.json文件(通常位于 macOS 上的~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/ ):
      { "mcpServers": { "datagov": { "command": "datagov-mcp-server", "args": [], "env": {} } } }
    • 如果您正在使用 Claude Desktop 应用程序,请将条目添加到~/Library/Application Support/Claude/claude_desktop_config.json

用法

该服务器提供以下工具:

  • package_search :在 Data.gov 上搜索包(数据集)。
  • package_show :获取特定包(数据集)的详细信息。
  • group_list :列出 Data.gov 上的群组。
  • tag_list :列出 Data.gov 上的标签。

它还提供了以下资源模板:

  • datagov://resource/{url} :通过 URL 访问 Data.gov 资源。

您可以通过指定服务器名称( datagov-mcp-server )和工具/资源名称将这些工具和资源与 Cline 一起使用。

贡献

欢迎贡献!请随时提交问题或拉取请求。

执照

MIT 许可证

You must be authenticated.

A
security – no known vulnerabilities
A
license - permissive license
A
quality - confirmed to work

remote-capable server

The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.

MCP 服务器提供对来自 Data.gov 的政府数据集的访问,使用户能够搜索包、查看数据集详细信息、列出组和标签以及通过 URL 访问资源。

  1. 安装
    1. 用法
      1. 贡献
        1. 执照

          Related MCP Servers

          • A
            security
            A
            license
            A
            quality
            An MCP server that provides access to project files and their contents, allowing users to retrieve file data from specified project directories with error handling and configuration options.
            Last updated -
            1
            4
            TypeScript
            MIT License
          • -
            security
            F
            license
            -
            quality
            An MCP server that provides tools and resources for managing a coding project's todo list, allowing users to view, add, update, and delete todo items with details like priority, status, and tags.
            Last updated -
            1
            Python
          • A
            security
            F
            license
            A
            quality
            An MCP server that enables users to search for government grants based on keywords and view detailed information including funding, eligibility, and deadlines.
            Last updated -
            1
            JavaScript
          • -
            security
            F
            license
            -
            quality
            An MCP server that monitors and provides analytics on weekly report submissions in a Google Sheet, allowing users to check missing submissions, view statistics, and track individual reporting status.
            Last updated -
            Python

          View all related MCP servers

          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/melaodoidao/datagov-mcp-server'

          If you have feedback or need assistance with the MCP directory API, please join our Discord server