{"generated_at":"2026-08-17T10:36:11+00:00","item":{"added_at":"2025-11-12","analysis_method":"capability_triage","category":"Web Connector","description":"The Stripe Model Context Protocol server defines a set of tools that AI agents can use to interact with the Stripe API and search its knowledge base (includi...","did":"com-stripe-mcp","homepage_url":"","icon":"https://stripe.com/favicon.ico","id":"com.stripe/mcp","installs":0,"last_scanned":"","license":"","long_description":"The Stripe Model Context Protocol server defines a set of tools that AI agents can use to interact with the Stripe API and search its knowledge base (including documentation and support articles).","name":"Stripe","plutonium_url":"https://plutonium.pluto.security/detail.html?planet=claudesec&did=com-stripe-mcp&utm_source=plutonium_analysis_skill&utm_medium=claude_skill&utm_campaign=connector_risk_assessment","publisher":"Stripe","publisher_url":"https://stripe.com","repository_url":"","risk":"high","risk_severity":"high","security_risks":[{"description":"This connector can read data the connected service holds about you - documents, messages, contact lists, source code, customer records, or saved profile details - and pass it back to the AI.","evidence":"Connector has 23 tools; permissions on claude.ai/directory: \"Read and write\". Data flows out of the connected service into the model.","remediation":{"block_tool_categories":[],"steps":["Connect using an account that only has access to the information you actually want Claude to read - not your main admin login.","When you grant access, pick the smallest set of folders, mailboxes, or channels possible.","Check the connector's activity log every so often to make sure nothing unexpected is being read."]},"risk_type":"reads_private_data","severity":"medium","title":"Reads your private information"},{"description":"This connector can edit, rename, overwrite, or otherwise modify records in the connected service. If a request gets manipulated, your data could be altered without you noticing.","evidence":"10 state change tools on this connector - e.g. create_customer, create_product, create_price, create_payment_link and 6 more.","remediation":{"block_tool_categories":["state_change"],"steps":["Try the connector on a test account first to see what it changes before letting it touch your real records.","Where the connected service supports it, give Claude read-only access and only allow writes for the specific things you need updated.","In the tools list below, turn off any tool you don't actively need - the ones tagged Block are the most important to disable."]},"risk_type":"modifies_data","severity":"medium","title":"Can change or update your information"},{"description":"This connector can complete purchases, bookings, or payments. A misused or hijacked prompt could result in real financial charges before you confirm.","evidence":"2 financial tools on this connector - e.g. finalize_invoice, list_payment_intents.","remediation":{"block_tool_categories":["financial"],"steps":["In the tools list below, turn off any tool tagged Block by default; only enable them when you actually want Claude to make a purchase.","Set a spending limit on the linked credit card, billing account, or virtual card so a mistake can't cost you much.","Always confirm in the chat before Claude completes a payment or books anything."]},"risk_type":"spends_money","severity":"high","title":"Can spend money on your behalf"},{"description":"This connector can erase records, files, or accounts. Once deleted the data may be unrecoverable - even an accidental request can cause permanent loss.","evidence":"1 destructive tool on this connector - e.g. cancel_subscription.","remediation":{"block_tool_categories":["destructive"],"steps":["In the tools list below, turn off any tool tagged Block - most workflows don't need Claude to delete anything.","If you really do need deletion, use a login that doesn't have delete permission and have a person handle removals manually.","Make sure the connected service has a trash / recycle bin enabled so accidental deletes can be recovered."]},"risk_type":"deletes_data","severity":"high","title":"Can permanently delete data"},{"description":"Anything you share with this connector flows through one or more third-party services. Those companies see, store, and may use the data according to their own policies.","evidence":"Server runs at https://mcp.stripe.com; queries and responses pass through the publisher's infrastructure.","remediation":{"block_tool_categories":[],"steps":["Treat anything you tell this connector as if you sent it directly to the third-party company - because you did.","Check how long that company keeps your data and how to delete it.","Avoid putting health info, customer names, or payment details into this connector unless you have a written agreement with that company."]},"risk_type":"forwards_data_to_third_party","severity":"low","title":"Sends your data to outside companies"}],"signature_status":"unknown","source_code_reviewed":false,"tags":["network_access","reads_private_data","financial_ops","database_access"],"tools":[{"description":"Search the Stripe knowledge base for documentation.","name":"search_documentation"},{"description":"Retrieve information about the connected Stripe account.","name":"get_stripe_account_info"},{"description":"Create a new customer in Stripe.","name":"create_customer","risk":{"category":"state_change","level":"medium","recommendation":"Allow only for low-stakes resources; require approval for production data changes.","why":"Creates, modifies, or uploads data on the connected service. Hijacking the tool can pollute records, plant content, or create rogue resources that bill the user."}},{"description":"List customers in the Stripe account.","name":"list_customers"},{"description":"Create a new product in Stripe.","name":"create_product","risk":{"category":"state_change","level":"medium","recommendation":"Allow only for low-stakes resources; require approval for production data changes.","why":"Creates, modifies, or uploads data on the connected service. Hijacking the tool can pollute records, plant content, or create rogue resources that bill the user."}},{"description":"List products in the Stripe account.","name":"list_products"},{"description":"Create a new price for a Stripe product.","name":"create_price","risk":{"category":"state_change","level":"medium","recommendation":"Allow only for low-stakes resources; require approval for production data changes.","why":"Creates, modifies, or uploads data on the connected service. Hijacking the tool can pollute records, plant content, or create rogue resources that bill the user."}},{"description":"List prices defined in the Stripe account.","name":"list_prices"},{"description":"Create a payment link for a Stripe price or product.","name":"create_payment_link","risk":{"category":"financial","level":"high","recommendation":"Block by default. Require human-in-the-loop confirmation for every transaction; do not allow autonomous execution.","why":"Initiates a financial transaction or paid action. A confused-deputy or prompt-injection scenario can spend money on the user's behalf."}},{"description":"Create a new invoice in Stripe.","name":"create_invoice","risk":{"category":"financial","level":"high","recommendation":"Block by default. Require human-in-the-loop confirmation for every transaction; do not allow autonomous execution.","why":"Initiates a financial transaction or paid action. A confused-deputy or prompt-injection scenario can spend money on the user's behalf."}},{"description":"List invoices in the Stripe account.","name":"list_invoices"},{"description":"Create a line item to add to a Stripe invoice.","name":"create_invoice_item","risk":{"category":"financial","level":"high","recommendation":"Block by default. Require human-in-the-loop confirmation for every transaction; do not allow autonomous execution.","why":"Initiates a financial transaction or paid action. A confused-deputy or prompt-injection scenario can spend money on the user's behalf."}},{"description":"Finalize a draft invoice in Stripe.","name":"finalize_invoice","risk":{"category":"financial","level":"high","recommendation":"Block by default. Require human-in-the-loop confirmation for every transaction; do not allow autonomous execution.","why":"Initiates a financial transaction or paid action. A confused-deputy or prompt-injection scenario can spend money on the user's behalf."}},{"description":"Retrieve the current balance of the Stripe account.","name":"retrieve_balance"},{"description":"Create a refund for a Stripe charge or payment.","name":"create_refund","risk":{"category":"financial","level":"high","recommendation":"Block by default. Require human-in-the-loop confirmation for every transaction; do not allow autonomous execution.","why":"Initiates a financial transaction or paid action. A confused-deputy or prompt-injection scenario can spend money on the user's behalf."}},{"description":"List PaymentIntents in the Stripe account.","name":"list_payment_intents","risk":{"category":"financial","level":"high","recommendation":"Block by default. Require human-in-the-loop confirmation for every transaction; do not allow autonomous execution.","why":"Initiates a financial transaction or paid action. A confused-deputy or prompt-injection scenario can spend money on the user's behalf."}},{"description":"List subscriptions in the Stripe account.","name":"list_subscriptions"},{"description":"Update an existing subscription in Stripe.","name":"update_subscription","risk":{"category":"state_change","level":"medium","recommendation":"Allow only for low-stakes resources; require approval for production data changes.","why":"Creates, modifies, or uploads data on the connected service. Hijacking the tool can pollute records, plant content, or create rogue resources that bill the user."}},{"description":"Cancel an active subscription in Stripe.","name":"cancel_subscription","risk":{"category":"destructive","level":"high","recommendation":"Block by default. Only enable for read-only or sandbox accounts; require explicit human confirmation for any destructive action.","why":"Irreversibly removes data or resources. A prompt-injection or mistaken instruction could destroy production data with no recovery path."}},{"description":"List coupons defined in the Stripe account.","name":"list_coupons"},{"description":"Create a new discount coupon in Stripe.","name":"create_coupon","risk":{"category":"state_change","level":"medium","recommendation":"Allow only for low-stakes resources; require approval for production data changes.","why":"Creates, modifies, or uploads data on the connected service. Hijacking the tool can pollute records, plant content, or create rogue resources that bill the user."}},{"description":"List disputes associated with the Stripe account.","name":"list_disputes"},{"description":"Update a dispute in Stripe.","name":"update_dispute","risk":{"category":"state_change","level":"medium","recommendation":"Allow only for low-stakes resources; require approval for production data changes.","why":"Creates, modifies, or uploads data on the connected service. Hijacking the tool can pollute records, plant content, or create rogue resources that bill the user."}}],"tools_count":23,"type":"web_connector","url":"https://claude.ai/directory/de127013-63f1-43d0-8dd2-b6cb5b4e5d1b","uuid":"968fd09d-752f-5f8f-b53a-4e137a36c57c","version":""},"query_key":"stripe stripe","schema_version":1,"status":"match"}
