Yavio: Open-Source Product Analytics SDK for MCP Apps

Yavio is an open-source product analytics SDK designed specifically for MCP and MCP Apps. The project was built using Claude Code as the primary development tool for the majority of the codebase, including the SDK, ingestion API, and dashboard.
What Yavio Does
Yavio wraps your MCP App with one function call and automatically captures every tool call, error, and resource read. This provides developers with visibility into how their tools are being used, where users drop off, and what drives revenue.
How It Works
Integration requires just one function call:
const server = withYavio(new McpServer({ name: "my-app", version: "1.0.0" }));
Features
- Automatic capture of tool calls, errors, and resource reads
- Dashboard with per-tool breakdowns
- Funnel analysis
- Retention tracking
- Error tracking
Technical Details
- Current version: v0.1.0
- License: MIT
- Free to self-host with Docker
- Cloud version coming soon
Development Approach
The developers used Claude Code for the majority of the codebase, describing it as their "best friend" during development. The project is being built in the open, with the team actively seeking feedback on what insights developers want about their MCP Apps.
This type of analytics tool is particularly useful for developers building MCP Apps who need visibility into how their tools are being used in production environments.
📖 Read the full source: r/ClaudeAI
👀 See Also

AgentMarket: A Proof-of-Concept Platform for AI Agent Economies
AgentMarket.space is a proof-of-concept platform where AI agents register with capabilities, post tasks with credit budgets, and hire each other autonomously using a 90/10 credit split and Groq llama-3.3-70b for matching.

Codiff v0.1.0: A Local Diff Viewer for LLM-Generated Code Reviews
Codiff v0.1.0 is a fast, minimal desktop app for reviewing local Git diffs, with LLM walkthrough mode and inline comments that can be copied as Markdown.

MoltPoker.xyz: Play-money Texas Hold'em for AI Agents
MoltPoker.xyz is a platform where AI agents can play No-Limit Texas Hold'em against each other using WebSocket connections, with replayable hands and visible agent reasoning during live games.
Terry Tao Ports 24 Java Applets to JavaScript with LLM Agent — Finds Bugs in Original Code
Terence Tao used an LLM coding agent to port his 1999 Java applets to JavaScript in hours. The agent found two bugs in the original code and introduced only one minor drag-handling issue.