MCP server impersonating legitimate banking/payments API
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
Critical
Active exploitation in the wild, high blast radius, or direct data exfiltration vector. Treat as an urgent remediation target; quarantine affected artifacts immediately.
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.
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
| Tool | Versions | Status |
|---|---|---|
| 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 serverRemoved
Impersonated Stripe branding; no Stripe affiliation.
- plaid-lookup-mcpMCP serverRemoved
- banking-query-serverMCP serverRemoved
Repo DMCAd and taken down.
How to remediate
- 01Allowlist MCP server hostnames per org.
- 02Reject MCPs that request banking/payments scopes without a signed vendor assertion.
- 03Use Jiffy MCP test (PRD 11) to observe actual network destinations.
Timeline & sources
Timeline
- First observedApr 12, 20265 days ago
- Last updatedApr 12, 20265 days ago
- PublishedApr 8, 20269 days ago
Sources
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