# DistrictAPI (pypi · districtapi-mcp)

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

- Trust score: 66/100 (medium)
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-20

## Components

- pypi · `districtapi-mcp`: 66/100 (this document), [markdown](https://verifymcp.io/servers/dev-districtapi-districtapi-mcp/districtapi-mcp.md), [page](https://verifymcp.io/servers/dev-districtapi-districtapi-mcp/districtapi-mcp)

## Channel facts

- Registry: `pypi`
- Package: `districtapi-mcp`
- Version: `0.1.2`
- Transport: `stdio`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-20.

- **Supply Chain Security**: 100/100
  - No malware found by supply-chain analysis.
  - No known CVEs affecting this package version or its production dependencies.
  - Runs hatchling.build at install time, a recognised native-build step with no shell scripting around it.
  - 1 of 30 dependencies flagged as unhealthy.
- **Provenance & Transparency**: 45/100
  - Source repository is publicly reachable at the declared URL.
  - Provenance check failed: no build-provenance attestation is published.
  - Clear OSI-approved license (MIT).
  - Actively maintained (last published 3 days ago).
  - Disclosure check failed: no security disclosure policy was found in the source repository.
- **Schema Quality & AI Usability**: 76/100
  - AI-judged instruction clarity (good).
  - Tool/resource definitions use about 443 tokens (~73/item across 6 items; 6 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 0/100
  - Stability not yet verified: not enough scan history yet (needs a 30-day window).
- **Tool Coverage**: 67/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 0% of tool parameters carry a description.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

**Unverified: 1 category.** A category scored 0 because we could not verify it: a data source with nothing on this package, evidence we could not reach, or a check we could not run. We only credit what we can confirm.

## Install

### Claude

```bash
claude mcp add dev-districtapi-districtapi-mcp -- uvx districtapi-mcp
```

### Codex

```bash
codex mcp add dev-districtapi-districtapi-mcp -- uvx districtapi-mcp
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "dev-districtapi-districtapi-mcp": {
      "type": "local",
      "command": [
        "uvx",
        "districtapi-mcp"
      ],
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add dev-districtapi-districtapi-mcp --command uvx --arg districtapi-mcp
```

### Hermes

```yaml
mcp_servers:
  dev-districtapi-districtapi-mcp:
    command: "uvx"
    args: ["districtapi-mcp"]
```

### Other

```json
{
  "mcpServers": {
    "dev-districtapi-districtapi-mcp": {
      "command": "uvx",
      "args": [
        "districtapi-mcp"
      ]
    }
  }
}
```

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-16 (score 66)

First indexed and scored.

## MCP tools (6)

### `lookup_district_by_address` (~78 tokens)

Find the public school district serving a US street address.

Returns the district name, NCES ID, state, enrollment, school count,
per-pupil expenditure, and demographic breakdown.

Args:
    address: Full US street address, e.g. "1600 Pennsylvania Ave, Austin, TX"

Input parameters:

- `address` (string, required)

### `get_district` (~59 tokens)

Get full profile for a school district by its NCES LEA ID.

Args:
    nces_id: 7-digit NCES Local Education Agency ID, e.g. "4807380"

Input parameters:

- `nces_id` (string, required)

### `search_districts` (~81 tokens)

Search for school districts by name, optionally filtered by state.

Args:
    name:  Full or partial district name, e.g. "Austin" or "Austin ISD"
    state: Two-letter state code to narrow results, e.g. "TX" (optional)

Input parameters:

- `name` (string, required)
- `state` (string)

### `get_district_schools` (~48 tokens)

List all schools in a district.

Args:
    nces_id: 7-digit NCES LEA ID of the district

Input parameters:

- `nces_id` (string, required)

### `get_school` (~46 tokens)

Get full profile for a school by its NCES school ID.

Args:
    nces_id: 12-digit NCES school ID

Input parameters:

- `nces_id` (string, required)

### `find_schools_near_address` (~75 tokens)

Find public schools within a radius of a US street address.

Args:
    address:      Full US street address
    radius_miles: Search radius in miles (default 5.0, max 25.0)

Input parameters:

- `address` (string, required)
- `radius_miles` (number)

## Diagnostics

Captured diagnostic sections: Provenance, Install scripts, Dependencies. The full working is on the page: https://verifymcp.io/servers/dev-districtapi-districtapi-mcp/districtapi-mcp#diagnostics

## Score history

- 2026-08-20: 66
- 2026-08-19: 66
- 2026-08-18: 66
- 2026-08-17: 66
- 2026-08-16: 66

## Links

- PyPI project: https://pypi.org/project/districtapi-mcp/
- Socket report: https://socket.dev/pypi/package/districtapi-mcp
- Repository: https://github.com/DistrictAPI/districtapi-mcp
- Website: https://districtapi.dev/
- Changelog RSS feed: https://verifymcp.io/servers/dev-districtapi-districtapi-mcp/districtapi-mcp.xml
- Changelog JSON feed: https://verifymcp.io/servers/dev-districtapi-districtapi-mcp/districtapi-mcp.json
- HTML version of this page: https://verifymcp.io/servers/dev-districtapi-districtapi-mcp/districtapi-mcp
