← doris.school

INDIVIDUAL MCP TOOL

list_school_events

Upcoming school events — open days, tours, taster sessions — for a country, optionally filtered by city.

doris.schoolnone authenticationAvailability not checked

LIVE ENDPOINT

https://www.doris.school/mcp

No auth detected

Connect to this endpoint to inspect the live schema for list_school_events 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

doris.school

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.doris]
url = "https://www.doris.school/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "doris": {
      "type": "http",
      "url": "https://www.doris.school/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: doris
Remote MCP URL: https://www.doris.school/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": {
    "doris": {
      "url": "https://www.doris.school/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "doris": {
      "type": "http",
      "url": "https://www.doris.school/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "doris",
  "transport": "streamable-http",
  "url": "https://www.doris.school/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • search_schools — Search international schools by country, with optional filters for city, curriculum, yearly budget (local currency), child age, language of instruction and name.
  • get_school — Full public profile of one school by its slug (from a doris URL or a search_schools result): description, strengths, fees breakdown, class sizes, SEN support.
  • compare_fees — First-year cost estimate per school for a family: yearly tuition matched to each child's age plus one-off application/enrolment fees (and boarding fees when asked).
  • most_popular_schools_in — The most-viewed international schools on doris in a country or city over the past 3, 6 or 12 months, ranked by unique profile-view sessions.