TollBit adds just enough infrastructure to make MCP calls production-ready while keeping the mental model simple:
Dynamic Toolbox – a lightweight client that lives inside the agent. It pulls the catalog from TollBit and packages every MCP request in the correct JSON format.
Discovery API – a read‑only endpoint that returns the full catalog in this initial release. Agents call it once and cache the response. Tag/keyword filters and pagination will come later.
Gateway – the single doorway into every tool. It checks each request, injects any secret keys the server needs, forwards the call, and records a log. In future releases it will also validate a TollBit token and meter usage for billing.
MCP Servers – stateless HTTP services that do the real work. In this release, all MCP servers run on TollBit’s infrastructure, and every call flows through our Gateway, giving you centralized auth, logging, and (soon) billing without changing server code.
That’s all there is – catalog in, JSON out. When token auth and billing switch on, they’ll slot into the Gateway without changing how you call a tool.