OpsOrch/opsorch-mcp
If you are the rightful owner of opsorch-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.
OpsOrch-MCP is a Model Context Protocol server that interfaces with OpsOrch Core HTTP APIs, providing a secure and efficient way to manage operations through LLM and agent runtimes.
Tools
Functions exposed to the LLM to take actions
health
GET /health
list-providers
GET /providers/{incident|log|metric|ticket|messaging|service}
list-incidents
GET /incidents
query-incidents
POST /incidents/query
create-incident
POST /incidents
get-incident
GET /incidents/{id}
update-incident
PATCH /incidents/{id}
get-incident-timeline
GET /incidents/{id}/timeline
append-incident-timeline
POST /incidents/{id}/timeline
query-logs
POST /logs/query
query-metrics
POST /metrics/query
query-services
POST /services/query
list-services
GET /services
query-tickets
POST /tickets/query
create-ticket
POST /tickets
get-ticket
GET /tickets/{id}
update-ticket
PATCH /tickets/{id}
send-message
POST /messages/send
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client