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 デスクトップ アプリを使用している場合は、代わりに~/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.

Data.gov から政府のデータセットへのアクセスを提供する MCP サーバー。ユーザーはパッケージを検索したり、データセットの詳細を表示したり、グループとタグを一覧表示したり、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