The AgentOps MCP server provides access to observability and tracing data for debugging complex AI agent runs. This adds crucial context about where the AI agent succeeds or fails
Local OnlyOfficial distributionAgentOps-AI
Verified cleanNpm · 0.3.5
Our scanner tested version 0.3.5 without proving a finding in the methods exercised. This is not a guarantee that every deployment is secure.
1Distribution channel
4Independently observed tools
0Linked remote endpoints
AvailableVersion intelligence
Install and connect
Installation and connection instructions are shown only when supported by retained package, repository, or endpoint evidence.
Independently scan the exact version your agents use, receive alerts when its risk changes, and investigate every finding with retained version evidence.
Independent exact-version security scans
Continuous release and vulnerability monitoring
Risk-change alerts with capability context
Historical evidence and API exports
Custom pricingContact salesTailored to your organization, integrations, data needs, and support requirements.
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