Skip to main content
Glama

Education Data MCP Server

by ckz

get_education_data

Query Urban Institute's Education Data API to access detailed information on schools, districts, and universities. Specify level, source, topic, and optional filters to retrieve specific education-related data.

Instructions

Retrieve education data from the Urban Institute's Education Data API

Input Schema

NameRequiredDescriptionDefault
add_labelsNoAdd variable labels when applicable (default: false)
filtersNoOptional query filters (e.g., {year: 2008, grade: [9,10,11,12]})
levelYesAPI data level to query (e.g., 'schools', 'school-districts', 'college-university')
limitNoLimit the number of results (default: 100)
sourceYesAPI data source to query (e.g., 'ccd', 'ipeds', 'crdc')
subtopicNoOptional list of grouping parameters (e.g., ['race', 'sex'])
topicYesAPI data topic to query (e.g., 'enrollment', 'directory')

Input Schema (JSON Schema)

{ "properties": { "add_labels": { "description": "Add variable labels when applicable (default: false)", "type": "boolean" }, "filters": { "description": "Optional query filters (e.g., {year: 2008, grade: [9,10,11,12]})", "type": "object" }, "level": { "description": "API data level to query (e.g., 'schools', 'school-districts', 'college-university')", "type": "string" }, "limit": { "description": "Limit the number of results (default: 100)", "type": "number" }, "source": { "description": "API data source to query (e.g., 'ccd', 'ipeds', 'crdc')", "type": "string" }, "subtopic": { "description": "Optional list of grouping parameters (e.g., ['race', 'sex'])", "items": { "type": "string" }, "type": "array" }, "topic": { "description": "API data topic to query (e.g., 'enrollment', 'directory')", "type": "string" } }, "required": [ "level", "source", "topic" ], "type": "object" }

Other Tools from Education Data MCP Server

Related Tools

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/ckz/edu_data_mcp_server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server