Kopern
@kopern/mcp-server
32 herramientas de agentes de IA para Claude Code, Cursor, Windsurf y cualquier cliente MCP.
Construye, prueba, califica y despliega agentes de IA, todo desde tu terminal o IDE.
Inicio rápido
Claude Code
claude mcp add kopern -- npx -y @kopern/mcp-serverLuego configura tu clave API:
export KOPERN_API_KEY=kpn_your_key_hereConfiguración manual
Añádelo a tu .mcp.json (proyecto) o ~/.claude/settings.json (global):
{
"mcpServers": {
"kopern": {
"command": "npx",
"args": ["-y", "@kopern/mcp-server"],
"env": {
"KOPERN_API_KEY": "kpn_your_key_here"
}
}
}
}Cursor / Windsurf
Añádelo a tus ajustes de MCP:
{
"mcpServers": {
"kopern": {
"command": "npx",
"args": ["-y", "@kopern/mcp-server"],
"env": {
"KOPERN_API_KEY": "kpn_your_key_here"
}
}
}
}HTTP transmitible (sin instalación)
Si tu cliente admite transporte MCP HTTP directamente:
{
"mcpServers": {
"kopern": {
"type": "http",
"url": "https://kopern.ai/api/mcp/server",
"headers": {
"Authorization": "Bearer kpn_your_key_here"
}
}
}
}Related MCP server: Google Analytics MCP Server
Obtén tu clave API
Ve a kopern.ai e inicia sesión
Navega a Settings > API Keys
Haz clic en Generate API Key
Copia la clave
kpn_...
Dos tipos de claves:
Clave a nivel de usuario — acceso a las 30 herramientas de la plataforma (CRUD de agentes, calificación, plantillas, etc.)
Clave vinculada al agente — acceso a las 32 herramientas, incluyendo
kopern_chatykopern_agent_info
Herramientas (32)
Gestión de agentes (8 herramientas)
Herramienta | Descripción |
| Crea un nuevo agente con prompt del sistema, modelo, habilidades y herramientas |
| Obtiene la configuración completa y metadatos del agente |
| Actualiza el prompt del sistema, modelo, dominio o herramientas integradas del agente |
| Elimina permanentemente un agente |
| Lista todos tus agentes con puntuaciones y versiones |
| Envía un mensaje a un agente (con llamada a herramientas) |
| Obtiene metadatos del agente (solo con clave vinculada al agente) |
| Despliega desde 37 plantillas listas para usar (BTP, Legal, E-commerce...) |
Calificación y optimización (6 herramientas)
Herramienta | Descripción |
| Califica un prompt del sistema frente a casos de prueba integrados |
| Crea una suite de pruebas reutilizable con casos |
| Ejecuta una suite de calificación, obtiene puntuaciones + notas de mejora |
| AutoTune — optimización iterativa de prompts (usa notas de mejora) |
| Obtiene resultados detallados + notas de mejora para una ejecución de calificación |
| Lista el historial de puntuaciones de una suite |
Equipos y tuberías (4 herramientas)
Herramienta | Descripción |
| Crea equipos multi-agente (paralelos, secuenciales, condicionales) |
| Ejecuta un equipo con un prompt |
| Crea tuberías de varios pasos con mapeo de entrada |
| Ejecuta una tubería secuencialmente |
Conectores (7 herramientas)
Herramienta | Descripción |
| Despliega un widget de chat integrable |
| Conecta un bot de Telegram |
| Conecta WhatsApp Business |
| Conecta a un espacio de trabajo de Slack |
| Configura webhooks de entrada/salida |
| Conecta Gmail u Outlook |
| Conecta Google Calendar o Microsoft Calendar |
Sesiones y memoria (3 herramientas)
Herramienta | Descripción |
| Lista sesiones de conversación con métricas |
| Obtiene detalles completos de la sesión (eventos, llamadas a herramientas, tokens) |
| CRUD de memoria del agente (recordar, recuperar, olvidar, listar) |
Utilidades (4 herramientas)
Herramienta | Descripción |
| Explora 37 plantillas (28 generales + 9 verticales) |
| Genera un informe de cumplimiento de la Ley de IA de la UE |
| Uso de tokens, coste, desglose por agente |
| Exporta el agente como JSON portátil |
| Importa un agente desde un JSON exportado |
Ejemplos
Crea un agente desde tu terminal
> Use kopern_create_agent to create a customer support agent for my SaaS productCalifica un prompt
> Use kopern_grade_prompt to test my system prompt with these cases:
- "What's your refund policy?" should mention "30-day guarantee"
- "Can I cancel?" should be empathetic and provide stepsDespliega una plantilla
> Use kopern_list_templates to show me business templates, then deploy the "restaurant" oneCalifica y mejora
> Run kopern_run_grading on my agent — it will return scores AND improvement notes.
Then run kopern_run_autoresearch to optimize using those suggestions automatically.Flujo de trabajo completo
> Create an agent, add a grading suite with 5 test cases, run grading,
then run autoresearch to optimize the prompt to 90%+ scoreVariables de entorno
Variable | Requerido | Predeterminado | Descripción |
| Sí | — | Tu clave API de Kopern ( |
| No |
| URL de endpoint personalizada |
Arquitectura
Este paquete es un puente ligero de stdio a HTTP. Recibe mensajes JSON-RPC en stdin desde tu cliente MCP, los reenvía al endpoint HTTP transmitible de Kopern y devuelve las respuestas en stdout.
Claude Code ──stdin──> @kopern/mcp-server ──HTTP──> kopern.ai/api/mcp/server
<──stdout── <──JSON──El servidor Kopern maneja todos los métodos del protocolo MCP (initialize, tools/list, tools/call, ping). Cero dependencias — solo Node.js 18+ y fetch.
Enlaces
Licencia
MIT
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
AlicenseBqualityAmaintenanceA Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.4244,588,71336,349Apache 2.0- AlicenseAqualityAmaintenanceOfficial Google Analytics MCP Server92,949Apache 2.0
- AlicenseDqualityCmaintenanceAI-native orchestration layer with 80+ tools for task management, code editing, browser automation, terminal control, and persistent memory across CLI, local MCP, and cloud deployments.691131ISC
- AlicenseNot gradedqualityDmaintenanceBringing the debugging we know and love as human programmers to our AI agents – debug any supported language with breakpoints, variable/state inspection, and stepping, to supercharge agents' capabilities to reason about runtime code.20Apache 2.0
Related MCP Connectors
Build, validate, and deploy multi-agent AI solutions from any AI environment.
Create and manage AI agents that collaborate and solve problems through natural language interacti…
The agent-native cloud: database, functions, AI, storage, computers. 50 tools, one API key.
Appeared in Searches
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/berch-t/kopern'
If you have feedback or need assistance with the MCP directory API, please join our Discord server