Serverscom.bitvoya/bitvoya-mcp
M

Bitvoya MCP

com.bitvoya/bitvoya-mcp · v0.3.1
● Remote
v0.3.1remote🌐 https://bitvoya.com/api/mcp↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "com.bitvoya/bitvoya-mcp",
  "description": "Luxury hotel search, rate comparison, booking quotes, and secure checkout handoff.",
  "title": "Bitvoya MCP",
  "repository": {
    "url": "https://github.com/seanbabalala/bitvoya-mcp",
    "source": "github"
  },
  "version": "0.3.1",
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://bitvoya.com/api/mcp",
      "headers": [
        {
          "description": "Bearer agent key from Bitvoya Dashboard -> Connect Agent. Format: Bearer <your_agent_key>.",
          "isRequired": true,
          "isSecret": true,
          "name": "Authorization"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}