← itutoronline.com

INDIVIDUAL MCP TOOL

get_tutor

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

itutoronline.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://itutoronline.com/api/mcp

No auth detected

Connect to this endpoint to inspect the live schema for get_tutor and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

itutoronline.com

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.

Related tools

  • search_tutors — Search iTutorOnline's verified tutor directory.
  • get_tutor_reviews — Get recent written reviews and the average score for a tutor.
  • list_subjects — List the subjects tutors teach, with the search terms and synonyms that match each.
  • 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.
  • prepare_booking — Assemble a real tutoring booking for a parent/student to finish in one tap.
  • request_human_tutor — Hand a tutoring request to the iTutorOnline team so they can line up a human tutor.