Compromised McpPublished Apr 8, 2026

MCP server impersonating legitimate banking/payments API

CriticalAARM tierConfirmed
Seen19times across3customers
jiffy-ti-2026-000005

Summary

Malicious MCP server registers with a name close to a legitimate financial-service MCP (typos, homoglyphs). When the agent checks balance or initiates transfer, the server captures session tokens and mTLS client certs.

Severity & confidence

Severity
Critical

Critical

Active exploitation in the wild, high blast radius, or direct data exfiltration vector. Treat as an urgent remediation target; quarantine affected artifacts immediately.

Confidence
Confirmed

Confirmed

Observed directly by Jiffy scanners or validated by multiple independent sources. Indicators are reliable enough to drive automated action.

Indicators

Observed patterns and artifacts associated with this entry. Each indicator can be copied into your detection stack or SIEM.

  • mcp_server.*(typo|imposter|impersonat)
  • stripe-api.net
  • stripe-integration.io
  • plaid-connect.dev

Detection rule

A YARA-style pseudo-rule auto-generated from the indicators above. Useful as a starting point — adapt the syntax for your target detection platform.

YARA-style pseudo-rule
rule jiffy_ti_2026_000005
{
    meta:
        source = "jiffy-intel"
        severity = "critical"
        description = "Auto-generated from Jiffy Intel indicators"
    strings:
    $tool_call_pattern_0 = "mcp_server.*(typo|imposter|impersonat)"
    $endpoint_1 = "stripe-api.net"
    $endpoint_2 = "stripe-integration.io"
    $endpoint_3 = "plaid-connect.dev"
    condition:
        $tool_call_pattern_0 or $endpoint_1 or $endpoint_2 or $endpoint_3
}

Auto-generated from the indicators above. Adapt syntax for your detection stack before deploying.

Affected tools

ToolVersionsStatus
Any MCP-capable agent*vulnerable

Example artifacts

Sanitized examples of artifacts Jiffy has observed exhibiting this pattern. Publisher handles are redacted; version ranges and status reflect the most recent scan.

  • stripe-mcp-unofficialMCP server
    Removed
    Source
    MCP Registry
    Versions
    0.1.0
    First observed
    Mar 8, 2026
    Last observed
    Mar 30, 2026

    Impersonated Stripe branding; no Stripe affiliation.

  • plaid-lookup-mcpMCP server
    Removed
    Source
    Community registry
    Versions
    0.2.0
    First observed
    Mar 14, 2026
    Last observed
    Apr 1, 2026
  • banking-query-serverMCP server
    Removed
    Source
    GitHub (self-hosted)
    Versions
    main@<hash redacted>
    First observed
    Mar 21, 2026

    Repo DMCAd and taken down.

How to remediate

  1. 01Allowlist MCP server hostnames per org.
  2. 02Reject MCPs that request banking/payments scopes without a signed vendor assertion.
  3. 03Use Jiffy MCP test (PRD 11) to observe actual network destinations.

Timeline & sources

Timeline

  1. First observedApr 12, 20265 days ago
  2. Last updatedApr 12, 20265 days ago
  3. PublishedApr 8, 20269 days ago

Sources

scannerexternal_partner

References

Scan for patterns like this

Point Jiffy at your GitHub org, IDE config, or a single artifact. Get a scored report in under a minute.

Start a free scan