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 From Zero: Quick Data
dislerPrompt focused MCP Server for .json and .csv agentic data analytics for Claude Code
Google Analytics MCP Server
surendranbGoogle Analytics 4 data to AI agents, agentic workflows, and MCP clients. Give agents analysis-ready access to website traffic, user behavior, and performance data with schema discovery, server-side aggregation, and safe defaults that reduce data wrangling.
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.
PubMed MCP Server
cyanheadsSearch PubMed/Europe PMC, fetch articles and full text (PMC/EPMC/Unpaywall), citations, MeSH terms via MCP. STDIO or Streamable HTTP.
PubMed MCP Server
JackKuo666🔍 Enable AI assistants to search, access, and analyze PubMed articles through a simple MCP interface.
コメント