cor-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| COR_API_KEY | No | Your COR API key for client credentials authentication. | |
| COR_CLIENT_SECRET | No | Your COR client secret for client credentials authentication. |
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 | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| cor_loginA | Authenticate with COR using email and password. Call this if COR_API_KEY + COR_CLIENT_SECRET are not configured. Stores the access token in memory for the current session. |
| cor_list_projectsA | Lista los proyectos de COR con paginación. / List COR projects with pagination. Use this to browse all projects, optionally filter by name. |
| cor_get_projectA | Obtiene un proyecto de COR por su ID. / Get a COR project by its ID. Returns full project details including status, health, client, and team. |
| cor_create_projectB | Crea un nuevo proyecto en COR. / Create a new project in COR. Requires a project name. Optionally assign a client and team. |
| cor_update_projectA | Actualiza un proyecto existente en COR. / Update an existing COR project. Only provide the fields you want to change. |
| cor_list_tasksA | Lista las tareas en COR con paginación opcional. / List tasks in COR with optional pagination. Can filter by project ID to see tasks within a specific project. |
| cor_get_taskA | Obtiene el detalle completo de una tarea de COR por su ID. / Get full details of a COR task by ID. Includes status, priority, assignees, hours, and more. |
| cor_create_taskB | Crea una nueva tarea en COR dentro de un proyecto. / Create a new task in COR within a project. Requires a name and projectId. Optionally set status, priority, assignee, and due date. |
| cor_update_taskA | Actualiza una tarea existente en COR. / Update an existing COR task. Only provide the fields you want to change. Useful for changing status, priority, assignee, etc. |
| cor_list_hoursA | Lista las horas registradas en COR. / List logged hours in COR. Can filter by a specific date. Returns time entries with task, project, and user info. |
| cor_log_hoursB | Registra horas trabajadas en COR para una tarea. / Log worked hours in COR for a task. Requires taskId, hours, and date. Optionally add a description. |
| cor_list_clientsA | Lista los clientes en COR. / List clients in COR. Returns all clients with their contact info. Optionally search by name. |
| cor_get_clientB | Obtiene los detalles de un cliente de COR por su ID. / Get COR client details by ID. |
| cor_list_teamsA | Lista los equipos en COR. / List teams in COR. Returns all teams. Useful for finding the teamId needed when creating or filtering projects. |
| cor_get_teamA | Obtiene los detalles de un equipo de COR por su ID. / Get COR team details by ID. Includes team name and associated metadata. |
| cor_list_usersA | Lista los usuarios en COR. / List users in COR. Returns team members. Optionally search by name. Useful for finding userId when assigning tasks. |
| cor_get_userB | Obtiene el perfil de un usuario de COR por su ID. / Get a COR user profile by ID. |
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/JoseCortezz25/cor-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server