MCP-Saptiva
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| SAPTIVA_API_KEY | Yes | Your Saptiva API key, obtainable from Saptiva Lab (https://lab.saptiva.com/) |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {} |
| prompts | {} |
| resources | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| saptiva_chatC | Send a chat completion request to Saptiva AI models. Supports multiple models including Saptiva Turbo (fast), Cortex (reasoning), Legacy (tool-compatible), and more. |
| saptiva_reasonA | Use Saptiva Cortex for complex reasoning tasks. Shows the model's chain-of-thought reasoning process along with the final answer. Best for math, logic, analysis, and multi-step problems. |
| saptiva_ocrB | Extract text from images using Saptiva OCR model. Supports both URLs and base64 encoded images. Great for document processing, receipt scanning, and image text extraction. |
| saptiva_embedB | Generate semantic embeddings for text using Saptiva Embed model. Useful for similarity search, clustering, and RAG applications. |
| saptiva_batch_embedA | Generate embeddings for multiple texts at once. More efficient than calling saptiva_embed multiple times. |
| saptiva_list_modelsB | List all available Saptiva AI models with their capabilities, descriptions, and pricing. |
| saptiva_helpA | 🎓 GUÍA PARA PRINCIPIANTES - Muestra ejemplos de peticiones y respuestas de la API de Saptiva. Temas disponibles:
|
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| code_review | Review code for bugs, improvements, and best practices |
| explain_concept | Explain a technical concept in simple terms |
| write_documentation | Generate documentation for code or APIs |
| debug_help | Help debug an error or issue |
| mexican_legal | Get help with Mexican legal and regulatory context using Saptiva KAL |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| Saptiva Models | List of available Saptiva AI models and their capabilities |
| Saptiva Pricing | Pricing information for Saptiva models (per million tokens) |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/LaraArias/MCP-Saptiva'
If you have feedback or need assistance with the MCP directory API, please join our Discord server