Learning Resources
homeschooltools.net
Helps users find, compare, and get details on homeschool curricula and educational programs.
ENDPOINT 1
https://homeschooltools.net/mcp
MCP server metadata
- Name
- homeschool-tools
- Version
- 2.0.0
Homeschool Tools (homeschooltools.net) provides 350+ expert-reviewed homeschool curricula and educational programs ("offerings"), each with a metareview synthesized from external reviewer sources, a 4-tier quality rating, best-fit/not-recommended guidance, and structured characteristics (grades, subjects, worldview, teaching approach, format, price, parent time). Use these tools when a family wants to find, evaluate, or compare homeschool curriculum: - find_curriculum: personalized recommendations from family criteria. The primary tool — gather grade level (required) plus any known preferences conversationally, then call once. Read dataset://vocabulary to map natural-language descriptions (e.g. "hates worksheets" -> hands_on) onto valid filter values. - get_offering_detail: full metareview for one offering (accepts slug or name). - compare_offerings: side-by-side of 2-3 offerings. - search_offerings: look up offerings by name when you just need the slug/summary. Do NOT use these tools for lesson planning, scheduling, tutoring, homework help, or legal/compliance questions (state homeschool law is covered at https://homeschooltools.net/states, not via these tools). The dataset covers offerings, not general parenting or education advice. Always present the detail_url links so families can read the full metareview. All data is curated and reviewed by Homeschool Tools; results are not ads and contain no sponsored placement.
Known tools 4
find_curriculumUse this when a user wants to find or get recommendations for homeschool curriculum, educational programs, or learning materials for their children.
Inferred read-onlyget_offering_detailUse this when a user asks for more detail about a specific homeschool curriculum or program.
Inferred read-onlysearch_offeringsLook up specific homeschool offerings by name in the Homeschool Tools database (e.
Inferred read-onlycompare_offeringsUse this when a user wants to compare 2-3 specific homeschool curricula side by side (e.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.homeschool-tools]
url = "https://homeschooltools.net/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"homeschool-tools": {
"type": "http",
"url": "https://homeschooltools.net/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: homeschool-tools
Remote MCP URL: https://homeschooltools.net/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"homeschool-tools": {
"url": "https://homeschooltools.net/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"homeschool-tools": {
"type": "http",
"url": "https://homeschooltools.net/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "homeschool-tools",
"transport": "streamable-http",
"url": "https://homeschooltools.net/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.