Skip to main content
Integrations let your agent take actions—not just answer questions.

Server-Side Tools

These are tools that run on a server. The agent calls them, they execute, and results come back.
TypeBest forSetup
Envoy CLIAny backend — auto-generates and hosts an MCP servernpx @usecrow/envoy
Connect Your MCP ServerYou already have an MCP server deployedEnter URL in dashboard
OpenAPIYou have an OpenAPI/Swagger specUpload spec file
Start with Envoy if you don’t have an MCP server yet. It reads your code and generates one for you.

Client-Side Tools

Tools that run in the user’s browser. The agent calls them, the widget executes them locally.
TypeBest for
Client-Side ToolsBrowser actions (navigation, UI updates, local data)
Tool RenderersCustom UI for tool results (charts, tables)

External MCP Servers

Third-party MCP servers that you connect to (not your own backend).
TypeBest for
MCP ServersThird-party services (Notion, databases, etc.)

Example Actions

Server-Side (OpenAPI or MCP):
  • Check order status
  • Create support tickets
  • Look up customer info
  • Process refunds
Client-Side:
  • Navigate to a page
  • Open a modal
  • Copy text to clipboard
External MCP:
  • Search Notion pages
  • Query external databases