Skip to content

MCP Overview

Saviqo's public MCP server is a protected Streamable HTTP remote server for agent clients.

Yes. Saviqo provides a protected Streamable HTTP MCP server so compatible AI agents can connect to Saviqo with authentication and user-controlled permissions.

Primary target:

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

The initial implementation is read-first. Write tools will be added only after preview-and-apply flows, idempotency, and audit logging are production-ready.

Remote clients such as ChatGPT should use the OAuth consent flow instead of manual copied session tokens. Saviqo issues refreshable MCP tokens to approved clients and lets users revoke connected agents from the web app.

For the single public setup guide, see Connect Saviqo to ChatGPT or any MCP client.

Agent Skills

Saviqo's public MCP server is designed to work with the published Saviqo agent skills repository:

github.com/rakeshbhatt10/saviqo-agent-skills

Those skills package repeatable workflows on top of MCP tools, resources, and prompts. They do not replace MCP authorization, application services, or Supabase RLS; they only guide agent behavior.

Saviqo public documentation