superops-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| SUPEROPS_REGION | No | Region: 'us' or 'eu' | us |
| SUPEROPS_API_TOKEN | Yes | Your SuperOps.ai API token | |
| SUPEROPS_SUBDOMAIN | Yes | Your company subdomain |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {} |
| resources | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| superops_navigate | Discover available SuperOps.ai tools by domain. Returns tool names and descriptions for the selected domain. All tools are callable at any time — this is a help/discovery aid, not a prerequisite. |
| superops_status | Show credentials status and available domains |
| superops_test_connection | Test the connection to SuperOps.ai API using configured credentials. |
| superops_clients_list | List clients (accounts) in SuperOps.ai. Can filter by status, stage, or paginate through results. |
| superops_clients_get | Get detailed information for a specific client by their account ID. |
| superops_clients_search | Search for clients by name or email domain. Returns matching clients with basic information. |
| superops_tickets_list | List tickets in SuperOps.ai. Can filter by status, priority, client, or assignee. |
| superops_tickets_get | Get detailed information for a specific ticket by its ID. |
| superops_tickets_create | Create a new ticket in SuperOps.ai. |
| superops_tickets_updateA | Update an existing ticket - change status, priority, assignment, or add resolution. |
| superops_tickets_add_note | Add a note to a ticket. Can be internal or public (visible to client). |
| superops_tickets_log_time | Log time spent on a ticket. |
| superops_assets_list | List assets (endpoints) in SuperOps.ai RMM. Can filter by status, platform, or client. |
| superops_assets_get | Get detailed information for a specific asset including hardware, OS, and network details. |
| superops_assets_software | Get the software inventory for a specific asset. |
| superops_assets_patches | Get patch status and pending patches for a specific asset. |
| superops_technicians_list | List technicians (agents) in SuperOps.ai. Can filter by active status or team. |
| superops_technicians_get | Get detailed information for a specific technician by their ID. |
| superops_technicians_groups | List technician groups/teams in SuperOps.ai. |
| superops_custom_query | Run a custom GraphQL query against the SuperOps.ai API. For advanced use cases not covered by standard tools. |
| superops_custom_mutationA | Run a custom GraphQL mutation against the SuperOps.ai API. For advanced write operations not covered by standard tools. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| SuperOps Ticket Card | Interactive MCP Apps card rendering a SuperOps.ai ticket |
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/wyre-technology/superops-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server