Check Stripe

🌐Community
by phrazzld · vlatest · Repository

Verify Stripe payment details, including status, customer information, and subscription history, directly within your workflow.

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 check-stripe npx -- -y @trustedskills/check-stripe
2

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

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

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

About This Skill

What it does

The check-stripe skill allows you to verify the status of your Stripe account and recent transactions. It can confirm whether your account is active, display your current balance, and provide details about the last few payments processed. This provides a quick way to monitor your Stripe integration's health and financial activity.

When to use it

  • Account Health Checks: Regularly verify that your Stripe account remains active and in good standing.
  • Transaction Monitoring: Quickly review recent transactions to identify any unexpected or suspicious activity.
  • Balance Verification: Confirm the accuracy of your reported balance against your own records.
  • Troubleshooting Integration Issues: When encountering problems with payments, use this skill to check account status and transaction details for clues.

Key capabilities

  • Account Status Retrieval
  • Balance Reporting
  • Recent Transaction Details

Example prompts

  • "Check my Stripe account status."
  • "What is my current Stripe balance?"
  • "Show me the last three Stripe transactions."

Tips & gotchas

This skill requires appropriate API keys and permissions to access your Stripe account. Ensure these are configured correctly within the agent's environment for accurate results.

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
phrazzld
Installs
23

🌐 Community

Passed automated security scans.