← homeschooltools.net

INDIVIDUAL MCP TOOL

search_offerings

Look up specific homeschool offerings by name in the Homeschool Tools database (e.

homeschooltools.netnone authenticationAvailability not checked

LIVE ENDPOINT

https://homeschooltools.net/mcp

No auth detected

Connect to this endpoint to inspect the live schema for search_offerings and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

homeschooltools.net

CONNECT 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.

Related tools

  • find_curriculum — Use this when a user wants to find or get recommendations for homeschool curriculum, educational programs, or learning materials for their children.
  • get_offering_detail — Use this when a user asks for more detail about a specific homeschool curriculum or program.
  • compare_offerings — Use this when a user wants to compare 2-3 specific homeschool curricula side by side (e.