INDIVIDUAL MCP TOOL
verify_teacher
Check whether a teacher holds a TC Verified Teacher credential on TeachConnect.
LIVE ENDPOINT
https://teachconnect.ng/api/mcp
Connect to this endpoint to inspect the live schema for verify_teacher and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- A tool name, description or schema mentions credentials.
Parent server
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
search_teachers— Search verified Nigerian teachers and tutors on TeachConnect by subject, city, or state.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.register_teacher— Start a teacher signup on TeachConnect.