kids-stay-mcp
Kids Stay MCP Server
Verified kid-friendly hotel data for Japan — 1,900+ hotels checked against official sources across 48 kid-friendly conditions (diaper-friendly baths, baby beds, kids' meals, in-room dining, and more), served over the Model Context Protocol.
Built and maintained by Kids Stay (kids-stay.com), a hotel search site for families traveling with babies and toddlers in Japan.
Endpoint (Streamable HTTP):
https://mcp.kidsstay.workers.dev/mcpAuth: none — free and open
Access: read-only, rate-limited (60 req/min per IP)
Registry:
io.github.sitebox/kids-stay(official MCP registry)About & terms: https://kids-stay.com/mcp/
Why this exists
Booking sites can't answer questions like "Which hot-spring hotels allow toddlers who aren't potty-trained in the shared bath?" — that information lives deep inside each hotel's official website. Kids Stay reads those sources hotel by hotel and structures them into 48 verified conditions. This MCP server hands that data directly to AI assistants, with sources and verification dates attached.
Related MCP server: kigyounai-hoiku-mcp
Tools
Tool | Description |
| Search by condition IDs × prefecture/area × child age × budget. Returns up to 20 summary cards |
| Verified details for one hotel: conditions with per-hotel notes, target ages, nearby kid spots, sources |
| The 48 condition definitions (IDs, labels, EN labels) |
| Hotel inventory per prefecture — useful for narrowing down before searching |
Every response includes verified_at (when the data was last checked), sources (official URLs for re-verification), a page link to the hotel's page, and a disclaimer. Data is maintained in Japanese with English labels; translation is left to the agent.
Quick start
Claude (claude.ai / desktop): Settings → Connectors → Add custom connector → paste the endpoint URL.
Claude Code:
claude mcp add --transport http kids-stay https://mcp.kidsstay.workers.dev/mcpAny MCP client (Streamable HTTP):
{
"kids-stay": {
"type": "streamable-http",
"url": "https://mcp.kidsstay.workers.dev/mcp"
}
}Then ask things like: "Find hotels in Okinawa for a family with a 0-year-old — baby bed and baby food required."
Local (stdio): for MCP clients that prefer stdio, this repository ships a zero-dependency local build (index.js, Node.js 18+). Introspection is served locally from the bundled tool definitions; tool calls fetch live data from the hosted endpoint (the single source of truth):
npx github:sitebox/kids-stay-mcp # or: git clone && node index.jsData usage
Use in AI responses with attribution (link to the facility page on kids-stay.com) is welcome. Bulk redistribution, resale, or building competing databases is prohibited. Facilities change their services — always confirm current conditions on the hotel page before booking. Full terms: https://kids-stay.com/mcp/ and https://kids-stay.com/terms/
About this repository
This repository is the public home of the server metadata (server.json) and a small local stdio build (index.js, MIT-licensed) for registry and directory listings. The hosted implementation and the dataset itself are not part of this repository — the data is the product of ongoing manual verification against official sources, refreshed monthly, and is served only through the endpoint.
日本語
Kids Stay MCPサーバー — 全国1,900軒超の宿を「おむつが取れていない子と入れる風呂」「ベビーベッド」「離乳食」など48種類の子連れ条件で公式サイトの一次情報から検証したデータを、MCP経由でAIアシスタントに提供します。
エンドポイント:
https://mcp.kidsstay.workers.dev/mcp(Streamable HTTP・認証なし・無料)案内・利用条件: https://kids-stay.com/mcp/
応答には検証日(
verified_at)・出典・施設ページURLが必ず付きます
出典として施設ページを示したうえでのAI応答への利用は歓迎です。一括再配布・転売・競合データベースの構築は禁止です。設備・条件は変わることがあるため、予約前に施設ページで最新情報をご確認ください。
Maintenance
Related MCP Connectors
Search Japanese hotels by 48 verified kid-friendly conditions, with sources and dates.
Family water-holiday hotels & campsites, scored for toddlers, kids and teens.
Search VICATOO hotels by traveler needs, features, location, and landmarks with factual evidence.
Japan's largest live house show database: search shows, artists, and venues
Related MCP Servers
- AlicenseNot gradedqualityCmaintenanceEnables verified, bookable hotel price checking with tax-inclusive totals, OTA tax status flags, and durable Booking.com fallback links for budget travel planning.MIT
- AlicenseNot gradedqualityDmaintenanceProvides access to Japanese corporate-led childcare regulations, laws, guidelines, and standards via MCP tools, enabling accurate retrieval of official documents to prevent AI hallucinations.20MIT
- AlicenseNot gradedqualityBmaintenanceBook hotels worldwide — search, price, prebook & book across 249 countries. 65 tools for hotel search, flights, loyalty, analytics. Zero API keys needed. at best prices for hotels 3 M+ property221MIT
- AlicenseAqualityCmaintenanceReal-time search of Japanese government subsidies and grants (official jGrants data): deadlines, amounts, eligibility, filterable by prefecture.2MIT
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/sitebox/kids-stay-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server