cat-hotel-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| CAT_HOTEL_SAVE_DIR | No | Directory for saving game states. Defaults to ~/.cat-hotel-mcp/saves/ | ~/.cat-hotel-mcp/saves/ |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| cat_hotel_guideB | Show AI-facing play guidance for Cat Hotel. |
| cat_hotel_cmdC | Run one Cat Hotel command against a named save. |
| cat_hotel_newC | Start a new Cat Hotel save with an optional deterministic seed. |
| cat_hotel_statusB | Show the current day, weather, stamina, budget, and checked-in cats. |
| cat_hotel_helpC | Show the in-game command list. |
| cat_hotel_exportC | Export a save as a base64 string. |
| cat_hotel_importB | Import a base64 save string into a named save. |
| cat_hotel_list_savesA | List saved games managed by this MCP server. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- 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/Echoes0302/cat-hotel-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server