- Home
- MCP servers
- MCP Bundles Hub
MCP Bundles Hub
- javascript
0
GitHub Stars
javascript
Language
7 months ago
First Indexed
3 months ago
Catalog Refreshed
Documentation & install
Readme and setup notes from the catalogue, plus a client-ready config you can copy for your MCP host.
The MCP Bundles Hub MCP Server lets you access and run tools from all your enabled MCP Bundles through a single, authenticated endpoint. It simplifies tool discovery, credential handling, and cross-bundle tool execution so your AI assistants can securely act on the tools you use every day.
How to use
You interact with the Hub MCP Server through your MCP-compatible client. Discover which tools you have access to, run tools from any enabled bundle, and verify credentials are in place before executing actions. You can search by tool name, provider, or capability, and you can check the readiness of your bundles before performing operations.
How to install
Prerequisites to install and run the Hub MCP Server:
-
An MCPBundles account and access to the Hub server URL
-
A MCP-compatible client such as Cursor or Claude Desktop
Additional setup steps
Configure authentication to securely access your bundles. You can use either OAuth for browser-based authentication or API keys for token-based access. Ensure your access token is kept secret and never shared publicly.
Security and credentials
All credentials are encrypted in transit and stored securely in your MCPBundles account. You can revoke tokens or credentials at any time from your dashboard. Use the OAuth flow for automatic token refresh, or generate and use API keys for long-lived access.
Troubleshooting
If you encounter a 401 Unauthorized error, reauthenticate and verify your access token. If tools aren’t appearing, restart your MCP client and confirm App-Level Tools are enabled in your dashboard. Check that you are using the correct Hub URL: https://mcp.mcpbundles.com/hub/.
Example usage patterns
Execute a tool from a specific bundle, discover all available tools across bundles, or check readiness before running actions. Use commands like initiating a search for tools related to a keyword, listing all bundles, or viewing details about a particular tool’s parameters and usage.
Available tools (hub prefix)
The Hub MCP Server exposes a collection of endpoints to manage bundles, credentials, providers, and account info. Tools are prefixed to indicate they belong to the hub interface.
Available tools
mcpbundles_hub_list_bundles
List all bundles configured in your Hub account with basic metadata.
mcpbundles_hub_get_bundle
Retrieve detailed information for a specific bundle.
mcpbundles_hub_create_bundle
Create a new bundle within your Hub account.
mcpbundles_hub_update_bundle
Update configuration for an existing bundle.
mcpbundles_hub_delete_bundle
Delete a bundle from your Hub account.
mcpbundles_hub_list_credentials
List all provider credentials stored for your bundles.
mcpbundles_hub_add_credential
Add a new provider credential to your Hub.
mcpbundles_hub_update_credential
Update an existing provider credential.
mcpbundles_hub_remove_credential
Remove a provider credential from your Hub.
mcpbundles_hub_search_providers
Search available providers across your enabled bundles.
mcpbundles_hub_get_provider_info
Get detailed information about a specific provider.
mcpbundles_hub_list_provider_tools
List tools available from a specific provider.
mcpbundles_hub_get_account_info
View your Hub account details.
mcpbundles_hub_get_usage_stats
Check API usage statistics for your Hub account.