{
  "entry": {
    "kind": "mcp",
    "slug": "proxyman-mcp",
    "name": "Proxyman MCP",
    "vendor": "Proxyman",
    "description": "Proxyman's MCP server gives an agent access to captured HTTP traffic — requests, responses, headers, and bodies — so an assistant can debug an API integration from what actually went over the wire.\n\nIntercepted traffic is, by construction, where credentials live: authorization headers, session cookies, and tokens are in nearly every captured request. The server declares filesystem reads for capture files, credential access, and outbound network. This is one of the clearest cases in the catalog where a low-drama developer tool becomes high-consequence when connected to a model, because the whole point of the data is that it contains the secrets.",
    "website": "https://proxyman.io",
    "repository": null,
    "documentationUrl": null,
    "license": null,
    "version": null,
    "trustLevel": "official",
    "capabilities": [
      "filesystem:read",
      "credentials:access",
      "network:outbound"
    ],
    "packaging": null,
    "configFiles": null,
    "category": null,
    "updatedAt": "2026-09-02",
    "risk": {
      "score": 20,
      "band": "low",
      "signals": [
        {
          "id": "trust-official",
          "kind": "trust",
          "label": "Published by the vendor",
          "contribution": -40
        },
        {
          "id": "high-risk-capabilities",
          "kind": "capability",
          "label": "1 high-risk capability: credentials:access",
          "contribution": 10
        }
      ],
      "dangerousCombos": []
    },
    "dangerousCombos": []
  }
}