Skip to content

Connect Your Agent

The public MCP server is planned as a remote Streamable HTTP endpoint.

Planned 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.

Create a Token

In the Saviqo web app, open Settings > Connected Agents and select Generate 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 MCP hosts. 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/Supabase Auth.
  3. The user reviews requested access in a Saviqo consent screen.
  4. The agent receives scoped access to approved MCP toolsets.
  5. Sensitive or high-risk changes use preview-and-apply flows.

Saviqo public documentation