Skip to content
Back to search
100
MCP live v1.1.0 streamable-http

NCES Education Data

com.olyport/nces-education

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

Uptime
11.1%
27 probes
Response
482ms
last probe
Tools
5
callable

Tools · 5

get_schools

Search schools with enrollment, Title I status, type (charter/magnet/regular), and teacher counts. Returns school directory information from the Common Core of Data (CCD), including school na…

get_district_finance

Get district-level financial data: total revenue, expenditures, per-pupil spending, federal/state/local revenue breakdown. Returns fiscal data from the CCD School District Finance Survey (F-33), …

get_graduation_rates

Get 4-year adjusted cohort graduation rates by school. Returns graduation rate data from EdFacts, including cohort counts and midpoint graduation rates. Filterable by state or county. Ar…

get_school_demographics

Get school enrollment broken down by race/ethnicity. Returns enrollment counts by demographic group from the CCD, including White, Black, Hispanic, Asian, Native American, Pacific Islande…

get_district_overview

Get district directory overview: district name, student count, school count, teachers, locale type. Returns district-level summary information from the CCD District Directory, including total…

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "nces_education_data": {
      "url": "https://mcp.olyport.com/nces-education/mcp",
      "transport": "streamable-http"
    }
  }
}