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ライセンス

Install Server
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
            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
            3
            JavaScript
          • -
            security
            F
            license
            -
            quality
            An MCP Server that enables interaction with Google's Data Labeling API, allowing users to manage datasets, annotations, and labeling tasks through natural language commands.
            Last updated -
            Python
          • -
            security
            F
            license
            -
            quality
            The open Congress.gov MCP server. Provides comprehensive access to the Congress.gov API through 6 organized toolsets, enabling AI systems to retrieve and interact with legislative data from the United States Congress with a clean, unified interface.
            Last updated -
            14
            Python
          • A
            security
            F
            license
            A
            quality
            An MCP server that provides simple query capabilities for Google Cloud Datastore, allowing users to list kinds, retrieve entities, run basic queries with pagination, filter entities by equality, and count entities.
            Last updated -
            5
            JavaScript

          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