PH Schools MCP Server✓
io.github.darwinphi/ph-schools · v1.0.3
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.darwinphi/ph-schools",
"description": "Local stdio MCP server for searching and analyzing the Philippine schools masterlist dataset.",
"title": "PH Schools MCP Server",
"repository": {
"url": "https://github.com/darwinphi/ph-schools-mcp-server",
"source": "github"
},
"version": "1.0.3",
"packages": [
{
"registryType": "npm",
"identifier": "@darwinphi/ph-schools-mcp-server",
"version": "1.0.3",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Absolute path to a local schools dataset JSON file.",
"name": "PH_SCHOOLS_DATA_PATH"
},
{
"description": "Optional source URL used by sync-data.",
"name": "PH_SCHOOLS_DATA_URL"
},
{
"description": "Optional canonical dataset tag used by sync-data when URL is not provided.",
"name": "PH_SCHOOLS_DATA_TAG"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}