xmpuspus/ph-civic-data-mcp
🔌 MCP Serverxmpuspus
An MCP server providing real-time Philippine civic data, including weather, seismic alerts, and government procurement information.
The ph-civic-data-mcp server acts as a specialized integration layer for AI agents, allowing them to fetch and process real-time data from various Philippine government sources. It leverages the Model Context Protocol (MCP) to expose specific functions as tools, which an AI assistant can invoke dynamically based on user prompts. Key technical features include integration with PHIVOLCS for earthquake and volcano monitoring, PAGASA for meteorological data, and the Philippine Statistics Authority (PSA) for 2020 census and poverty data. Additionally, it provides access to PhilGEPS procurement notices and AQICN air quality metrics. The server is designed for ease of deployment, supporting installation via 'uvx', making it highly accessible for developers building local civic-tech solutions. By abstracting the complexities of scraping or API interaction with disparate government portals, it provides a clean, structured interface for agents to retrieve reliable, localized information.
💡Highlights
- ├─Real-time PHIVOLCS & PAGASA alerts
- ├─PSA census & poverty data access
- └─Standardized MCP tool interface
🎯For
- ├─Civic-tech developers
- ├─AI application builders
- └─Data analysts