Use the MCP URL with any client, or install the CLI for terminal-first workflows
Add one URL to Claude, Cursor, ChatGPT, VS Code, or any MCP client. All your enabled MCP servers appear as tools instantly.
https://mcp.mcpbundles.com/hub/Two commands and your AI coding agent has access to every tool. Auto-generates a SKILL.md so your AI knows how to use them.
mcpbundles call <tool>Tool overload kills AI performance. The Hub solves it — your AI discovers tools on-demand and writes code to orchestrate them.
AI starts with server discovery through discover_mcp_servers and list_connected_mcp_servers. It chooses a server before listing tools — never sees 1,000+ tools at once.
AI writes Python using code_execution to chain tools across MCP servers — processing hundreds of records in a single call.
The code runs behind the scenes. You get the answer — "7 deals need attention" — not 200 raw records dumped in chat.
These are the meta-tools your AI uses to discover, execute, and manage everything in your workspace. MCP server tools (HubSpot, Stripe, etc.) are accessed through code_execution after choosing a server.
discover_mcp_serversBrowse the full catalog of available MCP servers
describe_toolGet the full schema and description for any tool
code_executionWrite and execute Python to chain tools across MCP servers — process hundreds of records in one call
get_agentsList your configured agents
list_agent_runsView run history for an agent
upsert_agentCreate or update an agent configuration
upsert_agent_skillAttach a skill to an agent
delete_agentRemove an agent
delete_agent_skillRemove a skill from an agent
trigger_agent_runKick off an agent run
list_connected_mcp_serversList your enabled MCP servers and their tools
connect_mcp_serverAdd a remote MCP server or REST API, or enable / configure / compose servers
turn_off_mcp_serverTurn off a server but keep saved credentials and settings
remove_mcp_server_from_workspaceRemove a shared catalog server from the workspace
delete_private_mcp_serverDelete a private MCP server you created or imported
test_connected_mcp_serverRun validation checks on a server's configuration
health_checkConfirm the Hub is running and responsive
list_tool_executionsView your tool execution history
list_credentialsList configured credentials
upsert_credentialAdd or update API keys and OAuth tokens
delete_credentialRemove a stored credential
get_workspace_usageView workspace usage and plan limits
publish_mcp_serverPublish a workspace-connected MCP server, using same-domain email or a proof token
start_publish_ownership_verificationStart well-known email proof when same-domain publishing is not available
complete_publish_ownership_verificationComplete well-known email proof and receive a publish token
edit_published_mcp_serverUpdate a published server's directory metadata and skill content
refresh_published_mcp_server_metadataRefresh a published server's tool, auth, and transport metadata
score_published_mcp_serverRun quality scoring for a published server's tools and skill content
check_published_mcp_server_claimSee whether a directory listing can be claimed
start_mcp_server_claimStart ownership proof for an existing published server
complete_mcp_server_claimComplete ownership proof and claim a published server
archive_published_mcp_serverHide a published server without deleting its history
republish_mcp_serverRestore an archived server to the public directory
delete_published_mcp_serverPermanently delete a published server listing
When you run mcpbundles init, it writes a SKILL.md into your project. Your AI agent immediately knows how to discover and use 10,000+ tools — no prompt engineering required.
Discovery workflow, argument formats, rules for tool names with hash suffixes
Key=value, typed JSON with :=, from file, from stdin
Reusable Python script templates for discovery, chaining, and bulk operations
Auto-generated by mcpbundles init — teaches your AI the discovery-first workflow for 10,000+ tools.
Tools are organized into MCP servers (e.g. stripe, hubspot-crm). mcpbundles tools shows hub meta-tools only. Use --server <slug> for service tools.
For complex/nested JSON, use exec -f to avoid shell quoting:
Register any REST API with connect_mcp_server using base_url instead of server_url. Creates provider + MCP server + credential with one api_request tool. Auth is auto-injected.
auth_type: bearer (default), header, query_param, basic, none.
"Which deals have gone cold and have support issues?" AI checks HubSpot deals, cross-references your ticketing system, and tells you exactly which 7 need attention.
"What topics should I write about?" AI pulls traffic data, identifies top performers, checks keyword opportunities in Ahrefs, and gives specific topic recommendations.
"Flag accounts with declining engagement." AI identifies top accounts by revenue, pulls engagement metrics, checks support history, and ranks by risk.
"Process all unresolved support tickets." Your coding agent writes a script that fetches tickets, categorizes them, updates the CRM, and Slacks the team — all from your terminal.
Use focused MCP servers for everyday tasks, switch to the Hub when you need to combine data across services.
Connect a specific MCP server to your client. AI sees only the 5-15 tools it needs — fast, reliable, no confusion.
One endpoint, all your MCP servers. AI discovers tools on-demand and writes code to chain them — returns insights, not data dumps.