Skip to main content
Glama
523,734 tools. Updated 2026-09-06 14:19

"Venmo" matching MCP tools:

  • Authenticate to Venmo with your username, email, or phone number and password. This login step is mandatory for all subsequent Venmo operations, with optional environment variable fallback.
    MIT
  • Retrieve your Venmo transaction history, including payments sent, received, and requests. Use the optional limit parameter to control the number of transactions returned.
    MIT
  • Send money to a Venmo user. Requires recipient username, amount in USD, and a note describing the payment.
    MIT
  • Find Venmo users by entering a name or username. Use this tool to locate specific people for payments or profile lookup.
    MIT
  • Move your Venmo balance to a linked bank account. Choose amount, bank, and transfer speed; omit amount to transfer full balance.
    MIT

Matching MCP Servers

Matching MCP Connectors

  • Autonomous AI sales: agents, signal-based prospecting, outreach, CRM — 149 tools.

  • VelmoOAuth

    Diagnóstico patrimonial 360 (Wealth X-Ray) somente leitura, com fontes e próximos passos.

  • Send a friend request to any Venmo user by entering their username. Establish connections instantly for payments and social interactions.
    MIT
  • Request money from a Venmo user by username, specifying the USD amount and a note. Control visibility with public, friends, or private.
    MIT
  • View all linked debit cards, credit cards, and bank accounts to manage your Venmo funding sources.
    MIT
  • Record payment for an ACCEPTED job. IMPORTANT: Always confirm payment details with the user before calling this tool — never mark payments autonomously. Job must be in ACCEPTED status (use get_job_status to check). Crypto payments (usdc, eth, sol): provide tx hash + network → verified on-chain instantly, job moves to PAID. Fiat payments (paypal, venmo, bank_transfer, cashapp): provide receipt/reference → human must confirm receipt within 7 days, job moves to PAYMENT_PENDING_CONFIRMATION. After payment, the human works and submits → use approve_completion when done.
    ConnectorNo auth
  • List the service catalog — Washington notary and apostille offerings with USD prices and accepted payment options (e.g. card, PayPal, Venmo, cash). Optional — the server instructions already summarize the flow; use when the customer asks what we offer or how to pay. Takes: no arguments. Returns `services` plus payment notes — a static catalog (no error if repeated).
    ConnectorNo auth
  • Import income from a CSV/TSV/text export (Stripe, PayPal, Square, Cash App, Venmo, OnlyFans, Patreon, Clips4Sale, Ko-fi, Gumroad, Etsy, Uber/Lyft/DoorDash driver exports, bank statements, and similar; max 500 KB). Same two-step contract as add_income_from_file: STEP 1 call with csvContent and WITHOUT confirm parses the file with the same platform-agnostic importer as the app's Add Income screen (platform detection, fee handling, refunds, source aliases, ISO dates) and returns a duplicate-checked preview with a previewId. NOTHING is saved in step 1. Show the user the parsed rows and duplicates, then STEP 2 call again with confirm: true and the previewId to write exactly those rows, optionally with user-approved selectedIndexes, keepBothIndexes, rowEdits, tag, or bulkNote. Flagged duplicates are skipped unless the user explicitly keeps them. The preview expires after 15 minutes and an expired or unknown previewId never writes. After a successful confirm, show the returned spreadsheetUrl and reviewIncomeUrl.
    ConnectorNo auth
  • Show what would happen if you launch the campaign: recipient count, channels, daily limit. NOTHING IS SENT. ALWAYS call this first and surface the result to the user (recipient count, channels) before calling `launch_campaign`. This is required by Vendo AI policy and protects the user from a launch they did not intend.
    ConnectorNo auth
  • Ordered kanban columns for this workspace (id, name, color, is_terminal). Read-only. Call before moving leads.
    ConnectorNo auth
  • Add a link to the linked account's SmartSite, with smart placement. TWO STEPS: (1) call with just the url — the tool detects what kind of link it is (payment like Venmo/PayPal/Cash App, social, contact, website) and returns a recommendation with a text preview of each layout: a small ICON in the icon row, a link BUTTON tile, or a full-width INFOBAR call-to-action card. Show the user the message + previews and ask which they want. (2) call again with the same url plus displayAs = 'icon' | 'button' | 'infobar' to place it. You can override title / buttonName / description / style ('solid' | 'glass') for an info bar. Returns a viewUrl to preview the result.
    ConnectorNo auth