Server data from the Official MCP Registry
MCP server for SuperOps unified PSA+RMM — clients, tickets, assets, and more.
MCP server for SuperOps unified PSA+RMM — clients, tickets, assets, and more.
This is a well-structured MCP server for SuperOps.ai PSA/RMM platform integration with proper authentication via environment variables and reasonable permissions matching its purpose. The code demonstrates good practices with input validation, error handling, and type safety. Minor code quality observations exist around broad exception handling and logging practices, but no critical security vulnerabilities were identified. Supply chain analysis found 5 known vulnerabilities in dependencies (1 critical, 3 high severity).
5 files analyzed · 10 issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Set these up before or after installing:
Environment variable: SUPEROPS_API_TOKEN
Environment variable: SUPEROPS_SUBDOMAIN
Environment variable: SUPEROPS_REGION
Environment variable: MCP_TRANSPORT
Environment variable: AUTH_MODE
Environment variable: LOG_LEVEL
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-wyre-technology-superops-mcp": {
"env": {
"AUTH_MODE": "your-auth-mode-here",
"LOG_LEVEL": "your-log-level-here",
"MCP_TRANSPORT": "your-mcp-transport-here",
"SUPEROPS_REGION": "your-superops-region-here",
"SUPEROPS_API_TOKEN": "your-superops-api-token-here",
"SUPEROPS_SUBDOMAIN": "your-superops-subdomain-here"
},
"args": [
"-y",
"@wyre-technology/superops-mcp"
],
"command": "npx"
}
}
}From the project's GitHub README.
MCP server for Claude that provides tools to interact with the SuperOps.ai PSA/RMM platform using their GraphQL API.
npm install @wyre-technology/superops-mcp
Set the following environment variables:
export SUPEROPS_API_TOKEN="your-api-token"
export SUPEROPS_SUBDOMAIN="yourcompany"
export SUPEROPS_REGION="us" # or "eu" for EU region
Add to your claude_desktop_config.json:
{
"mcpServers": {
"superops": {
"command": "npx",
"args": ["@wyre-technology/superops-mcp"],
"env": {
"SUPEROPS_API_TOKEN": "your-api-token",
"SUPEROPS_SUBDOMAIN": "yourcompany",
"SUPEROPS_REGION": "us"
}
}
}
}
superops_navigate - Navigate to a domainsuperops_back - Return to main menusuperops_test_connection - Test API connectivitysuperops_clients_list - List clients with filterssuperops_clients_get - Get client detailssuperops_clients_search - Search clients by name/domainsuperops_tickets_list - List tickets with filterssuperops_tickets_get - Get ticket detailssuperops_tickets_create - Create a new ticketsuperops_tickets_update - Update ticket status/assignmentsuperops_tickets_add_note - Add note to ticketsuperops_tickets_log_time - Log time on ticketsuperops_assets_list - List assets/endpointssuperops_assets_get - Get asset detailssuperops_assets_software - Get software inventorysuperops_assets_patches - Get patch statussuperops_technicians_list - List technicianssuperops_technicians_get - Get technician detailssuperops_technicians_groups - List technician groupssuperops_custom_query - Run custom GraphQL querysuperops_custom_mutation - Run custom GraphQL mutationUser: What tools are available?
Claude: Use superops_navigate to select a domain...
User: Navigate to tickets
Claude: [calls superops_navigate with domain: "tickets"]
Now in tickets domain. Available tools: superops_tickets_list, superops_tickets_get...
User: Show open high priority tickets
Claude: [calls superops_tickets_list with status: ["Open"], priority: ["High"]]
Here are the open high priority tickets...
SuperOps.ai API has a rate limit of 800 requests per minute per API token.
Apache-2.0
For issues and feature requests, please visit the GitHub repository.
Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.
by Microsoft · Content & Media
Convert files (PDF, Word, Excel, images, audio) to Markdown for LLM consumption
by mcp-marketplace · Developer Tools
Scaffold, build, and publish TypeScript MCP servers to npm — conversationally
by Taylorwilsdon · Productivity
Control Gmail, Calendar, Docs, Sheets, Drive, and more from your AI