Skip to main content
Glama
604,835 tools. Updated 2026-09-23 21:32

"Retrieving customer data from Stripe" matching MCP tools:

Matching MCP Servers

Matching MCP Connectors

  • MCP server for customer-io

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

  • Creates a Stripe customer portal session and returns the URL for invoices, payment methods, and subscriptions. Without a Stripe customer or setup, returns an honest error instead.
    MIT
  • 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