districtapi-mcp
OfficialServer Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| DISTRICTAPI_KEY | Yes | Your District API key. Get a free API key at https://districtapi.dev. |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| lookup_district_by_addressA | 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" |
| get_districtA | 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" |
| search_districtsA | 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) |
| get_district_schoolsA | List all schools in a district. Args: nces_id: 7-digit NCES LEA ID of the district |
| get_schoolA | Get full profile for a school by its NCES school ID. Args: nces_id: 12-digit NCES school ID |
| find_schools_near_addressA | 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) |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/DistrictAPI/districtapi-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server