Stripe (verified)
Quick Start
# Connect this server (installs CLI if needed)
npx -y smithery mcp add stripe
# Browse available tools
npx -y smithery tool list stripe
# Get full schema for a tool
npx -y smithery tool get stripe search_stripe_documentation
# Call a tool
npx -y smithery tool call stripe search_stripe_documentation '{}'Direct MCP Connection
Endpoint: https://stripe.run.tools
Tools (18)
search_stripe_documentation— Search the Stripe documentation for the given question and language.get_stripe_account_info— This will get the account info for the logged in Stripe account.list_customers— This tool will fetch a list of Customers from Stripe.list_products— This tool will fetch a list of Products from Stripe.list_prices— This tool will fetch a list of Prices from Stripe.list_invoices— This tool will fetch a list of Invoices from Stripe.retrieve_balance— This tool will retrieve the balance from Stripe. It takes no input.list_payment_intents— This tool will list payment intents in Stripe.list_subscriptions— This tool will list all subscriptions in Stripe.list_coupons— This tool will fetch a list of Coupons from Stripe.list_disputes— This tool will fetch a list of disputes in Stripe.search_stripe_resources— This tool can be used to search for specific Stripe resources using a custom Stripe query syntax.fetch_stripe_resources— Retrieve Stripe object details by ID.stripe_integration_recommender— Guides users through Stripe integration planning via interactive Q&A.send_stripe_mcp_feedback— Submit feedback from user or agent about Stripe's MCP server tools.stripe_api_search— Search for Stripe API operations by keyword. Returns matching operations with theirstripe_api_details— Get detailed parameter information for a specific Stripe API operation. Provide thestripe_api_execute— Execute any Stripe API operation:
# Get full input/output schema for a tool
npx -y smithery tool get stripe Prompts (2)
stripe-best-practices— Best practices for building Stripe integrationsupgrade-stripe— Guide for upgrading Stripe API versions and SDKs