# io.github.LouisVanh/tutoring (remote · itutoronline.com)

Find and book verified 1-on-1 online tutors: search by subject, price and rating, then book.

- Trust score: 75/100 (medium)
- Change this week: +5
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-03

## Components

- remote · `itutoronline.com`: 75/100 (this document), [markdown](https://verifymcp.io/servers/louisvanh-tutoring/api-mcp.md), [page](https://verifymcp.io/servers/louisvanh-tutoring/api-mcp)

## Channel facts

- Endpoint: `https://itutoronline.com/api/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `1.0.0`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-03.

- **Endpoint Security**: 80/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - No authorisation is required to call this server. Every tool declares its destructiveHint and none is destructive, so open access doesn't expose one.
  - HTTPS is enforced; there's no plaintext access path.
  - The HSTS (Strict-Transport-Security) header is present.
  - DNSSEC check failed: this domain isn't protected by DNSSEC.
- **Transport & Reachability**: 100/100
  - Verified streamable-http transport via a live MCP handshake.
- **Schema Quality & AI Usability**: 78/100
  - AI-judged instruction clarity (excellent).
  - Context-footprint check failed: tool/resource definitions use about 892 tokens (~127/item across 7 items; 7 tools + 0 resources), over budget; trim descriptions and params.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 27/100
  - Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 100% of tool parameters carry a description.
- **Capabilities**: 60/100
  - Spec-recency check failed: implements MCP spec 2025-06-18; the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add --transport http louisvanh-tutoring https://itutoronline.com/api/mcp
```

### Codex

```toml
[mcp_servers.louisvanh-tutoring]
url = "https://itutoronline.com/api/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "louisvanh-tutoring": {
      "type": "remote",
      "url": "https://itutoronline.com/api/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add louisvanh-tutoring --url https://itutoronline.com/api/mcp --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  louisvanh-tutoring:
    url: "https://itutoronline.com/api/mcp"
```

### Other

```json
{
  "mcpServers": {
    "louisvanh-tutoring": {
      "type": "http",
      "url": "https://itutoronline.com/api/mcp"
    }
  }
}
```

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-03 (score 75, +1)

No change was recorded against any check on this day. Stability & Change Management went from 23 to 27. That category is still filling its 30-day observation window: 7 days of observed history at the previous scan, 8 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-08-01 (score 74, +1)

No change was recorded against any check on this day. Stability & Change Management went from 17 to 20. That category is still filling its 30-day observation window: 5 days of observed history at the previous scan, 6 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-07-31 (score 73, +3)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-30 (score 70, −2)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-29 (score 72, +1)

No change was recorded against any check on this day. Stability & Change Management went from 7 to 10. That category is still filling its 30-day observation window: 2 days of observed history at the previous scan, 3 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-07-28 (score 71, +1)

No change was recorded against any check on this day. Stability & Change Management went from 3 to 7. That category is still filling its 30-day observation window: 1 days of observed history at the previous scan, 2 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-07-27 (score 70, 0)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-26 (score 70)

First indexed and scored.

## MCP tools (7)

### `search_tutors` (~209 tokens)

Search tutors

Search iTutorOnline's verified tutor directory. Filter by subject/keyword, country, spoken language, max hourly price (EUR), and minimum rating. Returns ranked tutor cards with rates, ratings, and profile links.

Input parameters:

- `country` (string): Filter by tutor country, e.g. "Germany", "Netherlands", "Belgium".
- `language` (string): Filter by a language the tutor speaks, e.g. "English", "Dutch", "French".
- `limit` (integer): How many tutors to return (1-25, default 8).
- `maxPriceEuros` (number): Only tutors at or below this hourly rate in euros.
- `minRating` (number): Only tutors with an average review score at or above this (0-5).
- `subject` (string): Subject or keyword, e.g. "Mathematics", "IELTS", "Python". Synonyms and NL/FR/DE translations are matched. See list_subjects.

### `get_tutor` (~94 tokens)

Get tutor profile

Get the full public profile for one tutor by their user id (the id shown in search results or in a /tutor-profile/<id> URL): headline, description, subjects, academic levels, rate, rating, credentials, languages, and how to book.

Input parameters:

- `tutorUserId` (string, required): The tutor's user id, from a search_tutors result or a /tutor-profile/<id> URL.

### `get_tutor_reviews` (~61 tokens)

Get tutor reviews

Get recent written reviews and the average score for a tutor, by their user id.

Input parameters:

- `limit` (integer): How many reviews to return (1-25, default 10).
- `tutorUserId` (string, required): The tutor's user id.

### `list_subjects` (~38 tokens)

List subjects

List the subjects tutors teach, with the search terms and synonyms that match each. Use before search_tutors to pick a good subject term.

### `get_platform_info` (~44 tokens)

How iTutorOnline works

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` (~222 tokens)

Prepare a booking

Assemble a real tutoring booking for a parent/student to finish in one tap. Give the tutor id, how long, who it is for, and optionally a preferred time. Returns a price estimate, a booking brief, and the link the human opens to confirm and pay. Creates nothing and charges nothing itself.

Input parameters:

- `durationMinutes` (integer): Lesson length in minutes (30-180, default 60).
- `forWhom` (string): Who the lesson is for, e.g. "my 15-year-old daughter".
- `note` (string): A note to pass to the tutor about what the student needs.
- `preferredStartTime` (string): Optional ISO 8601 start time, e.g. "2026-07-20T16:00:00Z". Must be in the future.
- `subject` (string): Subject for the lesson, e.g. "A-level Chemistry".
- `tutorUserId` (string, required): The tutor's user id, from search_tutors or a /tutor-profile/<id> URL.

### `request_human_tutor` (~145 tokens)

Request a human tutor

Hand a tutoring request to the iTutorOnline team so they can line up a human tutor. Provide the subject and any details; optionally a contact email. Also returns tutors the student can book immediately.

Input parameters:

- `contactEmail` (string): Optional email so the team can follow up.
- `details` (string): Any extra context: goals, deadline, availability, current struggles.
- `preferredLanguage` (string): Preferred language of instruction.
- `studentLevel` (string): The student's level, e.g. "Year 11", "university".
- `subject` (string, required): What the student needs help with, e.g. "A-level Chemistry, organic reactions".

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/louisvanh-tutoring/api-mcp#diagnostics

## Score history

- 2026-08-03: 75
- 2026-08-02: 74
- 2026-08-01: 74
- 2026-07-31: 73
- 2026-07-30: 70
- 2026-07-29: 72
- 2026-07-28: 71
- 2026-07-27: 70
- 2026-07-26: 70

## Links

- Remote endpoint: https://itutoronline.com/api/mcp
- Repository: https://github.com/LouisVanh/TutorPlatform
- Changelog RSS feed: https://verifymcp.io/servers/louisvanh-tutoring/api-mcp/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/louisvanh-tutoring/api-mcp/changelog.json
- HTML version of this page: https://verifymcp.io/servers/louisvanh-tutoring/api-mcp
