Saaya, in every model you use.
The Model Context Protocol endpoint lets any MCP-compatible AI client query your Saaya workspace directly. No glue code, no shims.
A wire between your model and your platform.
MCP is an open protocol any AI client can speak. Saaya exposes one MCP endpoint at https://api.saaya.ai/mcp, your client connects, lists the tools it finds there, and starts calling them mid-conversation.
The model is yours. The conversation is yours. Saaya just becomes one of the things it can reach for.
Endpoint
https://api.saaya.ai/mcp
Transport
Served over HTTP on the same host as the REST API.
Toolset
Generated from the API's OpenAPI description, so it tracks the API rather than drifting from it.
Your platform, inside your prompts.
Summarize last week's sessions
"Pull the last 30 sessions and summarize the top three themes customers raised."
Draft prompt iterations from data
"Look at my top-performing inbound qualifier and write three variants tuned for healthcare."
Query KBs from your editor
"Search the Saaya knowledge base for the latest pricing tier, I'm wiring it into my checkout."
Surface campaign signals in one prompt
"Surface the bottom-quartile campaigns by answer rate and tell me what's common across them."
Hook Saaya into your client.
Add the server
Add the Saaya server to your client's MCP config. Restart the client, the tools light up automatically.
{
"mcpServers": {
"saaya": {
"url": "https://api.saaya.ai/mcp"
}
}
}Security
- The endpoint is served over TLS on the same host as the REST API.
- The toolset is derived from the API description, so it cannot expose an operation the API does not have.
- Saaya does not forward your data to a third-party model on its own.
Common questions
It is generated from the Saaya API's own OpenAPI description, not hand-written. That means the tools your client sees are the API operations that exist at the time it connects, and they stay in step with the API rather than drifting from it.
Bring Saaya into the model.
Drop the URL into your client and the Saaya API is one prompt away.
