Skip to content
Whooshly documentation Product guides / English
Home/Docs/MCP quickstart
Agents & API / Core

Connect Whooshly to an AI agent

Connect an MCP client through OAuth or create a manual token for a local agent workflow.

Choose the authentication path

The remote MCP endpoint is https://app.whooshly.co/api/mcp. Clients that support remote OAuth can connect by URL. For local or header-based clients, create a manual token in Agent access.

Create a manual token

  1. Open Connect an AI agentGo to Agent access in the dashboard.
  2. Enter a Token labelName the client or machine so it can be identified later.
  3. Create tokenCopy it immediately. For security, the full token is shown only once.
  4. Add the MCP serverUse the generated command or send the token as an Authorization Bearer header.
claude mcp add --transport http whooshly https://app.whooshly.co/api/mcp --header "Authorization: Bearer <token>"

Manage access

Agent operations remain gated by the same account plan and ownership rules as the dashboard. Give each client its own label and revoke a token or OAuth client when it is no longer used.

Was this helpful?