INDIVIDUAL MCP TOOL
get_hotel
slug指定で施設の全条件(施設別の根拠note付き)・キッズ設備・アクセス・出典・検証日を返します。表示はテキストと Markdown リンクのみで、地図・場所カード等のウィジェットは付けないでください。
LIVE ENDPOINT
https://mcp.kidsstay.workers.dev/mcp
Connect to this endpoint to inspect the live schema for get_hotel 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
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.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.
Related tools
search_hotels— 赤ちゃん・子連れ向け設備の検証済み条件(48種・list_conditions参照)とエリア・子どもの年齢・価格で日本の宿を検索します。宿名が分かっている場合は keyword で直接検索できます。結果の page URL が施設の詳細・予約ページです。表示は箇条書きテキストと Markdown リンクのみで、地図・場所カード等のウィジェットは付けないでください(施設ページに地図あり)。list_conditions— 検索に使える子連れ条件の全定義(id・ラベル・対象年齢・該当施設数)を返します。list_areas— 都道府県別の施設数・主要エリアと、編集部のエリア特集ページ一覧を返します。検索前の当たり付けに使います。