Skip to content

datos.gob.do MCP server for Grok

io.github.alcastaro/datos.gob.do-mcp-server

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

client:Grok transport:stdio runtime:pypi

Install datos.gob.do MCP server in Grok

.mcp.json (in your project root)

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

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

datos.gob.do MCP server in other clients