Payment

Product Catalog MCP Server

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

Manage products, pricing, and search. Use this when you need to create products, set prices, search by name, update product information, or manage your product catalog.

8 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 Product Catalog — workflow patterns, data models, and gotchas for your AI agent.

Stripe Product Catalog

Products (prod_) contain Prices (price_). Price is immutable — change amount by creating new Price. Recurring prices for subscriptions; one-time for single purchases. Search products by name/description with fuzzy matching.

Tools in this Server (8)

Stripe Create Price

Create a price for a product. The product must already exist (use stripe_upsert_product first). Prices are immutable — to change pricing, create a new...

Stripe Delete Product

Delete a product. Cannot delete products with active prices or used in active subscriptions.

Stripe Fetch Price

Get detailed information about a specific price including amount, currency, and product association.

Stripe Fetch Product

Get detailed information about a specific product including name, description, and pricing.

Stripe List Prices

List prices with optional filtering by product, active status, type (one_time/recurring), currency, and date. Prices are immutable.

Stripe List Products

List products with optional filtering by active status and creation date. Returns paginated results. Use stripe_search_products for fuzzy name search.

Stripe Search Products

Search products using Stripe's full-text search. Supports fuzzy name matching, description search, metadata queries, and combinations with AND/OR. Mor...

Stripe Upsert Product

Create a new product or update an existing product. Products represent goods or services you sell. For create: provide name (required). After creating...

Frequently Asked Questions

What is the Product Catalog MCP server?

Manage products, pricing, and search. Use this when you need to create products, set prices, search by name, update product information, or manage your product catalog. It provides 8 tools that AI agents can use through the Model Context Protocol (MCP).

How do I connect Product Catalog 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-product-catalog. Authentication is handled automatically.

How many tools does Product Catalog provide?

Product Catalog provides 8 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 Product Catalog require?

Product Catalog uses API Key. Stripe requires credentials. Connect via MCPBundles and authentication is handled automatically.

Setup Instructions

Connect Product Catalog to any MCP client in minutes

https://mcp.mcpbundles.com/bundle/stripe-product-catalog

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 Product Catalog?

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

Product Catalog MCP Server & Skill — 8 Tools