← Index

com.hemmabo/hemmabo-mcp-server

com.hemmabo/hemmabo-mcp-server·v3.2.4·Finance & Payments
Quality Score
90
/100

Vacation rental booking infrastructure for independent hosts. 0% commission. MCP + Stripe ACP.

§01  Install
Remote endpoint

Streamable HTTP / SSE endpoint. Add to any MCP client that supports remote servers.

https://hemmabo-mcp-server.vercel.app/mcp
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "hemmabo-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "hemmabo-mcp-server"
      ],
      "env": {
        "SUPABASE_URL": "<supabase_url>",
        "SUPABASE_SERVICE_ROLE_KEY": "<your-supabase_service_role_key>",
        "SUPABASE_ANON_KEY": "<your-supabase_anon_key>",
        "STRIPE_SECRET_KEY": "<your-stripe_secret_key>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "hemmabo-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "hemmabo-mcp-server"
      ],
      "env": {
        "SUPABASE_URL": "<supabase_url>",
        "SUPABASE_SERVICE_ROLE_KEY": "<your-supabase_service_role_key>",
        "SUPABASE_ANON_KEY": "<your-supabase_anon_key>",
        "STRIPE_SECRET_KEY": "<your-stripe_secret_key>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y hemmabo-mcp-server
§02  Environment variables
SUPABASE_URL
required

Supabase project URL — find in Supabase Dashboard → Settings → API

SUPABASE_SERVICE_ROLE_KEY
requiredsecret

Supabase service role key — find in Supabase Dashboard → Settings → API

SUPABASE_ANON_KEY
requiredsecret

Supabase anon/public key — find in Supabase Dashboard → Settings → API

STRIPE_SECRET_KEY
requiredsecret

Stripe secret key for payment processing — find in Stripe Dashboard → Developers → API keys

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
15
installability
25
documentation
15
stability
10
§04  Alternatives in Finance & Payments