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
- Turn on the MCP server in Settings (PRO feature).
- Point your MCP client at the bundled stdio bridge script.
- 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.