Evaluar MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| EVALUAR_API_URL | Yes | Base URL for the Evaluar API. | https://apis.evaluar.com |
| EVALUAR_AUTH_URL | Yes | Auth URL for Evaluar authentication token. | https://auth.evaluar.com/auth/realms/evcore/protocol/openid-connect/token |
| EVALUAR_CLIENT_ID | Yes | Client ID for the Evaluar application. | evcap |
| EVALUAR_GRAPHQL_URL | Yes | GraphQL endpoint for Evaluar services. | https://apis.evaluar.com/v2/graphql |
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 |
|---|---|
| auth_loginB | Authenticate with Evaluar using username and password. Returns success status and masked token info. |
| auth_refreshA | Refresh the authentication token. Use this when the current token is about to expire. |
| company_listA | List all companies available for the authenticated user. Must be logged in first. |
| company_selectA | Select the active company to work with. Use company_list first to see available options. |
| position_searchB | Search for positions by name. Returns top 10 matching active positions sorted by creation date. |
| process_createA | Create a new eTalent process in DRAFT status. Returns the process ID for subsequent operations. |
| process_assign_positionA | Associate a position with an existing eTalent process. Get position details from position_search first. |
| process_launchB | Launch an eTalent process. The process must have a position assigned first. Returns the summary URL. |
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/yarmijosp94/evaluar-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server