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
{
"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