Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@MCP-Saptivause Saptiva Cortex to solve this complex logic puzzle"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
MCP-Saptiva
An MCP (Model Context Protocol) server for interacting with Saptiva AI's LLMs and tools.
Features
Chat Completions: Access Saptiva's various LLM models
Reasoning: Chain-of-thought reasoning with Saptiva Cortex
OCR: Extract text from images using Saptiva OCR
Embeddings: Generate semantic embeddings for text
Help System: Built-in documentation and examples
Available Tools
Tool | Description |
| Send chat completion requests to Saptiva AI models |
| Complex reasoning with chain-of-thought (Cortex model) |
| Extract text from images using vision model |
| Generate semantic embeddings for text |
| Batch embedding generation for multiple texts |
| List all available models with pricing |
| Built-in documentation and examples |
Help Topics
Use saptiva_help with these topics:
Topic | Description |
| Getting started with Saptiva API |
| Complete chat request/response example |
| Using Cortex for reasoning |
| Extracting text from images |
| Generating embeddings |
| List of all available tools |
| cURL commands for terminal |
| Saptiva Agents SDK documentation |
Available Prompts
Prompt | Description |
| Review code for bugs and improvements |
| Explain technical concepts at different levels |
| Generate documentation for code |
| Help debug errors and issues |
| Mexican legal/regulatory questions (uses KAL model) |
Available Models
Model | Best For | Tools Support | Pricing (per M tokens) |
Saptiva Turbo | Fast responses, high concurrency | Yes | $0.20 / $0.60 |
Saptiva Cortex | Reasoning tasks with chain-of-thought | Yes | $0.30 / $0.80 |
Saptiva Ops | Complex cases, RAG, web search | No | $0.20 / $0.60 |
Saptiva Legacy | Compatibility with legacy tools | Yes | $0.20 / $0.60 |
Saptiva OCR | Document text extraction, vision | No | $0.15 / $0.50 |
Saptiva Embed | Semantic vectorization | N/A | $0.01 / - |
Saptiva KAL | Mexico-specific context | Yes | $0.20 / $0.60 |
Installation
Configuration
Copy
.env.exampleto.env:cp .env.example .envAdd your Saptiva API key to
.env:SAPTIVA_API_KEY=your_api_key_hereGet your API key from Saptiva Lab
Usage with Claude Desktop
Add to your Claude Desktop MCP configuration:
macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
Quick Examples
Chat
Reasoning
OCR
Embeddings
Resources
The server exposes two resources:
saptiva://models- List of all models with capabilitiessaptiva://pricing- Pricing information for all models
Development
Related Projects
Saptiva Agents SDK - Python framework for building AI agents
PyPi Package -
pip install saptiva-agents
Links
License
MIT