← olyport.com

INDIVIDUAL MCP TOOL

get_district_overview

Get district directory overview: district name, student count, school count, teachers, locale type.

olyport.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://mcp.olyport.com/nces-education/mcp

No auth detected

Connect to this endpoint to inspect the live schema for get_district_overview and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

olyport.com

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.nces-education]
url = "https://mcp.olyport.com/nces-education/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "nces-education": {
      "type": "http",
      "url": "https://mcp.olyport.com/nces-education/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: nces-education
Remote MCP URL: https://mcp.olyport.com/nces-education/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "nces-education": {
      "url": "https://mcp.olyport.com/nces-education/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "nces-education": {
      "type": "http",
      "url": "https://mcp.olyport.com/nces-education/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "nces-education",
  "transport": "streamable-http",
  "url": "https://mcp.olyport.com/nces-education/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • get_schools — Search schools with enrollment, Title I status, type (charter/magnet/regular), and teacher counts.
  • get_district_finance — Get district-level financial data: total revenue, expenditures, per-pupil spending, federal/state/local revenue breakdown.
  • get_graduation_rates — Get 4-year adjusted cohort graduation rates by school.
  • get_school_demographics — Get school enrollment broken down by race/ethnicity.