A Model Context Protocol (MCP) server that provides access to the Philippine Standard Geographic Code (PSGC) API, offering hierarchical geographic data for the Philippines.
Server Config
{
"mcpServers": {
"psgc-mcp": {
"command": "npx",
"args": [
"-y",
"psgc-mcp"
],
"transport": "stdio"
}
}
}