DOCS
MCP reference
Getting started
| Server | MCP server URL |
|---|---|
| Auth | OAuth (mcp-auth). |
| Shape | A typed ops executor. Every op publishes its input and output schema, discoverable over the schema: op. |
Operations
Roughly 60 operations across these groups.
| Group | Operations | What it is for |
|---|---|---|
| browser: | navigate, request, runScript, screenshot, listTabs, listSessions, getCaptures, info | Drive the visitor's browser in their own session. The uncopyable surface. |
| session: | create, save, diff, validate, discard, get, list | Stage changes, diff and validate them, then save or discard. The safety model. |
| workflow: | create, update, run, validate, delete, get, list, addNode, replaceNode, removeNode, updateNode, addPath, removePath, updateConditions, replaceTrigger, listNodeDefinitions, getNodeDefinition | Build and edit whole workflows programmatically, with node definitions discoverable at runtime. |
| agent: | create, get, list, update, run, delete | Full agent lifecycle. |
| entity: | create, get, list, update, refresh, delete | CRUD over chatbot, campaign, variant, targetingRule, cardDefinition, bookingCalendar, connector, audience, conversionRule, campaignPage. |
| chat: | listThreads, getMessages, generateTestReply | Read conversations and generate a test reply without touching a live thread. |
| connection: | get, list, listForField | Inspect connected systems. |
| task: | list, get, complete, completeSubtask, skipSubtask, dismiss | Setup and onboarding tasks. |
| wiki: | search, index, get | Knowledge base access. |
| settings: | getMessenger, updateMessenger | Messenger configuration. |
| info: | me, overview, entity | Identity and account overview. |