Education Data MCP Server
@ckz
About Education Data MCP Server
No overview available yet
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"edu-data": {
"command": "npx",
"args": [
"edu-data-mcp-server"
],
"disabled": false,
"alwaysAllow": []
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Education Data MCP Server?
The server provides access to the Urban Institute’s Education Data API via the Model Context Protocol. It is designed for use with Claude to enable easy retrieval of detailed and aggregated education data from multiple levels (schools, school-districts, college-university), sources (CCD, IPEDS, CRDC), and topics (enrollment, directory, finance).
How to use Education Data MCP Server?
Install the npm package, build it, and link it, then add an edu-data entry to your Claude MCP settings configuration. Use the get_education_data tool for detailed queries (requires level, source, topic) and get_education_data_summary for aggregated statistics (requires level, source, topic, stat, var, by). Both tools accept optional filters, subtopics, and result limits.
Key features of Education Data MCP Server
- Retrieve detailed education data via
get_education_data. - Retrieve aggregated education data via
get_education_data_summary. - Browse available endpoints through resource URIs.
- Supports subtopics, filters, and variable labels.
- Default limit of 100 results, configurable.
Use cases of Education Data MCP Server
- Query enrollment for high schools in a state by year and grade.
- Get aggregated enrollment totals grouped by FIPS code.
- Explore available endpoints before building a specific query.
FAQ from Education Data MCP Server
What data sources does the server access?
It accesses the Urban Institute’s Education Data API, covering sources like CCD, IPEDS, and CRDC across school and college levels.
Do I need any API keys or authentication?
No authentication is required; the server queries the public Education Data API directly.
What is the default result limit?
The default limit for get_education_data is 100 results, configurable via the limit parameter.
Can I use the server with Claude Desktop and VSCode?
Yes, configuration examples are provided for both Claude Desktop (macOS) and Claude in VSCode.
What runtime is required?
Node.js is required; the server is built with npm and run with npx.
More Data & Analytics MCP servers
MCP Deep Web Research Server (v0.3.0)
qpd-vEnhanced MCP server for deep web research
Deep Research
u14appUse any LLMs (Large Language Models) for Deep Research. Support SSE API and MCP server.
Web3 Research MCP
aaronjmarsDeep Research for crypto - free & fully local
arxiv-latex MCP Server
takashiishidaMCP server that uses arxiv-to-prompt to fetch and process arXiv LaTeX sources for precise interpretation of mathematical expressions in scientific papers.
Healthcare MCP Server
CicatriizA Model Context Protocol (MCP) server providing AI assistants with access to healthcare data and medical information tools, including FDA drug info, PubMed, medRxiv, NCBI Bookshelf, clinical trials, ICD-10, DICOM metadata, and a medical calculator.
Comments