PH Civic Data MCP Server

Philippine civic-data portals publish plenty of open data, each in its own shape: scraped HTML tables, PXWeb JSON, undocumented APIs. Nothing ties them together for an agent. This server does, over stdio, with zero hosting cost and no API key needed. Version 0.6.0 opens the entire PSA OpenSTAT catalog, about 2,900 statistical tables, behind three tools with hard safety limits.

People connecting maps & location tools to Claude, Cursor, VS Code, or another MCP client. The project is written in Python.

VERIFIED ACTIVE

LAST COMMIT 2026-08-07 · ★ 5 · #27 OF 56 MAINTAINED MAPS & LOCATION · VERIFIED 2026-08-25

MIT · Python servers · how we verify → /methodology

01 · Install PH Civic Data

before you install - you'll need

The README does not document required environment variables for a basic install.

Claude Code

claude mcp add xmpuspus-ph-civic-data-mcp -- uvx ph-civic-data-mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "xmpuspus-ph-civic-data-mcp": {
      "command": "uvx",
      "args": [
        "ph-civic-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 MIT - declared in the repository

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

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

03 · What PH Civic Data can do

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

Latest releases

v0.6.0 · 2026-08-06

Opens the whole PSA OpenSTAT statistical catalog, repairs four production · defects, and clears every known dependency vulnerability. 29 -> 32 tools, · 2 -> 3 prompts. No existing tool name, parameter name, or…

v0.5.0 · 2026-06-11

Reliability + agent-UX pass driven by a full 8-dimension product audit of v0.4.0. Tool count stays at 29; two MCP resources and two MCP prompts are new. · Highlights: · Honest failure semantics. List tools now return…

v0.4.0 · 2026-05-18

Additive minor. PSA OpenSTAT expanded past population/poverty into the live economy, plus the cross-source auto-stitch context layer. 25 → 29 tools. Zero new dependencies, zero required keys. · New tools…

04 · Who maintains PH Civic Data

PH Civic Data is maintained by xmpuspus. We track 2 MCP servers from xmpuspus - 2 actively maintained, 37 combined GitHub stars, oldest repo from Feb 2026. Full record: all servers from xmpuspus.

  1. cloudwright Cloud architecture and migration planning with costs, controls, evidence, and deployable IaC. ★ 32

05 · Facts

category
maps & location - ranked #27 of 56 actively-maintained maps & location servers as of 2026-08-25.
release cadence
2 releases in the last 90 days (latest 2026-08-06)
registry
io.github.xmpuspus/ph-civic-data-mcp (active, first published 2026-04-19 · 10 versions)
packages
pypi:ph-civic-data-mcp

06 · PH Civic Data FAQ

What is PH Civic Data?

Philippine civic-data portals publish plenty of open data, each in its own shape: scraped HTML tables, PXWeb JSON, undocumented APIs. Nothing ties them together for an agent. This server does, over stdio, with zero hosting cost and no API key needed. Version 0.6.0 opens the entire PSA OpenSTAT catalog, about 2,900 statistical tables, behind three tools with hard safety limits.

Is PH Civic Data still maintained?

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

How do I install PH Civic Data?

Run `uvx ph-civic-data-mcp`. The README does not document required environment variables for a basic install. You can also paste the ready-made client config above.

Does PH Civic Data 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 PH Civic Data