
Hemmabo Mcp Server
Give your agent direct booking and payment infrastructure for independent vacation rentals without marketplace commission stacks.
Overview
Hemmabo MCP Server is a Build-phase MCP server that connects agents to independent vacation-rental booking and Stripe payment infrastructure backed by Supabase.
What is this MCP server?
- Vacation rental booking infrastructure aimed at independent hosts with 0% commission positioning
- MCP plus Stripe ACP payment flows for agent-driven checkout and booking operations
- npm stdio package hemmabo-mcp-server at version 3.2.4 with optional Vercel streamable-http remote
- Requires Supabase URL, service role key, anon key, and Stripe secret key in environment
- Lets Claude Code or Cursor manage host-side booking logic instead of only scraping Airbnb UIs
- Server version 3.2.4
- npm identifier hemmabo-mcp-server
- Remote URL https://hemmabo-mcp-server.vercel.app/mcp
Community signal: 1 GitHub stars.
What problem does it solve?
Hosts and builders rebuilding direct booking waste time gluing Supabase, Stripe, and reservation APIs without an agent-friendly control plane.
Who is it for?
Solo builders creating direct-booking rental products who already use Supabase and Stripe and want MCP-driven ops.
Skip if: Casual travelers searching listings, or teams that refuse to manage Supabase service keys and Stripe secrets.
What do I get? / Deliverables
After registration, your agent can invoke Hemmabo MCP tools against your Supabase and Stripe-backed booking stack from Claude Code or Cursor.
- Agent-callable booking and payment operations on your Hemmabo-backed stack
- Documented env wiring for Supabase and Stripe in MCP config
Recommended MCP Servers
Journey fit
Booking plus Stripe and Supabase wiring is core backend product work when you are building a direct-host rental or hospitality SaaS. Backend fits because the server expects Supabase and Stripe secrets and exposes reservation commerce primitives, not front-end polish alone.
How it compares
Host booking and payments MCP backend, not a consumer Airbnb clone skill or generic CRM plugin.
Common Questions / FAQ
Who is com.hemmabo/hemmabo-mcp-server for?
Independent rental hosts and indie developers building zero-commission or direct-booking stacks with Supabase and Stripe.
When should I use com.hemmabo/hemmabo-mcp-server?
During Build when you are implementing backend booking, availability, and payment flows your agent should read or update.
How do I add com.hemmabo/hemmabo-mcp-server to my agent?
Install npm package hemmabo-mcp-server for stdio or use remote https://hemmabo-mcp-server.vercel.app/mcp, and set SUPABASE_URL, SUPABASE_SERVICE_ROLE_KEY, SUPABASE_ANON_KEY, and STRIPE_SECRET_KEY.