Stripe Sync Query

🌐Community
by ashutoshpw · vlatest · Repository

Helps with Stripe, querying as part of agent workflows workflows.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add stripe-sync-query npx -- -y @trustedskills/stripe-sync-query
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "stripe-sync-query": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/stripe-sync-query"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

The stripe-sync-query skill allows AI agents to query Stripe data and synchronize information between Stripe and other systems. It provides a structured way to retrieve specific details from your Stripe account, such as customer records, payment history, or subscription statuses. This enables automated workflows and integrations based on real-time Stripe data.

When to use it

  • Automated Reporting: Generate reports on key metrics like monthly recurring revenue (MRR) or churn rate directly from Stripe data.
  • Customer Data Enrichment: Automatically update customer records in your CRM with information pulled from Stripe, such as payment methods and subscription details.
  • Subscription Management: Trigger actions based on subscription events, like sending welcome emails upon a new subscription or pausing services when a subscription cancels.
  • Fraud Detection: Query Stripe for transaction data to identify potentially fraudulent activity and take preventative measures.

Key capabilities

  • Querying Stripe data
  • Synchronizing data between Stripe and other systems
  • Retrieval of customer records, payment history, and subscription statuses

Example prompts

  • "Get me the last 10 payments for customer ID 'cus_XXXXXXXXXXXX'."
  • "What is the current status of subscription 'sub_XXXXXXXXXXXX'?"
  • "Find all customers with a balance greater than $100."

Tips & gotchas

The skill requires proper authentication credentials to access your Stripe account. Ensure these are securely configured within the AI agent environment for optimal functionality and data privacy.

Tags

🛡️

TrustedSkills Verification

Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.

Security Audits

Gen Agent Trust HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
ashutoshpw
Installs
14

🌐 Community

Passed automated security scans.