Education Data MCP Server
@MCP-Mirror
关于 Education Data MCP Server
Mirror of
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"edu-data": {
"command": "npx",
"args": [
"edu-data-mcp-server"
],
"disabled": false,
"alwaysAllow": []
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Education Data MCP Server?
Education Data MCP Server is an MCP server that provides access to the Urban Institute’s Education Data API. It is designed to be used with Claude to enable easy retrieval and analysis of education data.
How to use Education Data MCP Server?
Clone the repository, install dependencies with npm install, build with npm run build, and link globally with npm link. Then configure the server in your Claude desktop or VSCode MCP settings file using the npx edu-data-mcp-server command. Once configured, Claude can invoke the get_education_data and get_education_data_summary tools.
Key features of Education Data MCP Server
- Retrieve detailed education data via
get_education_datatool - Retrieve aggregated summary statistics via
get_education_data_summarytool - Browse available endpoints through resource URIs
- Supports multiple education levels, sources, and topics
Use cases of Education Data MCP Server
- Query school enrollment data filtered by year, grade, and location
- Calculate aggregate statistics (sum, average, count) for education metrics
- Explore available endpoints and data structures for API discovery
- Obtain college‐university directory or financial data using the API
FAQ from Education Data MCP Server
What data does Education Data MCP Server access?
It accesses the Urban Institute’s Education Data API, which provides school and district enrollment, college/university data, assessment data, financial data, and more.
How do I configure Education Data MCP Server with Claude?
Add a JSON entry to your Claude desktop or VSCode MCP settings file. The server runs via npx edu-data-mcp-server. No API key is required.
What tools does Education Data MCP Server provide?
Two tools: get_education_data (detailed records) and get_education_data_summary (aggregated statistics). Both require parameters such as level, source, and topic, with optional filters, limit, and others.
What are the runtime dependencies?
Node.js and npm are required. The server is built and run locally; no external runtime environment is needed.
Does Education Data MCP Server support authentication or alternative transports?
The README does not mention authentication or non‑stdio transports. The server uses standard MCP over stdio when launched via npx.
数据与分析 分类下的更多 MCP 服务器
Bright Data MCP
luminati-ioA powerful Model Context Protocol (MCP) server that provides an all-in-one solution for public web access.
MCP Server for Data Exploration
reading-plus-aiMCP From Zero: Quick Data
dislerPrompt focused MCP Server for .json and .csv agentic data analytics for Claude Code
mcp-simple-arxiv
andybrandtTool to work with arXiv, provide LLM with ability to search and read papers from there
MCP Deep Web Research Server (v0.3.0)
qpd-vEnhanced MCP server for deep web research
评论