From 66e27512cdff364f2ac27f69c4962c6c12fde322 Mon Sep 17 00:00:00 2001 From: charitra-prem Date: Tue, 30 Jun 2026 02:38:53 +0530 Subject: [PATCH] added mcp redirect URL --- features/mcp.mdx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/features/mcp.mdx b/features/mcp.mdx index ea3924a..bf11dba 100644 --- a/features/mcp.mdx +++ b/features/mcp.mdx @@ -10,6 +10,10 @@ You paste the URL. Fluso handles the sign-in. From the next message on, every ch If a service is already in [Connectors](/features/connectors), use that. It's vetted, the scopes are tuned, and you skip a step. MCP is for everything else. + +Looking to connect to third party? Use this redirect URL: https://api.fluso.ai/v1/mcp-oauth/callback + + ## How it works When you connect a server, Fluso checks what kind of sign-in it uses, asks you for exactly that, and stores the result encrypted on the backend. Sign-in happens in a popup on the server's own login page, like Gmail or Slack. After that, the runtime fetches a fresh token from the backend whenever a tool needs one.