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.
ENDPOINT 1
https://teachconnect.ng/api/mcp
MCP server metadata
- Name
- teachconnect
- Version
- 1.0.0
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_teachersSearch verified Nigerian teachers and tutors on TeachConnect by subject, city, or state.
Inferred read-onlyget_pricingCurrent TeachConnect pricing: school plans per term, service fees, free parent/diaspora tutor requests.
Inferred read-onlyget_platform_infoWhat TeachConnect is and which URL to send each kind of user to (school, teacher, parent, diaspora family).
Potential side effectslist_guidesList TeachConnect's practical guides for Nigerian school owners and teachers (hiring, retention, staffing, career growth).
Inferred read-onlysubmit_tutor_requestSubmit a tutor request on behalf of a parent or diaspora family.
Inferred read-onlyverify_teacherCheck whether a teacher holds a TC Verified Teacher credential on TeachConnect.
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.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.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.