com.hemmabo/hemmabo-mcp-server✓
com.hemmabo/hemmabo-mcp-server · v3.2.4
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "com.hemmabo/hemmabo-mcp-server",
"description": "Vacation rental booking infrastructure for independent hosts. 0% commission. MCP + Stripe ACP.",
"repository": {
"url": "https://github.com/HemmaBo-se/hemmabo-mcp-server",
"source": "github"
},
"version": "3.2.4",
"websiteUrl": "https://hemmabo.com",
"packages": [
{
"registryType": "npm",
"identifier": "hemmabo-mcp-server",
"version": "3.2.4",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Supabase project URL — find in Supabase Dashboard → Settings → API",
"isRequired": true,
"format": "string",
"name": "SUPABASE_URL"
},
{
"description": "Supabase service role key — find in Supabase Dashboard → Settings → API",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "SUPABASE_SERVICE_ROLE_KEY"
},
{
"description": "Supabase anon/public key — find in Supabase Dashboard → Settings → API",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "SUPABASE_ANON_KEY"
},
{
"description": "Stripe secret key for payment processing — find in Stripe Dashboard → Developers → API keys",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "STRIPE_SECRET_KEY"
}
]
}
],
"remotes": [
{
"type": "streamable-http",
"url": "https://hemmabo-mcp-server.vercel.app/mcp"
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}