- Explore MCP Servers
- datagov-mcp-server
Datagov Mcp Server
What is Datagov Mcp Server
datagov-mcp-server is an MCP server designed to access and interact with datasets from Data.gov, offering tools and resources for users to work with government data.
Use cases
Use cases include searching for specific datasets for research projects, integrating government data into applications, and analyzing public data for insights.
How to use
To use datagov-mcp-server, install the package globally using npm, configure it in your settings file, and utilize its tools such as package_search and package_show to interact with datasets.
Key features
Key features include the ability to search for datasets, retrieve specific dataset details, list groups and tags on Data.gov, and access resources via URLs.
Where to use
datagov-mcp-server can be used in fields such as data analysis, government transparency initiatives, research, and application development that require access to government datasets.
Clients Supporting MCP
The following are the main client software that supports the Model Context Protocol. Click the link to visit the official website for more information.
Overview
What is Datagov Mcp Server
datagov-mcp-server is an MCP server designed to access and interact with datasets from Data.gov, offering tools and resources for users to work with government data.
Use cases
Use cases include searching for specific datasets for research projects, integrating government data into applications, and analyzing public data for insights.
How to use
To use datagov-mcp-server, install the package globally using npm, configure it in your settings file, and utilize its tools such as package_search and package_show to interact with datasets.
Key features
Key features include the ability to search for datasets, retrieve specific dataset details, list groups and tags on Data.gov, and access resources via URLs.
Where to use
datagov-mcp-server can be used in fields such as data analysis, government transparency initiatives, research, and application development that require access to government datasets.
Clients Supporting MCP
The following are the main client software that supports the Model Context Protocol. Click the link to visit the official website for more information.
Content
Data.gov MCP Server
An MCP server for accessing data from Data.gov, providing tools and resources for interacting with government datasets.
Installation
-
Install the package globally:
npm install -g @melaodoidao/datagov-mcp-server -
Configure the MCP Server:
-
Add the following entry to your
cline_mcp_settings.jsonfile (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.jsoninstead.
-
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
Dev Tools Supporting MCP
The following are the main code editors that support the Model Context Protocol. Click the link to visit the official website for more information.










