The dynamic toolbox is available publicly as a streamable HTTP server available at https://mcp.tollbit.dev/mcp.

Choosing a Toolbox

If you’d like to connect to the remote server using a specific toolbox, you can replace the mcp path with the toolbox id that you’d like to use, for example https://mcp.tollbit.dev/tbx_f3ekqir2bch2g7angxjwle1e/.

For application-specific instructions, you can include a flag --toolbox-id to specify a toolbox id to connect to.

SSE Support

We also host SSE compatible endpoints for the toolbox at https://mcp.tollbit.dev/:toolboxId/sse.

Local Servers

We host an NPM package for a small stdio server that you can start locally to integrate with any applications that do not support Streamable HTTP or SSE transports yet.

Application Setup Guides

To start the stdio server, you can run the following command:

npx @tollbit/mcp-toolbox --api-key $YOUR_API_KEY_HERE

You can also include a command line flag --toolbox-id to specify a toolbox id to connect to. This is useful for having different sets of tools available to multiple agents/applications.

Are we missing steps for your favorite application? Shoot us an email, or ping us in our Discord Community!