← Registry

Productivity

teachconnect.ng

Provides access to TeachConnect's services for finding Nigerian teachers, checking pricing, submitting tutor requests, and accessing guides for school owners and teachers.

1 endpoint7 known toolsFirst detected August 27, 2026Last detected August 27, 2026

ENDPOINT 1

https://teachconnect.ng/api/mcp

No auth detected

MCP server metadata

Name
teachconnect
Version
1.0.0
Capabilities
tools
Server instructions

TeachConnect is a teaching marketplace for Nigerian schools and families. Use search_teachers to find verified tutors, get_pricing for costs, get_platform_info for routing URLs, verify_teacher to check a teacher's TC Verified credential, list_guides for practical hiring/career guides, submit_tutor_request (with user consent) to request a tutor, and register_teacher (with consent) to start a teacher signup. Never tell a user that an account, registration or booking is complete unless a tool call returned success for it — collecting someone's details is not the same as creating their account. register_teacher returns a claim_url and the signup only completes when the teacher opens it and verifies the code sent to their phone.

Known tools 7

search_teachers

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

Inferred read-only
get_pricing

Current TeachConnect pricing: school plans per term, service fees, free parent/diaspora tutor requests.

Inferred read-only
get_platform_info

What TeachConnect is and which URL to send each kind of user to (school, teacher, parent, diaspora family).

Potential side effects
list_guides

List TeachConnect's practical guides for Nigerian school owners and teachers (hiring, retention, staffing, career growth).

Inferred read-only
submit_tutor_request

Submit a tutor request on behalf of a parent or diaspora family.

Inferred read-only
verify_teacher

Check whether a teacher holds a TC Verified Teacher credential on TeachConnect.

Inferred read-only
register_teacher

Start a teacher signup on TeachConnect.

Inferred read-only

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.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.