Learning Resources
itutoronline.com
Provides tools to search iTutorOnline's verified tutor directory, retrieve tutor profiles, reviews, subjects, and platform booking and pricing information.
ENDPOINT 1
https://itutoronline.com/api/mcp
MCP server metadata
- Name
- itutoronline-tutoring
- Version
- 1.0.0
Tools for AI agents to get tutoring on iTutorOnline. Discover verified human tutors with search_tutors / get_tutor / get_tutor_reviews, understand the platform with list_subjects and get_platform_info, receive an immediate worked explanation with get_tutoring, or hand a request to a human with request_human_tutor. All discovery is public and read-only.
Known tools 7
get_tutorGet the full public profile for one tutor: headline, description, subjects, academic levels, rate, rating, credentials, languages, and how to book.
Inferred read-onlylist_subjectsList the subjects tutors teach, with the search terms and synonyms that match each.
Inferred read-onlyget_platform_infoExplain how iTutorOnline works: pricing, the free first 30 minutes, hour packages, languages of instruction, how booking works, and the live count of verified tutors.
Inferred read-onlyprepare_bookingAssemble a real tutoring booking for a parent/student to finish in one tap.
Inferred read-onlyrequest_human_tutorHand a tutoring request to the iTutorOnline team so they can line up a human tutor.
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.itutoronline-tutoring]
url = "https://itutoronline.com/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"itutoronline-tutoring": {
"type": "http",
"url": "https://itutoronline.com/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: itutoronline-tutoring
Remote MCP URL: https://itutoronline.com/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": {
"itutoronline-tutoring": {
"url": "https://itutoronline.com/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"itutoronline-tutoring": {
"type": "http",
"url": "https://itutoronline.com/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "itutoronline-tutoring",
"transport": "streamable-http",
"url": "https://itutoronline.com/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.