MCPMarketDocs
Toolkits

What are toolkits

Bundle tools from multiple MCP servers into a single custom endpoint.

A toolkit is a custom collection of tools pulled from multiple MCP servers. Instead of connecting to each server separately, you can bundle exactly the tools you need, from any combination of your connected servers, into a single MCP endpoint.

Why use a toolkit?

Toolkits are useful in a few specific situations:

  • You only need specific tools from multiple servers. Rather than expose all tools from several servers, you can pick just the ones you need.
  • You want a focused set of tools for a particular workflow. For example, a "content-creation toolkit" with writing tools from one server and image generation from another.
  • You want to restrict what tools your teammates and agents can call. Expose only a read-only subset of an MCP server, instead of every tool it ships with.

How toolkits work

A toolkit has a name, a slug, and a set of sources (MCP server deployments) it pulls tools from. You pick the specific tools you want from each source and can give them aliases for clarity. The toolkit exposes a single MCP endpoint. The tools stay linked to their original sources, so if a source changes or goes away, the toolkit reflects that.

On this page