Data.gov MCP Server

Data.gov MCP Server

By MCP-Mirror GitHub

Mirror of

data-gov mcp-server
Overview

what is Data.gov MCP Server?

Data.gov MCP Server is a server designed to access and interact with datasets from Data.gov, providing tools and resources for users to work with government data.

how to use Data.gov MCP Server?

To use the Data.gov MCP Server, install the package globally using npm, configure the server settings in your configuration file, and then utilize the provided tools to search and access datasets.

key features of Data.gov MCP Server?

  • Search for datasets on Data.gov using the package_search tool.
  • Retrieve details for specific datasets with the package_show tool.
  • List available groups and tags on Data.gov.
  • Access Data.gov resources directly via URLs.

use cases of Data.gov MCP Server?

  1. Researchers can find and analyze government datasets for their studies.
  2. Developers can integrate government data into applications.
  3. Data journalists can access and visualize public data for reporting.

FAQ from Data.gov MCP Server?

  • What is the purpose of the Data.gov MCP Server?

It provides a streamlined way to access and interact with government datasets available on Data.gov.

  • How do I install the Data.gov MCP Server?

You can install it globally using npm with the command npm install -g @melaodoidao/datagov-mcp-server.

  • Is there a license for using the Data.gov MCP Server?

Yes, it is licensed under the MIT License.

Content

Data.gov MCP Server

An MCP server for accessing data from Data.gov, providing tools and resources for interacting with government datasets.

Installation

  1. Install the package globally:

    npm install -g @melaodoidao/datagov-mcp-server
    
  2. Configure the MCP Server:

    • Add the following entry to your cline_mcp_settings.json file (usually located in ~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/ on macOS):

       {
         "mcpServers": {
           "datagov": {
             "command": "datagov-mcp-server",
             "args": [],
             "env": {}
           }
         }
       }
      
    • If you are using the Claude Desktop app, add the entry to ~/Library/Application Support/Claude/claude_desktop_config.json instead.

Usage

This server provides the following tools:

  • package_search: Search for packages (datasets) on Data.gov.
  • package_show: Get details for a specific package (dataset).
  • group_list: List groups on Data.gov.
  • tag_list: List tags on Data.gov.

It also provides the following resource template:

  • datagov://resource/{url}: Access a Data.gov resource by its URL.

You can use these tools and resources with Cline by specifying the server name (datagov-mcp-server) and the tool/resource name.

Contributing

Contributions are welcome! Please feel free to submit issues or pull requests.

License

MIT License

No tools information available.

Mirror of

image-generation mcp-server
View Details

Secure MCP server for analyzing Excel files with oletools

oletools mcp-server
View Details

Mirror of

bigquery mcp-server
View Details

MCPHubs is a website that showcases projects related to Anthropic's Model Context Protocol (MCP)

mcp mcp-server
View Details
Dealx
Dealx by DealExpress

-

dealx mcp-server
View Details

Google Analytics MCP server for accessing analytics data through tools and resources

google-analytics mcp-server
View Details

A Python-based MCP server that lets Claude run boto3 code to query and manage AWS resources. Execute powerful AWS operations directly through Claude with proper sandboxing and containerization. No need for complex setups - just pass your AWS credentials and start interacting with all AWS services.

aws mcp-server
View Details