Connecting
Add Swan to your agent as a remote MCP server:- Endpoint:
https://mcp.getswan.com/mcp - Auth: OAuth — your agent’s MCP client discovers Swan’s authorization server automatically and walks you through logging in as your Swan user. No API keys.
- If you belong to more than one Swan org, an org-scoped endpoint pins the connection:
https://mcp.getswan.com/mcp/org/<orgId>.
What your agent can do
The server exposes four tools:send-message— start a new Swan conversation or continue one. This is the workhorse: research, enrichment, CRM work, drafting or sending outreach, building sequences, managing triggers — anything you could ask Swan in chat.get-conversation— fetch a conversation’s current state and any pending approvals. Swan’s latest message is included once the run has finished or is paused on an approval; while a run is still in progress this returns status only, without a message body.list-conversations— find recent conversations to continue prior work.cancel-conversation— stop queued or running work.
send-message waits for Swan to finish by default (up to 30 seconds). If the work takes longer, it returns a status instead — what phase the run is in, when to check back, and a short-lived status URL (valid 15 minutes) — and your agent polls or calls get-conversation for the final result. Swan’s runs can take minutes for substantial work; the tool descriptions your agent sees explain this flow, so well-behaved agents handle it without special setup.
Approvals still apply
If Swan hits an action that needs human sign-off — the same approval gates as anywhere else — the conversation pauses with pending tool approvals. Your agent reviews them viaget-conversation and passes an explicit approve or reject decision for each back through send-message. An external agent never silently bypasses the confirmations you’d get in the app.
Limits
- Up to 5 active conversations at a time per connection.
- Requests are rate-limited (currently 250 per minute) — far above what a normal agent conversation generates.
- Runs started this way follow the same run mechanics and consume credits exactly like chat.