Command Palette

Search for a command to run...

UnylyUnyly
Весь каталог

Schooldigger

БесплатноНе проверен

Integrates with SchoolDigger's API to search schools, get rankings, and find districts by location. Enables querying school data through natural language.

GitHubEmbed

Описание

Integrates with SchoolDigger's API to search schools, get rankings, and find districts by location. Enables querying school data through natural language.

README

An MCP server to interact with SchoolDigger's school and district data API.

Features

  • 🔍 Search schools by name and location
  • 📊 Get detailed school information
  • 📍Find schools by zip code
  • 🏆 Get best ranked schools by city
  • 🏛️ Search school districts
  • 🎯 Filter schools within districts

Quick start

Add the following to your MCP config file

{
  "mcpServers": {
    "schooldigger": {
      "command": "uv",
      "args": [
        "--directory",
        "/ABSOLUTE/PATH/TO/PARENT/FOLDER/schooldigger-mcp",
        "run",
        "server.py"
      ],
      "env": {
        "SCHOOLDIGGER_API_ID": "<API ID>",
        "SCHOOLDIGGER_API_KEY": "<API KEY>"
      }
    }
  }

Installation

  1. Clone the repo
git clone https://github.com/pajaydev/schooldigger-mcp.git
cd schooldigger-mcp
  1. Install the dependencies
uv sync
uv add pytest  # For testing
  1. Run the server
# Stdio mode
uv run server.py

# HTTP server mode
uv run server.py --http --port 8080

👋 Appreciate if you can create an issue if you see any problem running this MCP

from github.com/pajaydev/schooldigger-mcp

Установка Schooldigger

У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.

▸ github.com/pajaydev/schooldigger-mcp

FAQ

Schooldigger MCP бесплатный?

Да, Schooldigger MCP бесплатный — установка в пару кликов через Unyly без оплаты.

Нужен ли API-ключ для Schooldigger?

Нет, Schooldigger работает без API-ключей и переменных окружения.

Schooldigger — hosted или self-hosted?

Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.

Как установить Schooldigger в Claude Desktop, Claude Code или Cursor?

Открой Schooldigger на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.

Похожие MCP

Compare Schooldigger with

Не уверен что выбрать?

Найди свой стек за 60 секунд

Автор?

Embed-бейдж для README

Похожее

Все в категории development