CAT
/MCP
SkillsMCPMarketplacesDigestToolsAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Sales & MarketingWeb & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web Crawling
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Cross AI Tools

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Plugins Reference

Community

  • About
  • Tools
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by @mertduzgun

Independent project, not affiliated with Anthropic

Bitvoya MCP

seanbabalala/bitvoya-mcp
1authHTTPregistry active
Summary

This is a hosted luxury hotel search and booking handoff service built around a deliberate security boundary. It exposes tools for hotel discovery, rate comparison with structured benefits like breakfast and upgrades, and quote preparation, then hands travelers to a Bitvoya-controlled checkout surface for payment. You get search_hotels, get_hotel_detail, get_hotel_rooms, create_booking_intent, and get_booking_state. The pricing model separates supplier_total_cny, service_fee_cny, and display_total_cny so agents can explain cost structure without guessing. It's strongest when the traveler cares about stay quality and perks over raw price. Connect via streamable HTTP with a bearer token from the Bitvoya dashboard. Works best with Claude 4.6 or GPT-5.4 for multi-step booking flows.

CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →

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:

{
  "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
Featured
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
Categories
Search & Web CrawlingFinance & Commerce
Registryactive
TransportHTTP
AuthRequired
UpdatedApr 13, 2026
View on GitHub

Related Search & Web Crawling MCP Servers

View all →
Google Search

com.mcparmory/google-search

Scrape Google search results with SERP data, ads, and knowledge panels
25
Brave Search

io.github.pipeworx-io/brave-search

Brave Search MCP — independent web index (no Google/Bing dependency)
Serper Search and Scrape

marcopesani/mcp-server-serper

Serper MCP Server supporting search and webpage scraping
154
Brave Search Mcp Server

brave/brave-search-mcp-server

Brave Search MCP Server: web results, images, videos, rich results, AI summaries, and more.
1.2k
Google Search Console

com.mcparmory/google-search-console

Query search analytics, manage sitemaps, and inspect site URLs and status
25
Google Search Console

acamolese/google-search-console-mcp

Google Search Console MCP server: SEO audits, performance queries, URL inspection, indexing checks.
3