@striderlabs/mcp-cashapp
README.md
# ⚠️ DEPRECATED — DO NOT USE
**Status:** This connector has been **pulled by Strider Labs as of June 5, 2026.**
## Why
This package automated Venmo / PayPal / Cash App access using browser automation with user credentials. We have concluded this is unsafe for users:
1. **Terms of Service.** Automated/unauthorized access violates the user agreements of these services.
2. **Account suspension risk.** These platforms can — and do — permanently suspend accounts they suspect of automation, and may freeze funds and linked bank accounts. Appeals are difficult or impossible.
3. **Credential exposure.** Storing financial-service credentials in MCP client configs creates an unacceptable security surface.
4. **Regulatory category.** Money-transmitter services operate under fraud-prevention regimes (BSA/AML) that are fundamentally hostile to bot traffic — different from commerce platforms.
## Strider Labs policy
We do not ship credential-handover MCP connectors for regulated financial services. Strider Labs builds connectors for commerce platforms (food delivery, travel, reservations) that work with — not against — the operator's terms.
## If you used this package
- Stop running it.
- Rotate your account password.
- Review recent Venmo/PayPal/Cash App activity for anything you didn't authorize.
- If your account was flagged, contact the platform's support — we cannot intervene.
## What's next
We are evaluating safer architectures (OAuth-only, no credential handover, sanctioned partner APIs) for financial connectors. We will not re-publish browser-automation versions.
— Strider Labs, June 5, 2026
TDQS
A3.8/5.0
Scored across 13 tools
Disambiguation5/5
Each tool targets a distinct operation (e.g., accept vs. decline request, get balance vs. get bitcoin balance, send money vs. request money) with no overlap or ambiguity.
Naming Consistency5/5
All tools follow a consistent 'cashapp_verb_noun' pattern in snake_case, making the naming predictable and easy to understand.
Tool Count5/5
13 tools cover the essential Cash App operations (login, balance, send/receive, card info, boosts, contacts, transactions) without unnecessary bloat or deficiency.
Completeness4/5
The tool set covers most core functionalities (payments, requests, balances, transaction history, card info), though missing Bitcoin send and card management features leaves minor gaps.
Maintenance
ActivityInactive
ResponsivenessNo issues