Dossin MCP Server
OfficialServer Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| BACKEND_URL | No | The URL of the Dossin backend API | http://localhost:3000/api |
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 | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_database_schemaC | DOSSIN - Sistema de Gestión de Cargas Agrícolas Sistema integral para el sector agropecuario que administra:
Base de datos MySQL con operaciones del sistema. GENERACIÓN DE COMPONENTES REACT - REGLAS OBLIGATORIAS: ⚠️ SIEMPRE genera componentes React para consultas/visualizaciones de datos. 1. PRINCIPIO ATÓMICO:
2. DOS TIPOS DE COMPONENTES - ARTEFACTO vs COMPONENTE DOSSIN: 📱 ARTEFACTO DE CLAUDE (Para mostrar en el chat):
🔧 COMPONENTE DOSSIN (Para compile_and_save_component):
3. CÓDIGO COMPLETO Y FUNCIONAL:
4. LIBRERÍAS SIN RESTRICCIONES:
RECORDATORIOS CRÍTICOS:
Obtiene el schema completo de la base de datos MySQL incluyendo tablas, columnas, tipos de datos, relaciones (foreign keys), índices y constraints. CUÁNDO USAR:
RETORNA: JSON con estructura completa de la base de datos. |
| execute_queryA | Ejecuta consultas SQL SELECT en la base de datos de Dossin. DATOS DISPONIBLES:
MEJORES PRÁCTICAS: ✅ Usa parámetros (?) para valores dinámicos ✅ Obtén el schema primero si no conoces la estructura ✅ Limita resultados con LIMIT cuando sea apropiado ✅ Usa CURDATE() para fecha actual ⛔ Solo consultas SELECT permitidas EJEMPLO: query: "SELECT * FROM turnos WHERE fecha >= CURDATE() LIMIT 10" params: [] |
| compile_and_save_componentA | Envía un COMPONENTE DOSSIN al backend para compilación remota a HTML standalone. 🔐 AUTENTICACIÓN OBLIGATORIA: ⚠️ ANTES de llamar a esta tool, DEBES preguntar al usuario por su token de autenticación. ❗ El token es REQUERIDO para la compilación en el backend. FLUJO OBLIGATORIO:
⚠️ CRÍTICO - DIFERENCIA ENTRE ARTEFACTO Y COMPONENTE DOSSIN: 📱 ARTEFACTO DE CLAUDE (NO compilar):
🔧 COMPONENTE DOSSIN (SÍ compilar):
TRANSFORMACIÓN REQUERIDA (Artefacto → Componente Dossin):
COMPILACIÓN EN BACKEND:
RESULTADO:
CUÁNDO USAR:
|
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
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/dossincargas/dossin__mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server