INDIVIDUAL MCP TOOL
get_offer
Renvoie l'offre actuelle de KAÏDO (prix de la sphère, conditions de l'abonnement KAÏDO+) et une URL d'inscription vers /precommande taguée pour l'attribution.
LIVE ENDPOINT
https://edukaido.com/mcp
Connect to this endpoint to inspect the live schema for get_offer and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests retrieving external content.
Parent server
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.kaido]
url = "https://edukaido.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"kaido": {
"type": "http",
"url": "https://edukaido.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: kaido
Remote MCP URL: https://edukaido.com/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": {
"kaido": {
"url": "https://edukaido.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"kaido": {
"type": "http",
"url": "https://edukaido.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "kaido",
"transport": "streamable-http",
"url": "https://edukaido.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
search_kaido— Recherche plein texte dans les pages publiques de KAÏDO (landings d'aide aux devoirs, guides pour les parents, FAQ, page sécurité IA).get_page— Renvoie le contenu complet d'une page publique d'edukaido.com en Markdown propre, sans navigation ni habillage.list_pages— Liste tous les chemins de pages publiques KAÏDO lisibles avec get_page : accueil, landings d'aide aux devoirs, guides pour les parents, pages de contenu.ask_kaido— Interroge la FAQ officielle de KAÏDO (prix, âge visé, données personnelles, fonctionnement, campagne Ulule).