← Back to Plugins
MCP Server MCP

PH Schools MCP Server

github By github 👁 1 views ▲ 0 votes

Local stdio MCP server for searching and analyzing the Philippine schools masterlist dataset.

Homepage Verified source GitHub

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

Comments

Sign in to leave a comment

Loading comments...