0.3.5npm · agentops-mcp · latest release
Observed 2026-08-17T16:54:24.040Z using mcpSecurity-inventory. Protocol 2024-11-05.
| Tool | Category | Risk |
|---|---|---|
authAuthorize using the AGENTOPS_API_KEY. If the API key is not provided and cannot be found in the directory, ask the user for the API key.Input schema{
"type": "object",
"properties": {
"api_key": {
"type": "string",
"description": "AgentOps project API key (optional if AGENTOPS_API_KEY environment variable is set)"
}
},
"required": []
} | — | — |
get_complete_traceReserved for explicit requests for COMPLETE or ALL data. Get complete trace information and metrics by trace_id.Input schema{
"type": "object",
"properties": {
"trace_id": {
"type": "string",
"description": "Trace ID"
}
},
"required": [
"trace_id"
]
} | — | — |
get_spanGet span information and metrics by span_id.Input schema{
"type": "object",
"properties": {
"span_id": {
"type": "string",
"description": "Span ID"
}
},
"required": [
"span_id"
]
} | — | — |
get_traceGet trace information and metrics by trace_id.Input schema{
"type": "object",
"properties": {
"trace_id": {
"type": "string",
"description": "Trace ID"
}
},
"required": [
"trace_id"
]
} | — | — |
Compared with initial baseline using full_baseline.
| Risk | Change | Subject |
|---|---|---|
| No material changes recorded. | ||
| Severity | Finding | Advisory |
|---|---|---|
| No confirmed vulnerability is published for this version. | ||
Artifact SHA-256: c3428b4b89f0f3abe02daeebd12d8f3621cba4e67988a8dcb85af5e70ee7e37f
Scanner: mcp-proof-engine 0.1.0.