MCP Server
MCP
PH Schools MCP Server
Local stdio MCP server for searching and analyzing the Philippine schools masterlist dataset.
Install
npx -y @darwinphi/[email protected]
Configuration Example
{
"remotes": [],
"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"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment