What is the PH Civic Data MCP server?
PH civic data + auto-stitched area profiles (PSGC, PSA economy, infra, hazards). 29 tools.
How to install PH Civic Data
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Environment / auth
PAGASA_API_TOKENsecretOptional PAGASA TenDay API token. Without it, get_weather_forecast automatically falls back to Open-Meteo.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"ph-civic-data-mcp": {
"command": "uvx",
"args": [
"ph-civic-data-mcp"
],
"env": {
"PAGASA_API_TOKEN": "<YOUR_PAGASA_API_TOKEN>"
}
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"ph-civic-data-mcp": {
"command": "uvx",
"args": [
"ph-civic-data-mcp"
],
"env": {
"PAGASA_API_TOKEN": "<YOUR_PAGASA_API_TOKEN>"
}
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"ph-civic-data-mcp": {
"command": "uvx",
"args": [
"ph-civic-data-mcp"
],
"env": {
"PAGASA_API_TOKEN": "<YOUR_PAGASA_API_TOKEN>"
}
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"ph-civic-data-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"ph-civic-data-mcp"
],
"env": {
"PAGASA_API_TOKEN": "<YOUR_PAGASA_API_TOKEN>"
}
}
}
}Claude Code
claude mcp add ph-civic-data-mcp --env PAGASA_API_TOKEN=<YOUR_PAGASA_API_TOKEN> -- uvx ph-civic-data-mcpRelated MCP servers
Natural-language cloud architecture: deployable Terraform/Pulumi, cost, compliance control mapping.
View repository →