Connect Your Agent
The public MCP server is a protected remote Streamable HTTP endpoint.
Endpoint:
https://api.saviqo.in/mcpThe development path starts with read-only tools and expands to guarded write tools after audit logging, idempotency, and consent flows are in place.
Recommended OAuth Flow
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
- The agent client discovers the MCP protected resource metadata.
- The user signs in with Saviqo Auth.
- The user reviews requested access in a Saviqo consent screen.
- The agent receives scoped access and can refresh tokens until the user revokes the connection.
- Sensitive or high-risk changes use preview-and-apply flows.