

Federal and State Education Data Hub
Function
Available ActionsEach successful request consumes credits as outlined below.
query_education_data20cr
Details
Unified education analytics tool for public datasets covering literacy, enrollment, completion, equity, accountability, and school performance. Supports natural-language queries and routes requests across education-focused sources to return usable comparisons by country, state, and region.
Use Cases
Education policy analysis,School performance benchmarking,Literacy and enrollment trends,Regional equity reporting,Program impact evaluation
Actions(1)
query_education_data20cr8 params(1 required)Fetch education statistics for a country or region from the World Bank World Development Indicators database.
query_education_data20cr8 params(1 required)Fetch education statistics for a country or region from the World Bank World Development Indicators database.
country_or_regionrequiredstringCountry or region name in plain language (e.g., 'Kenya', 'South Africa', 'World', 'Sub-Saharan Africa').
education_levelstringEducation level to query: 'primary', 'secondary', 'tertiary', 'literacy', or 'all'.
Values:
primarysecondarytertiaryliteracyall
Default:
allgender_disaggregationbooleanInclude gender-disaggregated data (male/female breakdowns).
Default:
falsetime_periodstringTime period: 'latest' for most recent, specific year like '2020', or range like '2015:2020'.
Default:
latestinclude_gender_paritybooleanInclude gender parity indices (ratio of female to male enrollment/literacy).
Default:
trueinclude_teacher_ratiosbooleanInclude pupil-teacher ratios.
Default:
falseinclude_completion_ratesbooleanInclude completion rates where available.
Default:
truecompare_to_regionbooleanInclude regional averages for comparison.
Default:
trueFrequently Asked Questions
How do I connect this tool to an external agent?
You can install the local MCP server by opening a terminal and running:
Install commands
npm install -g @agentpmt/mcp-router
agentpmt-setupThis will connect you to local agents like Claude Code, Windsurf, Grok Build, Cursor, etc.
Alternatively you can connect to the hosted version with this config block, no installation required:
Hosted MCP config
{
"mcpServers": {
"agentpmt": {
"type": "streamable-http",
"url": "https://api.agentpmt.com/mcp",
"headers": {
"Authorization": "Bearer <AGENTPMT_BEARER_TOKEN>",
"x-instance-metadata": "{\"client\":\"generic-mcp\",\"platform\":\"remote\"}"
}
}
}
}View MCP Connection Instructions for more details.
How does an external agent use this tool?
After the external agent is connected to an Agent Group that can use this tool, paste this prompt into the agent:
Agent prompt
Call the AgentPMT-Tool-Search-and-Execution tool with action 'get_schema' and tool_id 6980d5aa71cad8f61bf5b1a8 ("Federal and State Education Data Hub"). Then call the same tool with action 'call_tool', tool_id 6980d5aa71cad8f61bf5b1a8, and the parameters needed for my request.
The agent should fetch the tool schema first, collect the required parameters for your request, and then call the tool through AgentPMT.





