Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

Explore

  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Tags index
  • Submit a server
  • Pricing

Learn

  • Guides hub
  • What is MCP?
  • Install guide
  • Troubleshooting
  • Security
  • Blog
  • Blog RSS

Tools

  • All tools
  • Config generator
  • Config validator
  • MCP playground
  • OpenAPI β†’ MCP
  • Badge generator

For agents

  • API docs
  • Trust & traffic
  • llms.txt β†— (opens in a new tab)
  • Catalog JSON β†— (opens in a new tab)
  • Remote MCP β†— (opens in a new tab)

Company

  • About
  • Contact
  • X (@AllMCPs) β†— (opens in a new tab)
  • GitHub β†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on Buildlist
Β© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. πŸ’» Developer Tools
  3. Bitvoya MCP
Bitvoya MCP logo
Health: ActiveRecent health check succeeded.Last checked 8/10/2026, 11:18:46 PM

Bitvoya MCP

Enrichment pendingWe haven’t run our AI enrichment pass on this listing yet, so the overview, use cases, and FAQ below may be sparse or missing. We work through the catalog over time β€” check back soon.
View Repository1 GitHub StarsTotal stargazers on GitHub for the source repository (1 stars).Visit Website

Luxury hotel search, rate comparison, booking quotes, and secure checkout handoff.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Manual Client & Custom JSON ConfigExpand JSON β–Ύ

Install Config Generator

Choose your client
claude_desktop_config.json
{
  "mcpServers": {
    "bitvoya-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "https://img.shields.io/badge/License-Apache--2.0-101828?style=for-the-badge&logo=apache"
      ]
    }
  }
}

πŸ’‘ Paste into ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)

Install Directory Badge Claim listing AlternativesπŸ’» More in Developer Tools

Documentation Overview

Bitvoya

Bitvoya MCP

Apache-2.0 License Hosted Remote MCP Streamable HTTP Recommended Models

Luxury hotel intelligence and secure checkout handoff for AI travel agents.

Hosted public MCP for premium hotel discovery, benefit-rich rate comparison, quote preparation, and Bitvoya-controlled checkout completion.

Quick Start Β· Client Setup Β· Security Model Β· Secure Handoff Β· server.json

Public users connect to the hosted endpoint https://bitvoya.com/api/mcp with a Bitvoya-issued agent key from Dashboard -> Connect Agent. No self-hosting is required for normal usage.

Why Bitvoya MCP

Bitvoya is not a generic hotel feed wrapped in MCP. It is designed around luxury booking value and the handoff boundary real travel agents actually need.

What Bitvoya does wellWhy it matters for agents
Luxury-first hotel coverageBetter fit for high-end trip planning, concierge, and member travel flows
Structured benefits and promotionsAgents can explain breakfast, upgrade eligibility, late checkout, and property credits without scraping prose
Explicit pricing semanticssupplier_total_cny, service_fee_cny, and display_total_cny stay distinct
Secure checkout handoffCard entry and payment stay on Bitvoya-owned surfaces instead of agent chat
Remote hosted MCPUsers connect directly over Streamable HTTP with bearer auth

Built For

  • AI travel assistants
  • concierge and itinerary agents
  • premium membership travel copilots
  • Bitvoya-connected partner agents
  • workflows that care about stay quality, perks, and real booking value

Quick Start

1. Create an agent key

  1. Sign in to https://bitvoya.com
  2. Open Dashboard -> Connect Agent
  3. Create a named agent connection

Direct page:

  • https://bitvoya.com/dashboard/agent-keys

2. Connect the hosted MCP

Use the hosted endpoint:

  • https://bitvoya.com/api/mcp

Add this header:

  • Authorization: Bearer <your_agent_key>

Minimal remote MCP configuration:

config.json
{
  "type": "streamable_http",
  "url": "https://bitvoya.com/api/mcp",
  "headers": {
    "Authorization": "Bearer <your_agent_key>"
  }
}

If you are testing manually outside an MCP client, also send:

  • Accept: application/json, text/event-stream

3. Start with a tool-driven travel prompt

Examples:

  • Search luxury hotels in Tokyo for next weekend and compare the best options.
  • Find five-star hotels in Paris with breakfast and explain which rate has the best value.
  • Prepare a booking quote for the strongest Shangri-La option in Singapore.

Recommended Models

Bitvoya works best when the driving model is strong at tool selection, stateful booking flows, and not hallucinating hotel details from prior knowledge.

  • prefer Claude 4.6, GPT-5.4, or comparable flagship reasoning models
  • these models follow quote, intent, and state-polling steps more reliably
  • smaller models can connect, but they are more likely to skip tools or blur pricing semantics
  • for weaker automatic tool choosers, the safest generic first-call entry tool is start_travel_planning
  • if the request is already clearly a live hotel search, start_hotel_search remains the hotel-specific fast path

Supported Client Setups

Client-specific setup guides are in docs/public/CLIENT_SETUP.md.

ClientRemote MCPNotes
Cherry StudioYesUse the wrapped import shape plus manual Authorization header entry
CursorYesWorks with mcp.json and environment-backed bearer auth
WindsurfYesRemote Streamable HTTP with custom headers
Claude CodeYesUse claude mcp add --transport http
GitHub Copilot CLIYesConfigure as remote HTTP MCP
GooseYesUse the remote MCP endpoint and bearer header

What Agents Can Do

Bitvoya MCP is designed for discovery, comparison, quote preparation, and secure completion handoff.

