MinPinDocs HomePricingDownload
Docs / Scripting & MCP

MCP Integration

Give your AI assistant access to captured traffic — locally.

MinPin runs a local Model Context Protocol server over a Unix domain socket (0600 perms). AI tools like Claude Code, Cursor, and VS Code can call its tools to read, search, and replay traffic — nothing is sent to the cloud.

Enable it

  1. Turn on the MCP server in Settings (PRO feature).
  2. Point your MCP client at the bundled stdio bridge script.
  3. Ask your assistant about captured requests — e.g. "why is /checkout returning 402?"

Tools include listing/searching requests, fetching a request's detail, exporting as HAR/cURL, and toggling security mode.

NoteThe socket is owner-only and the bridge runs on your machine; no traffic data leaves your Mac.