https://github.com/melaodoidao/datagov-mcp-server
An MCP server for accessing data from Data.gov, providing tools and resources for interacting with government datasets.
https://github.com/melaodoidao/datagov-mcp-server
Last synced: about 8 hours ago
JSON representation
An MCP server for accessing data from Data.gov, providing tools and resources for interacting with government datasets.
- Host: GitHub
- URL: https://github.com/melaodoidao/datagov-mcp-server
- Owner: melaodoidao
- License: mit
- Created: 2025-02-27T03:03:18.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2025-04-09T20:45:43.000Z (2 months ago)
- Last Synced: 2025-06-05T04:51:53.163Z (16 days ago)
- Language: JavaScript
- Size: 6.84 KB
- Stars: 10
- Watchers: 2
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- mcp-index - Data.gov MCP Server - Access and retrieve government datasets from Data.gov, enabling interactions with a wide variety of public data resources in real-time. (Open Source Data)
README
# 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:**
```bash
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):
```json
{
"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