Evaluar MCP Server
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., "@Evaluar MCP ServerLaunch a new eTalent recruitment process for a Sales Advisor"
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.
Evaluar MCP Server
MCP Server para lanzar procesos eTalent en Evaluar desde tu IDE.
Requisitos
Node.js >= 18
Cuenta de Evaluar con credenciales válidas
Related MCP server: Jules MCP Server
Instalación
git clone https://github.com/YOUR_USERNAME/evaluar-mcp.git
cd evaluar-mcp
npm install
npm run buildConfiguración en Claude Code
Agrega la configuración en ~/.claude.json o en el archivo de configuración MCP de tu IDE:
{
"mcpServers": {
"evaluar": {
"command": "node",
"args": ["/ruta/absoluta/a/evaluar-mcp/dist/index.js"],
"env": {
"EVALUAR_AUTH_URL": "https://auth.evaluar.com/auth/realms/evcore/protocol/openid-connect/token",
"EVALUAR_API_URL": "https://apis.evaluar.com",
"EVALUAR_GRAPHQL_URL": "https://apis.evaluar.com/v2/graphql",
"EVALUAR_CLIENT_ID": "evcap"
}
}
}
}Tools Disponibles
Tool | Descripción |
| Autenticación con usuario/password |
| Refrescar token de autenticación |
| Listar empresas del usuario |
| Seleccionar empresa activa |
| Buscar positions por nombre |
| Crear proceso eTalent en DRAFT |
| Asociar position al proceso |
| Lanzar proceso y obtener URL summary |
Flujo de Uso
Autenticarse:
auth_logincon tus credencialesSeleccionar empresa (si tienes varias):
company_list→company_selectBuscar position:
position_searchcon el nombre del perfilCrear proceso:
process_createcon nombre descriptivoAsignar position:
process_assign_positioncon IDs del paso 3 y 4Lanzar:
process_launch→ obtener URL del summary
Ejemplo
Usuario: "Lanza un proceso eTalent para un asesor de ventas"
1. auth_login(username, password)
2. company_list() → seleccionar empresa
3. position_search("asesor ventas")
4. process_create(name: "Proceso eTalent - Asesor Ventas")
5. process_assign_position(processId, positionId, agencyId, departmentId)
6. process_launch(processId) → URL: https://app.evaluar.com/cap/process/etalent/{id}/summaryLicencia
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
- -licenseAquality-maintenanceEnables automation of Google Jules AI coding assistant through task creation, code review automation, repository management, and AI-powered development workflows. Supports multiple session modes including cloud deployment with persistent authentication.Last updated13
- Alicense-qualityFmaintenanceConnects AI coding assistants to the Jules API for autonomous coding sessions. Enables creating and managing coding sessions, GitHub integration, plan approval workflows, and real-time activity tracking directly from your IDE.Last updated146MIT
- AlicenseBqualityDmaintenanceIntegrates Tududi task management with AI development tools, enabling users to create, update, search, and organize tasks, projects, and areas directly from their IDE.Last updated95MIT
- Alicense-qualityDmaintenanceIntegrates with EasyProject API to manage projects, tasks, users, time tracking, and reporting via MCP protocol in editors like Cursor AI.Last updated291MIT
Related MCP Connectors
Connect to Atlassian Jira, Confluence, and Compass to search, create, and manage your work.
Control Unreal Engine to browse assets, import content, and manage levels and sequences. Automate…
Shortcut project management. Create, update, search stories and manage workflows.
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/yarmijosp94/evaluar-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server