AgentHubAgentHub

hemmabo-mcp-server

MCP ServerMCP Registry官方收录

com.hemmabo/hemmabo-mcp-server · v3.2.4

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

概览

hemmabo-mcp-server 是一个MCP Server,收录自 官方 MCP Registry。支持 streamable-http、stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。

安装

选择你的平台查看安装方式

{
  "mcpServers": {
    "hemmabo-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "hemmabo-mcp-server"
      ],
      "env": {
        "SUPABASE_URL": "<SUPABASE_URL>",
        "SUPABASE_SERVICE_ROLE_KEY": "<SUPABASE_SERVICE_ROLE_KEY>",
        "SUPABASE_ANON_KEY": "<SUPABASE_ANON_KEY>",
        "STRIPE_SECRET_KEY": "<STRIPE_SECRET_KEY>"
      }
    }
  }
}

环境变量

SUPABASE_URL必填

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

SUPABASE_SERVICE_ROLE_KEY必填secret

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

SUPABASE_ANON_KEY必填secret

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

STRIPE_SECRET_KEY必填secret

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

相关资源

统一 Manifest

{
  "id": "com.hemmabo/hemmabo-mcp-server",
  "type": "mcp-server",
  "version": "3.2.4",
  "displayName": "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"
  },
  "homepage": "https://hemmabo.com",
  "distribution": {
    "packages": [
      {
        "registryType": "npm",
        "identifier": "hemmabo-mcp-server",
        "version": "3.2.4",
        "transport": "stdio",
        "environmentVariables": [
          {
            "name": "SUPABASE_URL",
            "description": "Supabase project URL — find in Supabase Dashboard → Settings → API",
            "isRequired": true
          },
          {
            "name": "SUPABASE_SERVICE_ROLE_KEY",
            "description": "Supabase service role key — find in Supabase Dashboard → Settings → API",
            "isRequired": true,
            "isSecret": true
          },
          {
            "name": "SUPABASE_ANON_KEY",
            "description": "Supabase anon/public key — find in Supabase Dashboard → Settings → API",
            "isRequired": true,
            "isSecret": true
          },
          {
            "name": "STRIPE_SECRET_KEY",
            "description": "Stripe secret key for payment processing — find in Stripe Dashboard → Developers → API keys",
            "isRequired": true,
            "isSecret": true
          }
        ]
      }
    ],
    "remotes": [
      {
        "transport": "streamable-http",
        "url": "https://hemmabo-mcp-server.vercel.app/mcp"
      }
    ]
  },
  "dependencies": [],
  "installTargets": [
    "claude-code",
    "claude-desktop",
    "cursor",
    "vscode"
  ],
  "keywords": [],
  "provenance": {
    "origin": "official-mcp-registry",
    "originalId": "com.hemmabo/hemmabo-mcp-server",
    "originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/com.hemmabo%2Fhemmabo-mcp-server/versions/latest",
    "isOfficial": true,
    "status": "active"
  }
}
hemmabo-mcp-server — MCP Server 安装与配置 · AgentHub