Edu Data MCP Server

public education data package

Local serverstdio

What is the Edu Data MCP server?

public education data package. The edu data mcp server wraps that behind the Model Context Protocol, so an assistant can use it through 2 defined tools rather than through you.

What it actually does

This repository contains an MCP (Model Context Protocol) server that provides access to the Urban Institute's Education Data API. The server is designed to be used with Claude to enable easy access to education data.

The Urban Institute's Education Data API provides access to a wide range of education data, including:

  • Retrieve detailed education data via the get_education_data tool
  • Retrieve aggregated education data via the get_education_data_summary tool
  • Browse available endpoints via resources

Adding it to your client

edu-data-mcp-server on npm is all you need. Most clients run it directly, so configuration is a few lines and a restart.

Its toolset

Everything the assistant can do here goes through one of these:

  • get_education_data — Parameters: - level (required): API data level to query (e.g., 'schools', 'school-districts', 'college-university') - source (required): API data
  • get_education_data_summary — Parameters: - level (required): API data level to query - source (required): API data source to query - topic (required): API data topic to query -

Caveats

  • It runs with your machine's permissions. That is convenient and also the reason to think about what you point it at before you approve a tool call.
  • MCP clients confirm each tool call by default. Leave that on until you have watched what the edu data mcp server does with a few real requests.

When to reach for it

This sits in the developer tooling group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. Edu Data's toolset — get_education_data, get_education_data_summary — is a fair guide to whether it matches your workflow. It is maintained by ckz; worth a glance at recent repository activity before you build anything load-bearing on it.

We check each listing at SyncDev against the project's documentation before it goes live — if something here drifts out of date, it is a bug worth reporting.

Available tools

ToolWhat it does
get_education_dataParameters: - level (required): API data level to query (e.g., 'schools', 'school-districts', 'college-university') - source (required): API data source to query (e.g., 'ccd', 'ipeds', 'crdc') - topic (required): API dat
get_education_data_summaryParameters: - level (required): API data level to query - source (required): API data source to query - topic (required): API data topic to query - subtopic (optional): Additional parameters (only applicable to certain e

How to install the Edu Data MCP server

{
  "mcpServers": {
    "edu-data": {
      "command": "npx",
      "args": ["-y", "edu-data-mcp-server"]
    }
  }
}

Add to claude_desktop_config.json, then restart Claude Desktop.

Example prompts to try

  • Use Edu Data to get education data.
  • Use Edu Data to get education data summary.

Frequently asked questions

It connects Edu Data to MCP-compatible AI assistants such as Claude and Cursor, exposing 2 tools (get_education_data, get_education_data_summary) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with Edu Data directly.