Skip to content
Cursor

PH Civic Data for Cursor

io.github.xmpuspus/ph-civic-data-mcp

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

client:Cursor transport:stdio runtime:pypi

Install PH Civic Data in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "ph-civic-data-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "ph-civic-data-mcp"
      ],
      "env": {
        "PAGASA_API_TOKEN": "<PAGASA_API_TOKEN>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

PH Civic Data in other clients