mcpbeat Sign in

DistrictAPI MCP Server

by districtapi Your server? Claim it
local only

DistrictAPI runs on your own machine — the client starts it, so there is no endpoint to ping. 124 installs a week from pypi. Last commit 16 Aug 2026.

US public school districts and schools by address — enrollment, demographics, boundaries

Installs per day peak 526 · avg 37 · -15% w/w
a month agotoday
124
Installs / week
pypi · districtapi-mcp
0
Stars
0 open issues
16 Aug 2026
Last commit
0 releases in 90 days
License
Python

Nothing serious here today

Today is the operative word: we check DistrictAPI every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add districtapi-mcp -- uvx districtapi-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "districtapi-mcp": {
      "args": [
        "districtapi-mcp"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.districtapi-mcp]
command = "uvx"
args = ["districtapi-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "districtapi-mcp": {
      "args": [
        "districtapi-mcp"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "districtapi-mcp": {
      "args": [
        "districtapi-mcp"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: DISTRICTAPI_KEY (API key from https://districtapi.dev (free tier: 500 requests/month)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to DistrictAPI

same job, measured the same way
C
NCES Education Data
by olyport

School enrollment, graduation rates, demographics, finance, and Title I data

5 tools answering
Htag Intelligence
by htagai

HTAG property tools for addresses, listings, estimates, markets, and demographics.

answering
Education Data
by pipeworx-io

Education Data MCP — US K-12 schools, districts, funding and child poverty.

answering
LibraryAPI
by libraryapi

US public libraries and branches near any address, with collections from the IMLS survey

136 installs/wk local only
MCP Process
by digital-defiance

Process management and monitoring for AI agents with strict security boundaries

47 installs/wk local only
Quantaroute Geocoder
by mapdevsaikat

Geocode addresses, lookup administrative boundaries, and process DigiPin codes for India

24 installs/wk local only
Research
by co-propbar

UK property research tools - crime stats, schools, demographics, valuations for AI.

answering
Framekeep Public Discovery
by framekeep

Read-only discovery of Framekeep capabilities, security boundaries, and public resources.

3 tools answering

DistrictAPI — questions

Answers built from our own checks of this server.

Why is there no uptime for DistrictAPI?
DistrictAPI runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package districtapi-mcp was installed 124 times last week.
How do I connect DistrictAPI?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls districtapi-mcp straight from pypi; nothing to host, nothing to sign up for.
How many people use DistrictAPI?
The pypi package districtapi-mcp was installed 124 times in the last week. Week over week that is -15%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is DistrictAPI open source?
We cannot say either way: written in Python and 0 stars on GitHub, but we could not determine the licence, and without one the code is not open source by default.