Presets
Every ships as the first preset: setEVERY_MCP_URL on the API and it appears in the catalog ready for one-click OAuth (discovery, dynamic client registration, PKCE). Once connected, the agent can work with your clients, proposals, and invoices — for example drafting a speaking-fee proposal for a confirmed speaker.
Custom servers
Add custom server accepts any MCP server speaking Streamable HTTP, with three auth modes:- OAuth — standard MCP OAuth discovery, exactly like the preset flow
- Bearer token — validated with a live
initialize+list_toolsping before the connector is accepted - None — for internal, network-trusted servers
Runtime behavior
Connected tools surface to the agent asmcp__<connector>__<tool>. Read-style tools run freely; every external mutation passes the same inline Approve/Deny gate as native sensitive actions, with the connector named on the approval card. One unreachable connector never blocks the rest of the chat — the agent notes it and continues.
