MCP server
Connect any MCP client (Claude Desktop, Cursor) to a single endpoint that exposes a chat tool for your employees.
Connection
| Name | Type | Required | Description |
|---|---|---|---|
URL |
string | no | https://sistava.com/api/mcp/ (trailing slash required) |
Transport |
string | no | Streamable HTTP (JSON-RPC) |
Authorization |
header | no | Bearer sk-your-api-key |
Request - Claude Desktop
{
"mcpServers": {
"sistava": {
"url": "https://sistava.com/api/mcp/",
"headers": {
"Authorization": "Bearer sk-your-api-key"
}
}
}
}
Request - CLI
npx mcp-remote \
--url https://sistava.com/api/mcp/ \
--header "Authorization: Bearer sk-your-api-key"
Concepts and walkthrough: https://sistava.com/en/guide/channels/mcp-server
API reference index: https://sistava.com/en/docs