{"$schema":"https://wellknown.network/schemas/agent-record-v1.json","schemaVersion":"1","id":"ag_g9rq8emdcbdn","handle":"otel-mcp","url":"https://wellknown.network/agents/otel-mcp","links":{"self":"https://wellknown.network/agents/otel-mcp/record.json","html":"https://wellknown.network/agents/otel-mcp","markdown":"https://wellknown.network/agents/otel-mcp/record.md","api":"https://wellknown.network/api/v1/agents/otel-mcp","status":"https://wellknown.network/api/v1/agents/otel-mcp/status","claim":"https://wellknown.network/agents/otel-mcp/claim","claimApi":"https://wellknown.network/api/v1/claims","claimDescriptor":"https://wellknown.network/agents/otel-mcp/claim.json","badge":"https://wellknown.network/agents/otel-mcp/badge.svg","openapi":"https://wellknown.network/openapi.json"},"ard":{"identifier":"urn:air::server:otel-mcp","type":"application/mcp-server-card+json"},"kind":"mcp_server","declared":{"name":"otel-mcp","summary":"MCP server for OpenTelemetry trace analysis during development","description":"# OTEL MCP Server\n\nAn MCP (Model Context Protocol) server for Jaeger trace analysis during development. Query and analyze distributed traces with AI assistance for debugging and performance optimization.\n\n## Features\n\n- **Service Discovery**: List services and operations in your Jaeger instance\n- **Trace Inspection**: Search, filter, and inspect traces with full span details\n- **Performance Analysis**: Find slow traces, get latency percentiles, error rates\n- **REST API**: FastAPI endpoints with OpenAPI documentation at `/docs`\n- **Self-Telemetry**: The server traces itself to Jaeger for debugging\n\n## Installation\n\n### Using uvx (Recommended)\n\nRun directly without installing:\n\n```bash\n# Run MCP server\nuvx otel-mcp\n\n# Run REST API\nuvx --from otel-mcp otel-mcp-api\n```\n\n### Using pip\n\n```bash\npip install otel-mcp\n\n# Then run\notel-mcp        # MCP server\notel-mcp-api    # REST API\n```\n\n### From Source\n\n```bash\ngit clone https://github.com/ryanm101/otel-mcp.git\ncd otel-mcp\nuv sync\nuv run otel-mcp\n```\n\n## Quick Start\n\n### 1. Start Jaeger\n\n```bash\ndocker-compose up -d\n# Jaeger UI at http://localhost:16686\n```\n\n### 2. Run the MCP Server\n\n```bash\nuvx otel-mcp\n# Or with environment variables:\nJAEGER_URL=http://jaeger:16686 uvx otel-mcp\n```\n\n### 3. Or Run the REST API\n\n```bash\nuvx --from otel-mcp otel-mcp-api\n# OpenAPI docs at http://localhost:8000/docs\n```\n\n## MCP Client Configuration\n\nAdd to your MCP client config (e.g., Claude Desktop `claude_desktop_config.json`):\n\n```json\n{\n  \"mcpServers\": {\n    \"otel-mcp\": {\n      \"command\": \"uvx\",\n      \"args\": [\"otel-mcp\"],\n      \"env\": {\n        \"JAEGER_URL\": \"http://localhost:16686\"\n      }\n    }\n  }\n}\n```\n\n## Configuration\n\nCreate a `.env` file (see `.env.example`):\n\n```env\nJAEGER_URL=http://localhost:16686\nJAEGER_TIMEOUT=30\nLOG_LEVEL=INFO\n\n# Debug logging (writes to file in working directory)\n# DEBUG_LOG_FILE=otel-mcp.log\n\n# Self-telemetry (optional)\nOTEL_EXPORTER_OTLP_ENDPOINT=http://localhost:4317\nOTEL_SERVICE_NAME=otel-mcp\n# OTE…","publisher":{"name":"DIYTechnologist","url":null},"homepage":null,"repository":"https://github.com/ryanm101/otel-mcp","version":"0.1.4","license":"Apache-2.0","protocols":["mcp"],"tags":["debugging","jaeger","mcp","model-context-protocol","observability","opentelemetry","tracing"],"pricing":null,"endpoints":[{"url":"pypi:otel-mcp","type":"package_pypi","auth":null,"probeable":false}],"skills":null,"tools":null,"extra":null,"attribution":{"kind":"pypi","name":"pypi","license":"pypi","repoUrl":"pypi","summary":"pypi","version":"pypi","description":"pypi","publisherName":"pypi"}},"derived":{"capabilities":[{"slug":"code.debugging","name":"Debugging","confidence":1,"provenance":"declared"},{"slug":"dev.monitoring","name":"Monitoring & Observability","confidence":1,"provenance":"declared"},{"slug":"data.apis","name":"API Access","confidence":0.814,"provenance":"derived"},{"slug":"dev.version-control","name":"Version Control","confidence":0.745,"provenance":"derived"}],"categories":["code","data","dev"],"language":"en"},"observed":{"status":"unknown","statusReason":"Distributed as a package to run locally; no network endpoint to check.","lastOkAt":null,"lastProbedAt":null,"statusComputedAt":null,"reliability30d":null,"latestObservations":[],"tools":null,"package":{"name":"otel-mcp","registry":"pypi","observedAt":"2026-09-10T09:26:44.790Z","publishedAt":"2026-01-04T00:13:43.584045Z","latestVersion":"0.1.4"}},"verification":{"claimed":false,"claimedAt":null,"proofs":[]},"provenance":{"sources":[{"source":"pypi","key":"otel-mcp","url":"https://pypi.org/project/otel-mcp/","firstSeenAt":"2026-09-10T09:25:05.390Z","fetchedAt":"2026-09-10T09:25:05.390Z","normalizedAt":"2026-09-10T09:25:05.390Z"}]},"firstSeenAt":"2026-09-10T09:25:05.390Z","updatedAt":"2026-09-10T09:26:44.790Z"}