Datos Gob Do MCP Server

English · Español Ask an AI assistant a question about Dominican public data, and get an answer traced back to the government file it came from. It runs locally over stdio via the published package.

People connecting this server to Claude, Cursor, VS Code, or another MCP client. The project is written in Python.

VERIFIED ACTIVE

LAST COMMIT 2026-08-16 · ★ 3 · #328 OF 848 MAINTAINED OTHER · VERIFIED 2026-08-25

NOASSERTION · Python servers · how we verify → /methodology

01 · Install Datos Gob Do MCP Server

before you install - you'll need

Set DATOSGOBDO_NETGUARD, DATOSGOBDO_CACHE_DIR before connecting.

Claude Code

claude mcp add alcastaro-datos.gob.do-mcp-server -- uvx dominican-open-data-mcp

Claude Desktop / Cursor / VS Code - add to config

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

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license no standard license detected - usage rights unclear; check the repo before commercial use

pypi package dominican-open-data-mcp - check the name against the project README before installing (PyPI has no namespace ownership)

registry namespace io.github.alcastaro is GitHub-verified and matches the repo owner

03 · What Datos Gob Do MCP Server can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

v0.6.1 · 2026-06-03

Fixed · ensure_cached crash on zero-byte download - UnboundLocalError when server returned empty body. Found by new adversarial test. · Changed · Coverage floor raised 75% → 80% (actual 83%) · 13 new hermetic tests…

v0.6.0 · 2026-06-03

Added · Typed outputSchema / structuredContent for the 12 data-producing tools (schema, summarize, filter, aggregate, query, quantiles, find_duplicates, detect_outliers, preview, save_query_to_csv, get_cache_stats…

v0.5.0 · 2026-06-03

Changes · Added · quantiles_resource - percentile distribution (p25/p50/p75/p90/p95/p99) of numeric columns · find_duplicates_resource - detect duplicate rows; essential for payroll/census data quality…

04 · Who maintains Datos Gob Do MCP Server

datos.gob.do-MCP-server is maintained by alcastaro. It's the only MCP server we track from this author; the repo dates to May 2026.

05 · Facts

category
other - ranked #328 of 848 actively-maintained other servers as of 2026-08-25.
release cadence
5 releases in the last 90 days (latest 2026-06-03)
registry
io.github.alcastaro/datos.gob.do-MCP-server (active, first published 2026-05-19 · 8 versions)
packages
pypi:dominican-open-data-mcp

06 · Datos Gob Do MCP Server FAQ

What is Datos Gob Do MCP Server?

English · Español Ask an AI assistant a question about Dominican public data, and get an answer traced back to the government file it came from. It runs locally over stdio via the published package.

Is Datos Gob Do MCP Server still maintained?

Yes - as of 2026-08-25, its last commit was 2026-08-16 and it shipped 5 releases in the last 90 days. We re-verify nightly.

How do I install Datos Gob Do MCP Server?

Run `uvx dominican-open-data-mcp`. The README documents 2 environment variables (DATOSGOBDO_NETGUARD, DATOSGOBDO_CACHE_DIR) to set first. Set DATOSGOBDO_NETGUARD, DATOSGOBDO_CACHE_DIR before connecting. You can also paste the ready-made client config above.

Does Datos Gob Do MCP Server run locally?

Yes - it's a stdio server: it runs on your machine (via uvx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Datos Gob Do MCP Server

More MCP servers to compare · Campus CLI · Specmate · Alex LLM Attack MCP Server · Almured · Alphago2580 Naramarketmcp

More Python MCP servers · Context Server · Renforge · Clarigrid · Revettr MCP · see all