
MCPBundles Hub
Wire one MCPBundles hub endpoint so your agent can call every bundle you have enabled instead of juggling separate server configs.
Overview
MCPBundles Hub is a MCP server for the Build phase that exposes all your enabled MCPBundles tools through one authenticated hub endpoint.
What is this MCP server?
- Single streamable-http remote at mcp.mcpbundles.com/hub for all enabled bundles
- Supports OAuth2 Bearer and Api-Key Authorization headers on the remote connection
- Ships MCPB stdio package hub-v1.0.0 with published fileSha256 for local agent installs
- MCP schema 2025-10-17 server manifest with repository on thinkchainai/mcpbundles
- Server version 1.0.0
- One hub streamable-http remote URL
- MCP schema dated 2025-10-17
Community signal: 3 GitHub stars.
What problem does it solve?
Each extra MCP bundle means another URL, header, and manifest entry, which slows solo builders who just want one place for agent tools.
Who is it for?
Indie builders already using multiple MCPBundles who want a single MCP config in Claude Code or Cursor.
Skip if: Teams that only need one specific bundle and prefer a dedicated per-domain server URL.
What do I get? / Deliverables
After registering the hub, your agent talks to one MCPBundles connection and reaches every bundle you have turned on.
- One registered hub remote or MCPB stdio connection
- Agent-visible tools from all enabled MCPBundles through the hub
Recommended MCP Servers
Journey fit
Hub registration is an agent-integration task during product build, before you ship workflows that depend on multiple external tools. It is a consolidation layer for MCP remotes and MCPB packages, which belongs on the integrations shelf rather than frontend or docs.
How it compares
Unified MCP gateway for bundles, not a standalone domain dataset server.
Common Questions / FAQ
Who is MCPBundles Hub for?
Solo and indie builders who run AI coding agents and subscribe to several MCPBundles and want one hub instead of many separate MCP entries.
When should I use MCPBundles Hub?
Use it during Build when you are integrating MCP into your agent and already have or plan multiple MCPBundles enabled on your account.
How do I add MCPBundles Hub to my agent?
Register the streamable-http remote https://mcp.mcpbundles.com/hub/ with Authorization as Bearer OAuth token or Api-Key, or install the hub.mcpb MCPB package for stdio transport.