← teachconnect.ng

INDIVIDUAL MCP TOOL

search_teachers

Search verified Nigerian teachers and tutors on TeachConnect by subject, city, or state.

teachconnect.ngnone authenticationAvailability not checked

LIVE ENDPOINT

https://teachconnect.ng/api/mcp

No auth detected

Connect to this endpoint to inspect the live schema for search_teachers 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

teachconnect.ng

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.teachconnect]
url = "https://teachconnect.ng/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "teachconnect": {
      "type": "http",
      "url": "https://teachconnect.ng/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: teachconnect
Remote MCP URL: https://teachconnect.ng/api/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": {
    "teachconnect": {
      "url": "https://teachconnect.ng/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "teachconnect": {
      "type": "http",
      "url": "https://teachconnect.ng/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "teachconnect",
  "transport": "streamable-http",
  "url": "https://teachconnect.ng/api/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • get_pricing — Current TeachConnect pricing: school plans per term, service fees, free parent/diaspora tutor requests.
  • get_platform_info — What TeachConnect is and which URL to send each kind of user to (school, teacher, parent, diaspora family).
  • list_guides — List TeachConnect's practical guides for Nigerian school owners and teachers (hiring, retention, staffing, career growth).
  • submit_tutor_request — Submit a tutor request on behalf of a parent or diaspora family.
  • verify_teacher — Check whether a teacher holds a TC Verified Teacher credential on TeachConnect.
  • register_teacher — Start a teacher signup on TeachConnect.