Skip to content

Connect Your Agent

The public MCP server is a protected remote Streamable HTTP endpoint.

Endpoint:

text
https://api.saviqo.in/mcp

The development path starts with read-only tools and expands to guarded write tools after audit logging, idempotency, and consent flows are in place.

For ChatGPT and other remote MCP clients, add the Saviqo MCP endpoint and let the client open the Saviqo authorization screen. Sign in, review the requested scopes, and approve access. The client receives refreshable MCP tokens, so it can renew access without asking you to paste a new one-hour session token.

ChatGPT and generic OAuth-capable MCP setup is documented here:

Connect Saviqo to ChatGPT or any MCP client

Manual Token Fallback

In the Saviqo web app, open Settings > Connected Agents and select Generate Manual MCP Token. The page creates a short-lived bearer token from your current signed-in Supabase session.

Copy the token immediately and use it only with trusted local bridges. The token expires with your current session and the first implementation is read-only.

Expected Flow

  1. The agent client discovers the MCP protected resource metadata.
  2. The user signs in with Saviqo Auth.
  3. The user reviews requested access in a Saviqo consent screen.
  4. The agent receives scoped access and can refresh tokens until the user revokes the connection.
  5. Sensitive or high-risk changes use preview-and-apply flows.

Saviqo public documentation