HemmaBo
Rank #3,315glama/HemmaBo-se/hemmabo-mcp-server
Search vacation rental properties, check real-time availability, get canonical pricing quotes, and create direct bookings. Each property is its own node with live data. Supports staircase pricing, seasonal rates, and 11 languages.
HemmaBo is a Model Context Protocol (MCP) server published by hemmabo-se. It ranks #3,315 of 115,591 servers tracked on MCP Toplist, and its repository has 2 GitHub stars. HemmaBo is listed across 3 registries — Glama, PulseMCP and mcp.so, with 16 release tags tracked from its GitHub repository. It was first listed on Apr 7, 2026 and most recently updated on Aug 22, 2026.
Ranks ahead of 112,276 of 115,591 servers on MCP Toplist.
Use HemmaBo
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http hemmabo-mcp-server https://hemmabo-mcp-server.vercel.app/mcpclaude mcp add --transport http hemmabo-mcp-server https://www.hemmabo.com/mcp[mcp_servers.hemmabo-mcp-server]
url = "https://hemmabo-mcp-server.vercel.app/mcp"Add to ~/.codex/config.toml.
[mcp_servers.hemmabo-mcp-server]
url = "https://www.hemmabo.com/mcp"Add to ~/.codex/config.toml.
https://hemmabo-mcp-server.vercel.app/mcpSettings → Connectors → “Add custom connector”, then paste this URL.
https://www.hemmabo.com/mcpSettings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"hemmabo-mcp-server": {
"url": "https://hemmabo-mcp-server.vercel.app/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"mcpServers": {
"hemmabo-mcp-server": {
"url": "https://www.hemmabo.com/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"hemmabo-mcp-server": {
"type": "http",
"url": "https://hemmabo-mcp-server.vercel.app/mcp"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"servers": {
"hemmabo-mcp-server": {
"type": "http",
"url": "https://www.hemmabo.com/mcp"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"hemmabo-mcp-server": {
"serverUrl": "https://hemmabo-mcp-server.vercel.app/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"hemmabo-mcp-server": {
"serverUrl": "https://www.hemmabo.com/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"hemmabo-mcp-server": {
"url": "https://hemmabo-mcp-server.vercel.app/mcp"
}
}
}{
"mcpServers": {
"hemmabo-mcp-server": {
"url": "https://www.hemmabo.com/mcp"
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/glama%2FHemmaBo-se%2Fhemmabo-mcp-server)<a href="https://mcptoplist.com/server/glama%2FHemmaBo-se%2Fhemmabo-mcp-server"><img src="https://mcptoplist.com/badge/glama%2FHemmaBo-se%2Fhemmabo-mcp-server.svg" alt="MCP Toplist: Top 5% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry (2 delisted)
hemmabo-se
Other servers by hemmabo-se
View all hemmabo-se servers →GitHub releases (16)
No registry surfaces explicit version metadata for this server. The list below shows release tags from the linked GitHub repository.
| Version | Published |
|---|---|
| v4.0.8 | Aug 22, 2026 |
| v4.0.7 | Aug 22, 2026 |
| v4.0.6 | Aug 19, 2026 |
| v4.0.5 | Aug 19, 2026 |
| v4.0.4 | Aug 19, 2026 |
| v4.0.2 | Aug 4, 2026 |
| v4.0.1 | Jul 27, 2026 |
| v4.0.0 | Jul 27, 2026 |
| v3.2.16 | Jun 28, 2026 |
| v3.2.14 | Jun 8, 2026 |
| v3.2.13 | Jun 8, 2026 |
| v3.2.8 | May 5, 2026 |
| v3.2.7 | May 5, 2026 |
| v3.2.6 | Apr 30, 2026 |
| v3.1.16 | Apr 14, 2026 |
| v3.1.1 | Apr 13, 2026 |
Frequently asked questions
- Who maintains HemmaBo?
- HemmaBo is maintained by hemmabo-se, which publishes 2 MCP servers (26 total versions) tracked on MCP Toplist.
- Is HemmaBo listed on the Official MCP Registry?
- HemmaBo is not on the Official MCP Registry. It is listed on Glama, PulseMCP and mcp.so.
- How many versions does HemmaBo have?
- No registry surfaces explicit version metadata for HemmaBo; MCP Toplist tracks 16 release tags from its GitHub repository, most recently published on Aug 22, 2026.
- Where can I find the source code for HemmaBo?
- The source code for HemmaBo is hosted at github.com/hemmabo-se/hemmabo-mcp-server.