Serverscom.mcpbundles/hub
H

MCPBundles Hub

com.mcpbundles/hub · v1.0.0
▦ other
v1.0.0other mcpb: https://github.com/thinkchainai/mcpbundles/releases/download/hub-v1.0.0+build.8da55d55/hub.mcpb🌐 https://mcp.mcpbundles.com/hub/↗ Website↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-10-17/server.schema.json",
  "name": "com.mcpbundles/hub",
  "description": "Access all your MCPBundles tools in one place. Unified hub for all enabled bundles.",
  "title": "MCPBundles Hub",
  "repository": {
    "url": "https://github.com/thinkchainai/mcpbundles",
    "source": "github",
    "id": "1095167873"
  },
  "version": "1.0.0",
  "websiteUrl": "https://mcpbundles.com",
  "packages": [
    {
      "registryType": "mcpb",
      "identifier": "https://github.com/thinkchainai/mcpbundles/releases/download/hub-v1.0.0+build.8da55d55/hub.mcpb",
      "fileSha256": "8da55d5550381c49837b22b14a8ae32ed82eff6f3b6a03bcfcbc627aaf421bd7",
      "transport": {
        "type": "stdio"
      }
    }
  ],
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://mcp.mcpbundles.com/hub/",
      "headers": [
        {
          "description": "OAuth2 Bearer token or API key. Use 'Bearer <token>' for OAuth or 'Api-Key <key>' for API key authentication.",
          "isRequired": true,
          "isSecret": true,
          "name": "Authorization"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}