Connect Your Agent
The public MCP server is planned as a remote Streamable HTTP endpoint.
Planned endpoint:
text
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.
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
- The agent client discovers the MCP protected resource metadata.
- The user signs in with Saviqo/Supabase Auth.
- The user reviews requested access in a Saviqo consent screen.
- The agent receives scoped access to approved MCP toolsets.
- Sensitive or high-risk changes use preview-and-apply flows.