
Venmo
Give your coding agent Venmo balance, payment, request, and history tools through a stdio MCP server.
Overview
io.github.markswendsen-code/venmo is an MCP server for the Build phase that lets AI agents check Venmo balance, send or request money, and view history.
What is this MCP server?
- npm package @striderlabs/mcp-venmo version 0.1.0 with stdio MCP transport
- Documented focus: check balance, send money, request money, and view history
- MCP registry metadata uses server.schema.json 2025-12-11
- Source repository github.com/markswendsen-code/mcp-venmo for configuration details
- Registry version 0.1.0 for io.github.markswendsen-code/venmo
- npm package @striderlabs/mcp-venmo with stdio transport type
- Four capability areas named in description: balance, send, request, history
What problem does it solve?
You waste context switching to the Venmo app when an agent could answer balance or payment questions during a build or billing chat.
Who is it for?
Solo builders experimenting with personal finance automation who understand the risks of agent-initiated payments.
Skip if: Startups that need PCI-compliant payout infrastructure, team approval chains, or production treasury management.
What do I get? / Deliverables
Once configured, your agent can invoke Venmo MCP tools for balance and payment flows you explicitly authorize in session.
- Stdio MCP server wiring for Venmo in your agent environment
- Tool surface for balance, send, request, and history as implemented upstream
- Documented local config snippet for reproducible agent finance experiments
Recommended MCP Servers
Journey fit
Financial MCP connectors belong on Build because they are agent extensions you wire during tooling setup, not a launch or growth marketing play. Integrations captures Venmo as an external payments API surface exposed to LLM tools rather than code in your repo.
How it compares
Venmo MCP connector for agents, not a Stripe billing skill or accounting ledger integration.
Common Questions / FAQ
Who is io.github.markswendsen-code/venmo for?
Developers using MCP-enabled agents who want Venmo balance, send, request, and history capabilities as tools.
When should I use io.github.markswendsen-code/venmo?
Use it for personal or internal agent workflows where you need quick Venmo lookups or payments with strict human review.
How do I add io.github.markswendsen-code/venmo to my agent?
Install @striderlabs/mcp-venmo, configure a stdio MCP server in Claude Code or Cursor per upstream docs, and complete Venmo login or token steps from the GitHub README.