Payment

Customer Management MCP Server

Connect your account, then chat with AI to run tools.

Manage customer data, search, 360-degree views, bulk metadata, and activity timelines. Use this when you need to create customers, search by name/email, get a full customer profile, update metadata in bulk, view customer activity timelines, or manage payment methods.

13 tools
Agent guide included
Start Chatting

Opens MCPBundles Studio with this server selected. After sign-in, chat and run tools from the same thread.

Browse all tools

AI Skill
SKILL.md

Domain knowledge for Customer Management — workflow patterns, data models, and gotchas for your AI agent.

Stripe Customer Management

Customers (cus_) hold payment methods. Search by name/email with fuzzy matching. Customer 360 gives a full profile with charges, subscriptions, invoices, and payment methods in one call. Bulk metadata lets you tag multiple customers at once. Timeline shows chronological activity. Create customer → create payment method → attach to customer.

Tools in this Server (13)

Stripe Attach Payment Method

Attach a payment method to a customer for future payments. After attaching, set it as the customer's default with stripe_upsert_customer(id='cus_...',...

Stripe Bulk Update Metadata

Update metadata on multiple customers at once. Search for customers by query, then apply metadata to all matches. Defaults to dry_run=true so you can ...

Stripe Create Payment Method

Create a payment method (card, bank account, etc.). After creating, attach it to a customer with stripe_attach_payment_method, then optionally set it ...

Stripe Customer 360

Get a complete 360-degree view of a customer in one call. Returns the customer profile plus their recent charges, active subscriptions, recent invoice...

Stripe Customer Timeline

Get a chronological timeline of all activity for a customer — charges, refunds, invoices, subscription changes, and payment intents. Aggregates data f...

Stripe Delete Customer

Permanently delete a customer. CAUTION: This action cannot be undone. All subscriptions will be canceled, payment methods removed, and the customer de...

Stripe Detach Payment Method

Detach a payment method from its customer. The payment method itself is not deleted but can no longer be used for that customer.

Stripe Fetch Customer

Get detailed information about a specific customer including contact info, payment methods, subscriptions, and balance.

Stripe Fetch Payment Method

Get detailed information about a payment method including type, card details (masked), and customer association.

Stripe List Customers

List customers with optional filtering by email and date range. Returns paginated results with cursor for next page.

Stripe List Payment Methods

List payment methods for a customer. Optionally filter by type.

Stripe Search Customers

Search customers using Stripe's full-text search. More powerful than list — supports fuzzy name matching, metadata queries, date ranges, and combinati...

Stripe Upsert Customer

Create a new customer or update an existing customer. For create: provide email (recommended) and other fields. For update: provide customer ID and on...

Frequently Asked Questions

What is the Customer Management MCP server?

Manage customer data, search, 360-degree views, bulk metadata, and activity timelines. Use this when you need to create customers, search by name/email, get a full customer profile, update metadata in bulk, view customer activity timelines, or manage payment methods. It provides 13 tools that AI agents can use through the Model Context Protocol (MCP).

How do I connect Customer Management to my AI agent?

Add the MCPBundles server URL to your MCP client configuration (Claude Desktop, Cursor, VS Code, etc.). The URL format is: https://mcp.mcpbundles.com/bundle/stripe-customer-management. Authentication is handled automatically.

How many tools does Customer Management provide?

Customer Management provides 13 tools that can be called by AI agents, along with a SKILL.md that gives your AI agent domain knowledge about when and how to use them.

What authentication does Customer Management require?

Customer Management uses API Key. Stripe requires credentials. Connect via MCPBundles and authentication is handled automatically.

Setup Instructions

Connect Customer Management to any MCP client in minutes

https://mcp.mcpbundles.com/bundle/stripe-customer-management

What is MCP?

Model Context Protocol lets AI tools call external capabilities securely through a single URL. This bundle groups tools behind an MCP endpoint that many clients can use.

Use this bundle in 3 steps

  1. Copy the MCP URL above
  2. Open your AI tool and add a new MCP/connector
  3. Paste the URL and follow any auth prompts

Claude Desktop Users

Skip the manual setup! Use the .mcpb file format for one-click installation. Check the Claude Desktop tab for setup instructions.

Pick your tool tab for exact steps

Select ChatGPT, Cursor, Claude Code, or another tab for copy-paste config.

Ready to use Customer Management?

Sign in to connect your credentials and start running tools from the chat.

Customer Management MCP Server & Skill — 13 Tools