PH Civic Data for VS Code
io.github.xmpuspus/ph-civic-data-mcp
PH civic data as MCP tools: the full PSA OpenSTAT catalog, hazards, procurement. 41 tools.
client:VS Code
transport:stdio
runtime:pypi
Install PH Civic Data in VS Code
.vscode/mcp.json
{
"inputs": [
{
"type": "promptString",
"id": "pagasa-api-token",
"description": "PAGASA_API_TOKEN",
"password": true
}
],
"servers": {
"ph-civic-data-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"ph-civic-data-mcp"
],
"env": {
"PAGASA_API_TOKEN": "${input:pagasa-api-token}"
}
}
}
}
VS Code prompts for each input the first time the server starts, so no secret is written to the file. VS Code docs