mcpbeat Sign in

PH Civic Data MCP Server

local only

PH Civic Data runs on your own machine — the client starts it, so there is no endpoint to ping. 1 256 installs a week from pypi. Last commit 4 Sep 2026.

PH civic data as MCP tools: the full PSA OpenSTAT catalog, hazards, procurement. 41 tools.

Installs per day peak 497 · avg 68 · +419% w/w
a month agotoday
1 256
Installs / week
pypi · ph-civic-data-mcp
5
Stars
1 open issues
4 Sep 2026
Last commit
0 releases in 90 days
MIT
License
Python

What the code does

We read the source, 22 h ago · rules 3dff92dd89df

In the project's build, not in the package

Found in continuous integration, deployment or infrastructure files, or in a neighbouring package of the same monorepo. None of this is installed when you add the server: it describes how the project is built and released. We list it because a leaked key in a build pipeline is still a real problem, but it is not something this server does on your machine.

Builds a database query by concatenation .github/workflows/live-drift.yml:59
      - name: File or update an issue on failure
        if: failure()
        env:
          GH_TOKEN: ${{ github.token }}

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

Nothing serious here today

Today is the operative word: we check PH Civic Data every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add ph-civic-data-mcp -- uvx ph-civic-data-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "ph-civic-data-mcp": {
      "args": [
        "ph-civic-data-mcp"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.ph-civic-data-mcp]
command = "uvx"
args = ["ph-civic-data-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "ph-civic-data-mcp": {
      "args": [
        "ph-civic-data-mcp"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "ph-civic-data-mcp": {
      "args": [
        "ph-civic-data-mcp"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: PAGASA_API_TOKEN (Optional PAGASA TenDay API token. Without it, get_weather_forecast automatically falls back to Open-Meteo.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to PH Civic Data

same job, measured the same way
treg.to
by superdesigndev

OpenRouter for tools and data. Compare catalog providers and call them from one hosted MCP endpoint.

answering
Canada Tenders
by pipeworx-io

Canada Government Procurement MCP — CanadaBuys open data (keyless).

33 tools answering
US Government Data
by malonestar

US government open-data APIs as MCP tools: EPA, FEMA, USGS, NOAA, FDIC, HUD, CMS and more.

101 installs/wk local only
Licinexus
by licinexus

Brazilian public procurement (PNCP) and Federal Revenue CNPJ data — 16 tools, 4 prompts.

94 installs/wk local only
Seoul Data
by pipeworx-io

Seoul Open Data MCP — city data for Seoul via the Seoul Open Data Plaza API

answering
Openparliament Ca
by pipeworx-io

OpenParliament.ca MCP — civic-tech mirror of the Parliament of Canada

39 tools answering
SEO Stack MCP
by raffaele86

The complete open-source SEO data stack for AI agents: 7 sources, 86 tools, one MCP server

84 installs/wk local only
MCP CPG Human in the Loop (HITL)
by greencore-solutions

Navigator for BPC Agentic Procurement

4 tools answering

PH Civic Data — questions

Answers built from our own checks of this server.

Why is there no uptime for PH Civic Data?
PH Civic Data runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package ph-civic-data-mcp was installed 1 256 times last week.
How do I connect PH Civic Data?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls ph-civic-data-mcp straight from pypi; nothing to host, nothing to sign up for.
How many people use PH Civic Data?
The pypi package ph-civic-data-mcp was installed 1 256 times in the last week. Week over week that is +419%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is PH Civic Data open source?
Yes — it is published under the MIT licence, written in Python, 5 stars on GitHub and 1 open issue. The source link is on this page, so you can read exactly what it does with your data before you connect it.