Odel
datos.gob.do MCP server

datos.gob.do MCP server

Local
@alcastaro3PythonUpdated 5 days ago

MCP server for datos.gob.do — Dominican Republic open government data (CKAN 2.11).

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

PyPIdominican-open-data-mcpv0.14.0

Run

uvx dominican-open-data-mcp

MCP client config

{
  "mcpServers": {
    "datos-gob-do-mcp-server": {
      "command": "uvx",
      "args": [
        "dominican-open-data-mcp"
      ]
    }
  }
}