An MCP server for accessing data from Data.gov, providing tools and resources for interacting with government datasets.
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"datagov-mcp-server": {
"args": [
"-y",
"@melaodoidao/datagov-mcp-server"
],
"command": "npx"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
An MCP server for accessing data from Data.gov, providing tools and resources for interacting with government datasets.
Run this in your terminal to verify the server starts. Then let us know if it worked — your result helps other developers.
npx -y '@melaodoidao/datagov-mcp-server' 2>&1 | head -1 && echo "✓ Server started successfully"
After testing, let us know if it worked:
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
Checked @melaodoidao/datagov-mcp-server against OSV.dev.
Click any tool to inspect its schema.
datagov_resourceAccess a Data.gov resource by its URL
datagov://resource/{url}
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in data / analytics
Query and manage PostgreSQL databases directly from AI assistants
MCP Server for GCP environment for interacting with various Observability APIs.
⚡ A Simple / Speedy / Secure Link Shortener with Analytics, 100% run on Cloudflare.
🔥 Official Firecrawl MCP Server - Adds powerful web scraping and search to Cursor, Claude and any other LLM clients.
MCP Security Weekly
Get CVE alerts and security updates for Datagov Mcp Server and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
An MCP server for accessing data from Data.gov, providing tools and resources for interacting with government datasets.
Install the package globally:
npm install -g @melaodoidao/datagov-mcp-server
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.
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.
Contributions are welcome! Please feel free to submit issues or pull requests.
MIT License