MCP server official
Risk level
low
20/100

Proxyman MCP

Proxyman MCP is an officially published MCP server from Proxyman. Anomity scores its risk at 20 out of 100 (low).

filesystem:read credentials:access network:outbound

Analysis summary

Proxyman MCP is an officially published MCP server from Proxyman. Anomity scores its risk at 20 out of 100 (low).

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.

Intercepted 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.

Why this entry scored 20 out of 100

This profile starts at the catalog's neutral base of 50. Because the entry is officially published, trust adjusts the score by -40. Declared high-risk capabilities add +10 (capped at +30). It matches no dangerous capability combinations. The clamped result is 20, placing it in the low band.

See the full scoring formula →

Findings

  • Published by the vendor Trust offset
    Contribution to score: -40
  • 1 high-risk capability: credentials:access High
    Contribution to score: +10

Capabilities

Every capability the entry declares, with the security implication of each.

  • filesystem:read Filesystem read
    Can read files on the host system. Used for context, indexing, or analysis.
  • credentials:access Credentials access
    Reads provider API keys, OAuth tokens, or other secrets from the host keychain or environment.
  • network:outbound Outbound network
    Can make outbound network requests. Required for hosted model providers and remote APIs; also the path for data exfiltration if combined with read access.