MCP server for Atera RMM — customers, tickets, and more.
ATERA_API_KEYClave de APIobligatoriaAtera API key (X-Api-Key) for authenticating against the Atera REST API
Declarado por el autor en el registro oficial de MCP. Forge does not store, broker, or ever see these values — the config below is scaffolded with placeholders you fill in locally.
La verificación confirma la identidad del publicador (la propiedad del repo), no la seguridad del código. El análisis de seguridad cubre los CVE conocidos y los scripts de instalación sospechosos.
Leído del código que npm publica realmente, en el momento del análisis. El paquete nunca se ejecutó. Las herramientas registradas dinámicamente en tiempo de ejecución, o escondidas en código empaquetado o minificado, pueden pasarse por alto — así que esto es un mínimo de la superficie de herramientas, no un censo completo.
atera_navigateNavigate to a specific domain in Atera. Call this first to select which area you want to work with. After navigation, domain-specific tools will be available.Navigate to a specific domain in Atera. Call this first to select which area you want to work with. After navigation, domain-specific tools will be available.
No se publicó ningún esquema de entrada para esta herramienta.
atera_backReturn to domain selection. Use this to switch to a different area of Atera.Return to domain selection. Use this to switch to a different area of Atera.
No se publicó ningún esquema de entrada para esta herramienta.
atera_agents_listList agents (managed devices/endpoints) in Atera. Agents include servers, workstations, and Macs with the Atera agent installed. Returns device info including OS, IP addresses, online status, and hardware details.List agents (managed devices/endpoints) in Atera. Agents include servers, workstations, and Macs with the Atera agent installed. Returns device info including OS, IP addresses, online status, and hardware details.
No se publicó ningún esquema de entrada para esta herramienta.
atera_agents_getGet detailed information about a specific agent (device) by its ID. Returns full device profile including OS, hardware specs, and current status.Get detailed information about a specific agent (device) by its ID. Returns full device profile including OS, hardware specs, and current status.
No se publicó ningún esquema de entrada para esta herramienta.
atera_agents_get_by_machineGet agent information by machine name. Useful when you know the computer name but not the agent ID.Get agent information by machine name. Useful when you know the computer name but not the agent ID.
No se publicó ningún esquema de entrada para esta herramienta.
atera_alerts_listList alerts from monitored devices in Atera. Alerts indicate issues detected by monitoring thresholds on agents and devices.List alerts from monitored devices in Atera. Alerts indicate issues detected by monitoring thresholds on agents and devices.
No se publicó ningún esquema de entrada para esta herramienta.
atera_alerts_getGet detailed information about a specific alert by its ID. Returns full alert details including source, severity, and related device/agent info.Get detailed information about a specific alert by its ID. Returns full alert details including source, severity, and related device/agent info.
No se publicó ningún esquema de entrada para esta herramienta.
atera_alerts_by_agentList alerts for a specific agent (device). Useful for troubleshooting issues on a particular machine.List alerts for a specific agent (device). Useful for troubleshooting issues on a particular machine.
No se publicó ningún esquema de entrada para esta herramienta.
atera_alerts_by_deviceList alerts for a specific device (SNMP, HTTP, or TCP monitor). Useful for checking network device health.List alerts for a specific device (SNMP, HTTP, or TCP monitor). Useful for checking network device health.
No se publicó ningún esquema de entrada para esta herramienta.
atera_contacts_listList contacts across all customers in Atera. Contacts are people associated with customer companies who may submit tickets or receive communications.List contacts across all customers in Atera. Contacts are people associated with customer companies who may submit tickets or receive communications.
No se publicó ningún esquema de entrada para esta herramienta.
atera_contacts_getGet detailed information about a specific contact by their ID. Returns full contact profile including customer association and contact details.Get detailed information about a specific contact by their ID. Returns full contact profile including customer association and contact details.
No se publicó ningún esquema de entrada para esta herramienta.
atera_contacts_by_customerList contacts for a specific customer. Useful for finding who to contact at a particular company.List contacts for a specific customer. Useful for finding who to contact at a particular company.
No se publicó ningún esquema de entrada para esta herramienta.
atera_customers_listList customers (companies) in Atera with pagination. Returns customer details including name, address, contact info, and primary contact.List customers (companies) in Atera with pagination. Returns customer details including name, address, contact info, and primary contact.
No se publicó ningún esquema de entrada para esta herramienta.
atera_customers_getGet detailed information about a specific customer by their ID. Returns full customer profile including primary contact.Get detailed information about a specific customer by their ID. Returns full customer profile including primary contact.
No se publicó ningún esquema de entrada para esta herramienta.
atera_customers_createCreate a new customer (company) in Atera. Only CustomerName is required, all other fields are optional.Create a new customer (company) in Atera. Only CustomerName is required, all other fields are optional.
No se publicó ningún esquema de entrada para esta herramienta.
atera_tickets_listList tickets in Atera with optional filters. Returns ticket details including status, priority, customer, technician assignment, and SLA information.List tickets in Atera with optional filters. Returns ticket details including status, priority, customer, technician assignment, and SLA information.
No se publicó ningún esquema de entrada para esta herramienta.
atera_tickets_getGet detailed information about a specific ticket by its ID. Returns full ticket details including comments, work hours, and billing info.Get detailed information about a specific ticket by its ID. Returns full ticket details including comments, work hours, and billing info.
No se publicó ningún esquema de entrada para esta herramienta.
atera_tickets_createCreate a new ticket in Atera. TicketTitle is required, can optionally set priority, status, type, and assignment.Create a new ticket in Atera. TicketTitle is required, can optionally set priority, status, type, and assignment.
No se publicó ningún esquema de entrada para esta herramienta.
atera_tickets_updateUpdate an existing ticket in Atera. Only specify the fields you want to change.Update an existing ticket in Atera. Only specify the fields you want to change.
No se publicó ningún esquema de entrada para esta herramienta.
atera_tickets_add_commentAdd a comment to a ticket. Comments are internal (hidden from the end user) by default; set isInternal to false only when the comment should be visible to the end user.Add a comment to a ticket. Comments are internal (hidden from the end user) by default; set isInternal to false only when the comment should be visible to the end user.
No se publicó ningún esquema de entrada para esta herramienta.
20 de 20 herramientas publicaron una descripción.
Los nombres y descripciones de las herramientas los escribe el publicador y se muestran literalmente como texto inerte. Son las cadenas que un cliente MCP pasa al modelo, así que Forge las analiza en busca de patrones de inyección de prompts — cualquier hallazgo aparece junto al análisis de seguridad de arriba. «Privilegiada» es una coincidencia de palabra clave en el nombre de la herramienta, no una auditoría de lo que hace: un nombre inofensivo puede hacer cualquier cosa.
MCP server for Atera RMM — customers, tickets, and more.
Los nombres enlazados abren el índice de Forge con todas las entradas que se observó que exponen esa herramienta. Ver todas las herramientas indexadas.
Esta entrada no publica ningún paquete de npm, así que Forge no tiene un árbol de dependencias para ella. Es una carencia de cobertura, no una afirmación de que no tenga dependencias.