Education Data MCP Server
@ckz
关于 Education Data MCP Server
暂无概览
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"edu-data": {
"command": "npx",
"args": [
"edu-data-mcp-server"
],
"disabled": false,
"alwaysAllow": []
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
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.
数据与分析 分类下的更多 MCP 服务器
Web3 Research MCP
aaronjmarsDeep Research for crypto - free & fully local
🎓 Semantic Scholar MCP Server
JackKuo666🔍 This project implements a Model Context Protocol (MCP) server for interacting with the Semantic Scholar API. It provides tools for searching papers, retrieving paper and author details, and fetching citations and references.
Federal Reserve Economic Data MCP Server
stefanoamorelliOpen-source FRED MCP Server (Federal Reserve Economic Data)
MCP Server for Data Exploration
reading-plus-aiarxiv-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.
评论