agentops-mcp-server

AgentOps-AI/agentops-mcp-server

3.2

If you are the rightful owner of agentops-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

An MCP server that allows LLM agents to interact with the AgentOps API for accessing trace data.

The AgentOps API MCP Server is designed to facilitate interaction between LLM agents and the AgentOps API, enabling access to trace data. It provides tools for listing recent traces and retrieving detailed information about specific traces. The server manages authentication and communication with the AgentOps API, ensuring secure access to trace data. It employs a two-step authentication process, exchanging an API key for a JWT token to authenticate requests. This setup ensures that API keys are not stored between requests, maintaining security. The server is compatible with Claude Coder and can also be run standalone, offering flexibility in usage.

Features

  • Secure two-step authentication process using JWT tokens.
  • Tools for listing recent traces and retrieving detailed trace information.
  • Stateless request handling with raw API responses returned to agents.
  • Compatibility with Claude Coder for seamless integration.
  • Customizable API URL for non-production environments.

Tools

  1. list_traces

    Lists the most recent traces from the agent's project.

  2. trace_detail

    Gets detailed information about a specific trace.