Schooldigger
FreeNot checkedIntegrates with SchoolDigger's API to search schools, get rankings, and find districts by location. Enables querying school data through natural language.
About
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
- Clone the repo
git clone https://github.com/pajaydev/schooldigger-mcp.git
cd schooldigger-mcp
- Install the dependencies
uv sync
uv add pytest # For testing
- 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
Installing Schooldigger
This server has no published package — it is built from source. Open the repository and follow its README.
▸ github.com/pajaydev/schooldigger-mcpFAQ
Is Schooldigger MCP free?
Yes, Schooldigger MCP is free — one-click install via Unyly at no cost.
Does Schooldigger need an API key?
No, Schooldigger runs without API keys or environment variables.
Is Schooldigger hosted or self-hosted?
A hosted option is available: Unyly runs the server in the cloud, no local setup required.
How do I install Schooldigger in Claude Desktop, Claude Code or Cursor?
Open Schooldigger on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
Related MCPs
GitHub
PRs, issues, code search, CI status
by GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
by mcpdotdirectCompare Schooldigger with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All development MCPs
