About Datagov MCP Server
Datagov MCP Server is an MCP server published by melaodoidao in the Developer Tools category: an MCP server for accessing data from Data.gov, providing tools and resources for interacting with government datasets. It has been installed 0 times through Conduid.
The repository has 19 stars and 7 forks, with the last commit a year ago. Six months or more without a commit doesn't mean the server is broken, but check the open issues (0) before depending on it in production.
Install
npx datagov-mcp-serverThis server has no ConduID identity, so agent calls to it are not receipted. Pin the version you install and review the source before granting it credentials.
Ask AI
Ask AI about Datagov MCP Server
Powered by Claude · Grounded in docs
Security checks
- ·README presentNot checked yet.
- ·License declaredNot checked yet.
- ·Tests presentNot checked yet.
- ·Dependencies pinnedNot checked yet.
- ·No dynamic code executionNot checked yet.
- !Scoped permissionsDoesn't declare a permission scope. Assume it can do anything its process can.
README
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
README mirrored from the source repository 4 months ago. The original is authoritative.