Skip to main content
Glama
520,260 tools. Updated 2026-09-06 09:34

"Retrieving customer data from Stripe" matching MCP tools:

Matching MCP Servers

Matching MCP Connectors

  • Analyze customer data to make segmentation and predict which customer to focus on for more sales.

  • Payments and billing on Stripe with the full official REST API (api.stripe.com), covers the entire d

  • Retrieve full details for a Stripe customer by ID, including email, balance, and metadata. Use this when you have a customer ID.
    MIT
  • Retrieve recent Stripe customers to find a customer by name or email when their ID is unknown.
    MIT
  • Retrieve a Stripe customer's profile and active subscriptions by searching with their email or customer ID. Resolves customer lookup needs for support or billing inquiries.
    MIT
  • Add notes or annotations to business banking transactions. Use it to tag Stripe payouts with the originating customer or invoice for easier tracking.
    Apache 2.0
  • Create a Stripe customer record with optional email, name, phone, description, and metadata. Supports attaching a payment method and idempotency key for safe retries.
    MIT
  • Retrieve Stripe resources like customers, subscriptions, and invoices from a local Postgres twin, avoiding Stripe API latency.
    Apache 2.0
  • Generate a new customer profile in Stripe using this tool from pocketbase-mcp-server, enabling streamlined integration with Stripe for payment management and customer tracking.
    MIT