← MCP Security Catalog

AgentOps MCP 0.3.5

npm · agentops-mcp · latest release

Verified with no proven findings
Security result
4
Observed tools
31
Version rating
100
Change risk

Independent inventory

Observed 2026-08-17T16:54:24.040Z using mcpSecurity-inventory. Protocol 2024-11-05.

ToolCategoryRisk
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"
  ]
}

Resources 0

Resource templates 0

Prompts 0

Changes from previous version

Compared with initial baseline using full_baseline.

RiskChangeSubject
No material changes recorded.

Confirmed vulnerabilities

SeverityFindingAdvisory
No confirmed vulnerability is published for this version.

Provenance

Artifact SHA-256: c3428b4b89f0f3abe02daeebd12d8f3621cba4e67988a8dcb85af5e70ee7e37f

Scanner: mcp-proof-engine 0.1.0.

Let’s talk about MCP security.

Share your details and our security team will contact you.