# Schooldigger Mcp

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

- **Type:** MCP server
- **Install:** `agentstack add mcp-pajaydev-schooldigger-mcp`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [pajaydev](https://agentstack.voostack.com/s/pajaydev)
- **Installs:** 0
- **Category:** [Integrations](https://agentstack.voostack.com/c/integrations)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [pajaydev](https://github.com/pajaydev)
- **Source:** https://github.com/pajaydev/schooldigger-mcp

## Install

```sh
agentstack add mcp-pajaydev-schooldigger-mcp
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# 🏫 SchoolDigger MCP Server

An MCP server to interact with [SchoolDigger's](https://www.schooldigger.com/) 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

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

## Installation
1. Clone the repo

```bash
git clone https://github.com/pajaydev/schooldigger-mcp.git
cd schooldigger-mcp
```

2. Install the dependencies

```bash
uv sync
uv add pytest  # For testing
```

2. Run the server

```bash
# 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

## Source & license

This open-source MCP server is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [pajaydev](https://github.com/pajaydev)
- **Source:** [pajaydev/schooldigger-mcp](https://github.com/pajaydev/schooldigger-mcp)
- **License:** MIT

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/mcp-pajaydev-schooldigger-mcp
- Seller: https://agentstack.voostack.com/s/pajaydev
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
