An MCP server that provides access to the Urban Institute's Education Data API, enabling AI assistants like Claude to retrieve and analyze educational statistics. The server exposes tools for fetching detailed and aggregated education data across various levels (schools, districts, universities), sources (CCD, IPEDS, CRDC), and topics (enrollment, finance, assessment). Built with TypeScript and the MCP SDK, it simplifies complex data retrieval operations through structured parameters and filters, making it valuable for educational research, policy analysis, and data visualization without requiring specialized API knowledge.
暂无评论. 成为第一个评论的人!
登录以参与讨论
Retrieves detailed education data from the API. Parameters: level (required), source (required), topic (required), subtopic (optional), filters (optional), add_labels (optional), limit (optional)
Retrieves aggregated education data from the API. Parameters: level (required), source (required), topic (required), subtopic (optional), stat (required), var (required), by (required), filters (optional)