Back to browse
GitHub Repository

Inspect, intercept & mock HTTP traffic from your terminal or AI agent

7 starsTypeScript

Httap – intercept and inspect HTTP traffic from your shell or agent

by mtford·Feb 27, 2026·1 point·0 comments

AI Analysis

●●SolidWizardrySolve My Problem

Multi-surface HTTP inspection (CLI, TUI, MCP, API) with project-scoped isolation is thoughtful.

Strengths
  • Project-scoped `.httap/` isolation prevents cross-project proxy conflicts completely
  • TypeScript interceptors let agents write mock/modification rules without custom DSL
  • MCP server integration means Claude Code can inspect and modify HTTP traffic directly
Weaknesses
  • HTTP debugging already solved by Burp, Fiddler, Charles; MCP angle is novel but unproven
  • No Windows support; limiting for full-stack teams
Target Audience

Backend developers, API debuggers, AI agent builders

Similar To

Burp Suite · Fiddler · mitmproxy

Post Description

httap is a powerful HTTP proxy for your terminal. Intercept, inspect & rewrite HTTP traffic — from your shell or your AI agent.

Similar Projects

CC Wiretap – intercepting and visualizing Claude Code traffic real-time

Instead of wrestling with raw mitmproxy output, this tool gives a purpose-built UI that shows system prompts, tool definitions, token accounting, streaming responses and tool calls — all in real time. The one-liner shell setup, keyboard shortcuts, and token breakdown make debugging Claude Code conversations startlingly quicker, though it’s inherently a local MITM (trust the generated CA) and is narrow by design to Anthropic’s workflow.

Niche GemSolve My Problem
wierdbytes
203mo ago
AI/ML●●Solid

Open Bias – proxy that enforces agent behavior at runtime

Local proxy enforcing markdown rules on LLM output before it hits production.

Solve My ProblemShip It
algomaniac
2141mo ago