← Registry

Learning Resources

itutoronline.com

Provides tools to search iTutorOnline's verified tutor directory, retrieve tutor profiles, reviews, subjects, and platform booking and pricing information.

1 endpoint7 known toolsFirst detected September 10, 2026Last detected September 10, 2026

ENDPOINT 1

https://itutoronline.com/api/mcp

No auth detected

MCP server metadata

Name
itutoronline-tutoring
Version
1.0.0
Capabilities
tools
Server instructions

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

search_tutors

Search iTutorOnline's verified tutor directory.

Inferred read-only
get_tutor

Get the full public profile for one tutor: headline, description, subjects, academic levels, rate, rating, credentials, languages, and how to book.

Inferred read-only
get_tutor_reviews

Get recent written reviews and the average score for a tutor.

Inferred read-only
list_subjects

List the subjects tutors teach, with the search terms and synonyms that match each.

Inferred read-only
get_platform_info

Explain 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-only
prepare_booking

Assemble a real tutoring booking for a parent/student to finish in one tap.

Inferred read-only
request_human_tutor

Hand a tutoring request to the iTutorOnline team so they can line up a human tutor.

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.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.

Indexed

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