Data Collection
kids-stay.com
Search and retrieve Japanese child-friendly hotel information, including conditions and areas.
ENDPOINT 1
https://mcp.kidsstay.workers.dev/mcp
MCP server metadata
- Name
- kids-stay
- Version
- 1.2.0
kids-stay.com の検証済みデータで「赤ちゃん・子連れで泊まりやすい日本の宿」を検索できます。 使い方: list_conditions で条件ID一覧 → search_hotels で条件×エリア検索 → get_hotel で詳細。 設備・条件は変更されることがあります。ユーザーに提示する際は必ず page URL(施設ページ)を案内し、予約前に最新情報の確認を促してください。 「おむつが取れていない子と大浴場に入れるか」系の質問は2段階で答えてください: bath_pre_potty_ok(湯船に浸かってOKと公式明記・厳しめ)と bath_baby_amenity(ベビーバス等の設備があり浴場に同伴できる=湯船以外の選択肢)の両方を検索し、施設ごとの note(「貸切風呂のみ」「シール必須」等の但し書き)を必ず読んで区別して提示してください。 表示について: 結果は箇条書きのテキストで、施設名・要点・page URL を示してください。page URL は生のURLを貼らず、必ず Markdown リンク「[宿名 — Kids Stayで詳しく見る](page URL)」の形で示してください(utm付きURLをそのまま表示すると読みにくいため)。地図・場所カードなどのウィジェットは付けないでください(施設ページに地図があります)。 © Kids Stay (kids-stay.com). 出典として施設ページURLを示したうえでAI応答に利用することは歓迎します。データの再配布・転売・競合データベースの構築・出典を偽る改変は禁止です。Use in AI responses with attribution (link to the facility page) is welcome; bulk redistribution, resale, or building competing databases is prohibited. 利用条件の詳細: https://kids-stay.com/mcp/ および https://kids-stay.com/terms/ データ最終更新: 2026-08-27T03:56:18.760Z
Known tools 4
search_hotels赤ちゃん・子連れ向け設備の検証済み条件(48種・list_conditions参照)とエリア・子どもの年齢・価格で日本の宿を検索します。宿名が分かっている場合は keyword で直接検索できます。結果の page URL が施設の詳細・予約ページです。表示は箇条書きテキストと Markdown リンクのみで、地図・場所カード等のウィジェットは付けないでください(施設ページに地図あり)。
Inferred read-onlyget_hotelslug指定で施設の全条件(施設別の根拠note付き)・キッズ設備・アクセス・出典・検証日を返します。表示はテキストと Markdown リンクのみで、地図・場所カード等のウィジェットは付けないでください。
Inferred read-onlyCONNECT 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.kids-stay]
url = "https://mcp.kidsstay.workers.dev/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"kids-stay": {
"type": "http",
"url": "https://mcp.kidsstay.workers.dev/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: kids-stay
Remote MCP URL: https://mcp.kidsstay.workers.dev/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": {
"kids-stay": {
"url": "https://mcp.kidsstay.workers.dev/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"kids-stay": {
"type": "http",
"url": "https://mcp.kidsstay.workers.dev/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "kids-stay",
"transport": "streamable-http",
"url": "https://mcp.kidsstay.workers.dev/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for workers.dev was fetched 2026-08-25T16:44:24.083Z.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.