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-serverConfigure 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
Data.gov MCP Server
Project Details
- melaodoidao/datagov-mcp-server
- @melaodoidao/datagov-mcp-server
- MIT License
- Last Updated: 4/16/2025
Recomended MCP Servers
A powerful MCP server for fetching and transforming web content into various formats (HTML, JSON, Markdown, Plain Text)...
Implementation of Model Context Protocol server for Mailgun APIs
MCP server for interacting with Neon Management API and databases
A Model Context Protocol (MCP) server implementation for GreptimeDB
Linkup is a third-party extension that gives Claude access to real-time web search and premium content sources. It...
A high-performance Model Context Protocol (MCP) server for Trino implemented in Go.
An AWS Serverless Application Model that operates as an MCP server via serverless AWS resources
Local MCP server implementation for Starwind UI that you can use with Cursor, Windsurf, and other AI tools
This MCP server provides browser automation capabilities through Puppeteer, allowing interaction with both new browser instances and existing...
This repo is an extension of PostgreSQL MCP Server providing functionalities to create tables, insert entries, update entries,...
MCP server that gives Claude ability to use OpenAI's GPTs assistants





