MCP server exposing 4 tools for education-data.
This URL is a JSON-RPC 2.0 endpoint over HTTP. Issue POST requests with a JSON-RPC body. Browsers and search crawlers land here on GET.
POST https://gateway.pipeworx.io/education-data/mcp
Content-Type: application/json
{"jsonrpc":"2.0","id":1,"method":"tools/list"}
education_find_schools — Find US K-12 PUBLIC SCHOOLS by state, with optional city or name filter. Keyless federal data (NCES Common Core of Data via the Urban Institute). Returns each school's NCES id, name, district, city, enrollment, charter/magnet status, grade range, and free/reduced-price lunch counts. Use for "public schools in <city/state>", "how many students at <school>", "charter schools in <state>", "which schools have the highest enrollment". For school DISTRICTS use education_find_districts; for COLLEGES use the college-scorecard pack instead — this covers K-12 only.education_find_districts — Find US PUBLIC SCHOOL DISTRICTS (local education agencies) by state, with optional name filter. Keyless federal data (NCES Common Core of Data). Returns each district's LEA id, name, county, city, number of schools, enrollment, and teacher counts. Use for "school districts in <state>", "how big is <district>", "how many students does <district> serve". The returned leaid feeds education_district_finance and education_child_poverty.education_district_finance — School district FUNDING AND SPENDING — revenue by source (federal / state / local) and expenditure by function, plus computed PER-PUPIL spending. Keyless federal data (NCES CCD school district finance survey, F-33). Use for "how much does <district> spend per student", "school funding by district in <state>", "which districts get the most federal money", "local vs state share of school funding". Pass a state to rank districts, or a leaid (from education_find_districts) for one district. Note the finance survey lags the directory data by 1-2 years.education_child_poverty — CHILD POVERTY by school district — Census SAIPE estimates of the number and percentage of school-age children (5-17) in poverty, which drive federal Title I funding. Keyless. Use for "child poverty rate in <district>", "poorest school districts in <state>", "how many students in poverty in <district>". Pass a state to rank districts by poverty rate, or a leaid for one district.Code samples (curl / TypeScript / one-click client install), schemas, and the live playground are on the pack page:
https://pipeworx.io/packs/education-data/
Pipeworx is an open MCP gateway connecting AI agents to live data. pipeworx.io