npm @striderlabs/mcp-venmostdioupdated 2mo ago
Status: This connector has been pulled by Strider Labs as of June 5, 2026.
O que dá para fazer com venmo?
⚠️ 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:
- Terms of Service. Automated/unauthorized access violates the user agreements of these services.
- 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.
- Credential exposure. Storing financial-service credentials in MCP client configs creates an unacceptable security surface.
- 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
Instalação
Adicione venmo ao seu cliente. Escolha o que você usa.
claude mcp add mcp-venmo -- npx -y @striderlabs/mcp-venmocodex mcp add mcp-venmo -- npx -y @striderlabs/mcp-venmoamp mcp add mcp-venmo -- npx -y @striderlabs/mcp-venmo{
"mcpServers": {
"mcp-venmo": {
"command": "npx",
"args": [
"-y",
"@striderlabs/mcp-venmo"
]
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"mcp-venmo": {
"command": "npx",
"args": [
"-y",
"@striderlabs/mcp-venmo"
]
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
code --add-mcp '{"name":"mcp-venmo","command":"npx","args":["-y","@striderlabs/mcp-venmo"]}'Or add the block manually to `.vscode/mcp.json` under `servers`.
{
"mcpServers": {
"mcp-venmo": {
"command": "npx",
"args": [
"-y",
"@striderlabs/mcp-venmo"
]
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
{
"mcpServers": {
"mcp-venmo": {
"command": "npx",
"args": [
"-y",
"@striderlabs/mcp-venmo"
]
}
}
}Add to `cline_mcp_settings.json` via the MCP Servers panel.
{
"mcpServers": {
"mcp-venmo": {
"command": "npx",
"args": [
"-y",
"@striderlabs/mcp-venmo"
]
}
}
}Add to `~/.gemini/settings.json`.
{
"mcpServers": {
"mcp-venmo": {
"type": "local",
"command": "npx",
"args": [
"-y",
"@striderlabs/mcp-venmo"
],
"tools": [
"*"
]
}
}
}Add to `~/.copilot/mcp-config.json`, or run `/mcp add` inside the CLI.
{
"context_servers": {
"mcp-venmo": {
"command": {
"path": "npx",
"args": [
"-y",
"@striderlabs/mcp-venmo"
]
}
}
}
}Add to your Zed `settings.json`.
npx -y @striderlabs/mcp-venmoRun `goose configure`, choose **Add Extension → Command-line Extension**, and paste this command.
Pontuação
39 / 100
Incompleta
- Documentação16/25
- Manutenção16/25
- Confiança6/20
- Capacidade0/15
- Instalação12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 76 days ago
- Has a release history
- Repository is not archived
- No licence detected
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 12 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Histórico de versões
| Versões | Publicada |
|---|---|
| 0.1.0Mais recente | 15 de mar. de 2026 |