Agent tracing, cost tracking, anomaly detection for LLM agents
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β we're steadily working through the catalog.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
AI agent observability for MCP. Tracing, cost tracking, performance monitoring, anomaly detection, and audit trails β all via Model Context Protocol.
AI agents burn tokens, call tools, make decisions, and sometimes get stuck in loops. You need to know what they're doing, what it costs, and when something goes wrong. No existing MCP server provides unified agent observability. This one does.
Track every LLM call, every tool invocation, every decision β with automatic cost calculation and anomaly detection.
trace_agent_action β Log any agent action (tool calls, LLM requests, decisions, errors) with metadata and timestampstrack_token_usage β Track token usage per LLM call with automatic cost calculation from built-in pricing tables (Claude, GPT, Gemini, Mistral)get_cost_report β Aggregate cost breakdown across sessions, grouped by model, provider, tool, or sessionlog_tool_call β Log MCP tool calls with latency, success/failure, and error detailsget_session_summary β Full session report: cost, tokens, tool stats, error count, model breakdown, durationdetect_anomaly β Flag unusual patterns:
observability://pricing β Current LLM pricing table (per-token costs for all major models)observability://best-practices β Agent observability best practices guideAdd to your MCP configuration (~/.claude/settings.json or project .mcp.json):
Add to .cursor/mcp.json:
Same pattern β add the server to your MCP configuration file.
For agent framework developers:
Instrument your agent loop with track_token_usage and log_tool_call to get real-time cost and performance data without building your own telemetry.
For teams running agents in production:
Use detect_anomaly to catch stuck agents (loop detection), runaway costs (cost spike), and degraded tool performance (latency spike) before they become incidents.
For cost optimization:
Use get_cost_report grouped by model to identify which models are eating your budget. Switch expensive reasoning calls to cheaper models where quality allows.
For compliance and audit:
Every trace_agent_action with type "decision" creates an audit record. Include reasoning in the description for full traceability.
Automatically calculates costs for these models (override with custom pricing if needed):
| Provider | Models |
|---|---|
| Anthropic | Claude Opus 4, Sonnet 4, Haiku 4, 3.5 Sonnet, 3.5 Haiku, 3 Opus |
| OpenAI | GPT-4o, GPT-4o Mini, GPT-4 Turbo, o1, o1-mini, o3-mini |
| Gemini 2.5 Pro, 2.5 Flash, 2.0 Flash, 1.5 Pro | |
| Mistral | Large, Medium, Small, Codestral |
| Local | Zero cost (self-hosted models) |
| Tier | Price | Agents | Retention | Events/Month |
|---|---|---|---|---|
| Free | $0 | 1 | 7 days | 10,000 |
| Starter | $59/month | 5 | 30 days | 100,000 |
| Pro | $299/month | 25 | 90 days | 1,000,000 |
| Enterprise | $999/month | Unlimited | 1 year | Unlimited + SOC2 reporting |
v1 uses in-memory storage (Maps). Data is lost on server restart. The storage layer (src/storage.js) is structured for easy swap to Redis or Postgres in v2.
MIT
mcp, mcp-server, observability, agent-tracing, cost-tracking, token-usage, ai-agent, performance-monitoring, audit-trail, model-context-protocol
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/agentic-observability-mcp)<a href="https://allmcps.com/mcp/agentic-observability-mcp"><img src="https://allmcps.com/api/badge/agentic-observability-mcp?style=directory" alt="Agentic Observability MCP on AllMCPs" /></a>