Catalog
PH Civic Data
Officialby xmpuspus · Python
PH civic data + auto-stitched area profiles (PSGC, PSA economy, infra, hazards). 29 tools.
Access Philippines civic data with auto-generated area profiles covering economy and infrastructure.
Topics
civic-techclaudemcpmodel-context-protocolopen-datapagasaphilippinesphivolcspsaphilgeps
README not available yet.
Install
Configuration
Environment variables
PAGASA_API_TOKENsecretOptional PAGASA TenDay API token. Without it, get_weather_forecast automatically falls back to Open-Meteo.
claude_desktop_config.json
{
"mcpServers": {
"ph-civic-data-mcp": {
"command": "uvx",
"args": [
"ph-civic-data-mcp"
],
"env": {
"PAGASA_API_TOKEN": "<YOUR_PAGASA_API_TOKEN>"
}
}
}
}