Mcpop — AI skill for Claude Code
Open-Source Observability & Silent Failure Catcher for AI Agents & MCP Tools.
How to install Mcpop
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open jangtrinh/mcpop and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
What Mcpop does
Open-Source Observability & Silent Failure Catcher for AI Agents & MCP Tools.
Alternatives in AI
- Multica — Make humans and AI agents work as one team — open-source and self-hostable 47.8k ★
- AIHawk — Open-source AI browser agent: describe any task in plain language and it autonomously browses, clicks, types a 30.3k ★
- Kilocode — GitHub Repo stars Open Source AI coding assistant for planning, building, and fixing code Open source AI assis 17k ★
README
MCPOp
Transparent observability proxy and silent failure catcher for Model Context Protocol (MCP) servers.

Why this exists
If you use Claude Desktop, Cursor, or autonomous agents with MCP servers, you have likely run into this:
You install a bunch of MCP tools, start a coding session, and suddenly your token budget evaporates while the agent produces garbage output.
Here is what is actually happening under the hood:
- The Retry Death Loop: When an MCP tool fails silently (expired token, database timeout, internal 500), the agent does not just stop. It aggressively retries the exact same broken payload 5 to 10 times in a row. Because every retry re-transmits the entire conversation context window, you burn 50,000+ tokens in 30 seconds for zero result.
- Schema Mismatches: The agent hallucinates arguments or drops a required property. The tool crashes, but because everything runs over background stdio pipes, you see zero logs.
- Latency Black Holes: A sluggish tool (>5s) stalls the agent workflow until the client times out.
- Painful Debug Loops: Testing a single broken tool call used to require restarting Claude Desktop or writing manual stdin test harnesses.
MCPOp sits invisibly between your AI client and your MCP server, records the stdio JSON-RPC traffic, and flags these failures in real time. It does not currently block retries or intercept the call; the dashboard tells you what is happening so you can stop the loop yourself.
What MCPOp does
MCPOp is a single CGO-free Go binary. The proxy forwards each newline-delimited JSON-RPC line immediately, then parses it asynchronously for storage and heuristics.
- Loop Detection: Flags consecutive failed tool calls with identical arguments before they spiral into token-burning loops.
- Real-Time Schema Validation: Cross-checks argument payloads against the server's
tools/listschema to immediately pi
Related Skills
Claudemd Architect
Generate production-grade CLAUDE.md files that steer AI coding agents. Incorporates LLM reasoning failure miti
Llmwiki
Open Source Implementation of Karpathy's LLM Wiki. Upload documents, connect your Claude account via MCP, and
Open Science
Open Science Desktop — local-first, model-agnostic AI research workbench for macOS, Windows & Linux. Open-sour
Room
Open-source earning-focused swarm intelligence engine. Self-governing AI collectives (queen, workers, quorum v
Hol Guard
Open-source antivirus for AI agents: block risky tools, secret access, prompt injection, malicious packages, M
Doop
The open-source alternative to Paper.design. A multiplayer design canvas where humans and AI agents design tog
Related Agents
Harness Code Reviewer
Code reviewer — two-stage review against a pinned SHA: spec compliance first, then code quality, hunting fail-
OSS Maintainer
Mantiene la higiene open source de las piezas del paraguas ai-native (cli, skills, mcp). Úsalo antes de public
Observability Gap Auditor
Use this agent for adversarial analysis of observability and alerting gaps — silent denial paths, alert deadlo