This MCP server allows querying and analyzing the Philippine schools masterlist dataset.
From the registry: Local stdio MCP server for searching and analyzing the Philippine schools masterlist dataset.
Please install the `ph-schools` MCP server into my current AI client (that's you).
Canonical MCP server config (stdio transport):
- command: `npx`
- args: ["-y","@darwinphi/ph-schools-mcp-server"]
- optional environment variables:
- `PH_SCHOOLS_DATA_PATH`: Local JSON file path for dataset. Auto-downloads from canonical source if missing. (example: `/Users/your-user/.ph-schools/data.json`)
- `PH_SCHOOLS_DATA_URL`: Override download URL for dataset
Note: Philippine schools masterlist dataset (2020-2021). Auto-downloads dataset if local path not found. 5 tools: search_schools, get_school_by_beis_id, list_regions, list_divisions, dataset_stats.
Add this MCP server to my current client's config in the correct format for you. If you need secrets or credentials I haven't provided, ASK me — do not invent values or leave raw placeholders. After adding it, tell me how to verify the server is connected.PH_SCHOOLS_DATA_PATHrequiredPreferred local JSON file path for the dataset.PH_SCHOOLS_DATA_URLOverride download URL for syncing the dataset.PH_SCHOOLS_DATA_TAGCanonical tag for syncing the dataset when URL is not provided.MCP server for searching Airweave collections with natural language queries.