Outsite Availability MCP
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Outsite Availability MCPcheck availability at Outsite Lisbon for next week"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Outsite Availability MCP
An unofficial, read-only MCP server for researching public Outsite locations, quoted stay rates, and individual room calendars.
Repository: kristianeboe/outsite-mcp
This project uses Outsite's public website and the same anonymous GraphQL reads used by its booking interface. It does not forward browser cookies, access Outsite accounts, book rooms, or make payments. Outsite has not endorsed this project, and its private GraphQL contract can change without notice.
Tools
find_outsite_locations: resolve a city, country, neighborhood, or house name to an Outsite slug.search_outsite_stays: return current room/rate combinations for exact dates.get_outsite_room_calendar: inspect a specific room type across a wider date window and identify contiguous open periods.
All tools are read-only and include a source URL plus fetchedAt timestamp.
Local development
Requires Node.js 22.22.2 or newer and pnpm.
pnpm install --ignore-workspace
pnpm devThe MCP endpoint is available at http://localhost:3000/mcp. The framework's Inspector is available from the local development server.
Checks
pnpm typecheck
pnpm test
RUN_LIVE=1 pnpm test
pnpm buildThe live test makes anonymous requests to Outsite and confirms location discovery, rate search, and a room calendar.
Configuration
The defaults are suitable for deployment. Optional environment variables:
OUTSITE_GRAPHQL_URL: defaults tohttps://api.outsite.co/graphql.OUTSITE_CACHE_TTL_MS: anonymous upstream cache duration, default 300000.OUTSITE_TIMEOUT_MS: upstream request timeout, default 12000.
Deployment
Manufact Cloud is the canonical host. The intended public endpoint is:
https://outsite-mcp.kristianeboe.me/mcpDeploy from the connected GitHub repository or run pnpm deploy. Re-run the live smoke and MCP Inspector against the production endpoint after each tool-contract change.
Boundaries
Keep the public surface anonymous and read-only.
Never accept, store, or forward Outsite session cookies or account tokens.
Do not add booking, payment, reservation changes, or other mutations.
Treat returned member-rate labels as public price discovery, not proof of membership entitlement.
Preserve raw rate totals and timestamps. Do not promise availability.
Documentation used
License
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
Read-only access to live ADSBiq aircraft and network state, with community contribution metadata.
Read-only access to your VortexIQ store data: audits, KPIs, alerts, Brand DNA, reports, Ask VIQ.
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/kristianeboe/outsite-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server