
UnboxAPI — Hospitality Reservation MCP Server
Connect agents to UK hospitality reservation APIs through a guarded REST-to-MCP proxy with remote HTTP transport.
Overview
io.github.founder-OmniPA/unboxapi is a Build-phase MCP server that connects agents to UK hospitality reservation APIs via a rate-limited REST-to-MCP proxy.
What is this MCP server?
- REST-to-MCP bridge focused on UK hospitality reservation scenarios
- Remote streamable-http endpoint at https://unboxapi.pro/mcp
- Safety proxy features: circuit breakers, rate limits, and API whitelists
- Apache 2.0 licensed server metadata at version 0.1.0
- Hosted remote MCP reduces local stdio wiring for reservation workflows
- Remote MCP URL https://unboxapi.pro/mcp with streamable-http transport
- Server metadata version 0.1.0 under Apache 2.0
- Documented safety controls: circuit breakers, rate limits, and API whitelists
What problem does it solve?
Hooking agent workflows to hospitality booking APIs safely is slow when every call needs custom REST glue and outage protection.
Who is it for?
Indie builders shipping UK hospitality booking or concierge products who want hosted MCP instead of self-hosted stdio bridges.
Skip if: Global generic SaaS with no hospitality domain needs or teams that refuse remote MCP dependencies.
What do I get? / Deliverables
After you register the remote MCP endpoint, agents can call whitelisted hospitality reservation tools behind circuit breakers and rate limits.
- Agent-callable MCP tools backed by whitelisted hospitality REST APIs
- Proxy-level rate limiting and circuit breaking on outbound API usage
- Faster Build-phase integration without a custom stdio wrapper
Recommended MCP Servers
Journey fit
Hospitality booking integrations are built when the product needs live reservation data and actions, not during abstract idea research. Integrations is the canonical shelf because UnboxAPI wraps external REST hospitality services as MCP tools for your agent stack.
How it compares
Domain-specific hosted MCP API proxy, not a general code runner or MCP registry browser.
Common Questions / FAQ
Who is unboxapi for?
Developers building UK hospitality reservation experiences with MCP agents who need REST APIs exposed as guarded MCP tools.
When should I use unboxapi?
Use it during Build when integrating live booking, availability, or guest-service flows and you want proxy-level rate limits and whitelists.
How do I add unboxapi to my agent?
Add a remote MCP server entry pointing to https://unboxapi.pro/mcp with streamable-http transport in your agent config, complete any provider auth, then enable tools in your client.