Decryption key:
Pitchbar - Self-hosted SaaS Sales AI Widget for Any Website v2.1.0
= New: MCP tool servers
Agents can now call tools hosted on external
Model Context Protocol servers — your order system, your CRM, your internal API, anything that speaks MCP. Register a server once per workspace, discover its tools, and grant them per agent.
- Server registry — endpoint plus credentials, with the JSON-RPC handshake and server info handled for you. Credentials are encrypted at rest and never rendered back into the UI.
- Per-agent tool grants — discovered tools are listed with their schemas, and each agent gets an explicit allow-list, so a server shared across a workspace never exposes every tool to every agent.
- Safety rails — a remote tool is untrusted input: arguments are sanitised before dispatch, output is truncated before it reaches the prompt, and every server sits behind a circuit breaker that trips on repeated failures instead of stalling the visitor’s turn.
- Activity log — every call recorded with arguments, result size, duration and outcome, viewable per agent, pruned on a schedule.