WorkflowPrimary tools
Generic first-step routingstart_travel_planning
City and hotel discoverystart_hotel_search, search_hotels, compare_hotels
Hotel detail and room/rate explorationget_hotel_detail, get_hotel_rooms, compare_rates
High-level booking startcreate_booking
Quote preparationprepare_booking_quote
Booking intent creationcreate_booking_intent
Order and handoff state pollingget_booking_state

Luxury Value Edge

Bitvoya is strongest when the traveler cares about premium stay value instead of just the lowest visible headline rate.

  • participating rates can surface breakfast, upgrade paths, early check-in, late checkout, and hotel credit such as USD 100 property credit
  • long-stay promotions such as stay 3 pay 2 and stay 4 pay 3 can materially change effective value
  • benefits and promotions are returned in structured output, so the agent can compare real booking quality instead of guessing from marketing copy

Benefit availability still depends on hotel, rate, market, and stay dates. Returned hotel and rate payloads should always be treated as the source of truth.

Booking Journey

Bitvoya intentionally keeps sensitive execution on Bitvoya-hosted surfaces.

  1. The agent discovers hotels, rooms, and rates.
  2. The agent prepares a booking quote and creates a booking intent.
  3. The traveler is handed to a Bitvoya-hosted secure checkout surface.
  4. The agent continues polling state with get_booking_state.

Public agents do not directly own:

  • raw card entry
  • payment execution
  • final supplier-facing booking submission

That boundary is deliberate. It keeps the public MCP useful without pushing payment risk or card handling into third-party chat tools.

Price Fields

Agents should present pricing carefully.

  • search-stage output may include supplier_min_price_cny as indicative discovery pricing
  • final room and rate evaluation comes from get_hotel_rooms
  • get_hotel_rooms returns:
    • supplier_total_cny
    • service_fee_cny
    • display_total_cny
  • display_total_cny is the guest-facing total aligned with current Bitvoya product behavior

Docs Hub

  • client setup: docs/public/CLIENT_SETUP.md
  • FAQ: docs/public/FAQ.md
  • security model: docs/public/SECURITY_MODEL.md
  • secure handoff design: docs/public/SECURE_HANDOFF.md
  • release notes: docs/public/releases/v0.3.1.md
  • registry metadata: server.json
  • maintainer setup: DEVELOPMENT.md

License

This repository is licensed under Apache-2.0. See LICENSE and NOTICE.

The open-source license covers this repository's code and docs. It does not grant access to:

  • Bitvoya hosted production infrastructure
  • live hotel inventory and partner data feeds
  • Bitvoya-issued agent keys or user accounts
  • Bitvoya trademarks, brand assets, or service access outside normal product terms

Important Notes

  • Bitvoya calls this flow Connect Agent
  • the generated credential is a revocable agent key
  • website login credentials and MCP credentials are intentionally different
  • multiple agent keys under one Bitvoya user still map to the same Bitvoya account history
  • normal users connect to the hosted MCP and do not need direct database or server configuration

Related MCP Servers

View all in Developer Tools View all alternatives
  • BoostedTravel logoBoostedTravel

    Flight search & booking for AI agents. 400+ airlines, $20-50 cheaper than OTAs.

    πŸ’» Developer Tools0 views
    Compare vs BoostedTravel β†’
  • S
    Skiplagged MCP

    Skiplagged MCP Server for flight search, hotel booking, and travel planning

    πŸ’» Developer Tools0 views
    Compare vs Skiplagged MCP β†’
  • Claude Task Master logoClaude Task Master

    AI-powered task management system for AI-driven development. Features PRD parsing, task expansion, multi-provider support (Claude, OpenAI, Gemini, Perplexity, xAI), and selective tool loading for optimized context usage.

    πŸ’» Developer Tools7 views
    Compare vs Claude Task Master β†’
  • A
    Agent Skills Search Server

    Search and discover Agent Skills from the skills.sh registry. Powered by HAPI MCP server.

    πŸ’» Developer Tools0 views
    Compare vs Agent Skills Search Server β†’

Frequently Asked Questions about Bitvoya MCP

Add the following block to your claude_desktop_config.json under mcpServers: "mcpServers": { "bitvoya-mcp": { "command": "npx", "args": ["-y", "Bitvoya MCP"] } }

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewBitvoya MCP AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/bitvoya-mcp?style=directory)](https://allmcps.com/mcp/bitvoya-mcp)
HTML Embed
<a href="https://allmcps.com/mcp/bitvoya-mcp"><img src="https://allmcps.com/api/badge/bitvoya-mcp?style=directory" alt="Bitvoya MCP on AllMCPs" /></a>

Technical Specs & Signals

CategoryπŸ’»Developer Tools
More technical detailsExpand β–Ύ
TransportSSE (Remote)
RuntimeNode.js
4/4 checks healthy over the last 8h
Views0
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars1
GitHub Star CountTotal stargazers on GitHub representing community popularity (1 stars).
Last commit3mo ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on Apr 13, 2026
36Quality signal: Fair Β· 36/100How this signal is calculated β–Ύ
Server availabilityNot measured

Not scored for repo-hosted servers β€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools16/30
Adoption & activity1/15
Community engagement0/10

A guidance signal from public completeness & health data β€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

β˜… Spotlight Slot

Feature Your MCP Server

Get maximum visibility for your server across our directory, search results, and detail pages.

Spotlight Your Server

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to get the verified badge.

Free dofollow backlink: after claiming, verify your product site and place a dofollow AllMCPs badge β€” we recheck it stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in πŸ’» Developer Tools β†’Best MCP servers for Developers β†’Alternatives to Bitvoya MCP β†’Install in Claude DesktopInstall in CursorInstall in VS Code