MCP server exposing datos.gob.do — Dominican Republic open government data — to any AI assistant. Search, browse, and preview 1000+ public datasets from 266 government institutions.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"datos.gob.do-mcp-ser": {
"command": "uvx",
"args": [
"datos.gob.do-mcp-server"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add datos.gob.do-mcp-ser uvx datos.gob.do-mcp-server
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"datos.gob.do-mcp-ser": {
"command": "uvx",
"args": [
"datos.gob.do-mcp-server"
]
}
}
}
📋 Copy
Or install with pip: pip install datos.gob.do-mcp-server