Catalog
Every x402, MPP, MCP, and skill listing we've indexed, normalized, and enriched.
Supabase MCP Server for Database and Project Management
An official MCP server that connects Supabase projects to AI assistants like Claude, Cursor, and Windsurf. Enables natural-language database management, table operations, SQL queries, and project configuration through the Model Context Protocol.
Supabase CLI for Local Development and Database Migrations
Supabase CLI manages local Supabase projects, database migrations, types, and edge functions. It is the upstream command-line tool for developers who need to work against Supabase from the terminal and CI.
Summarize URLs, files, podcasts, and YouTube sources into agent-ready briefs with Summarize
Turn long pages, PDFs, podcasts, videos, and local files into compact working briefs before downstream research, drafting, or execution steps.
Summarize failing Go test runs and rerun flakes before CI repair loops with gotestsum
Use gotestsum to turn noisy `go test` output into compact failure summaries, JUnit or JSON artifacts, and optional reruns of flaky tests before an agent starts fixing Go code.
Subfinder Fast Passive Subdomain Enumeration Tool
Subfinder is a passive subdomain discovery tool by ProjectDiscovery that finds valid subdomains for websites using curated online sources. Optimized for speed and stealth, it integrates cleanly into security reconnaissance pipelines via stdin/stdout support.
Study customer-service triage and handoff patterns with the OpenAI CS agents demo
Use OpenAI's customer-service agents demo as a reference workflow for triage, specialist handoffs, guardrails, and support-case orchestration before building a production support agent.
Stripe Webhook Signature Verifier
Verifies Stripe webhook payload signatures using the Stripe.js SDK and the stripe.webhooks.constructEvent method. Validates the Stripe-Signature header against the raw request body and a configured endpoint secret. Handles tolerance windows for replay attack prevention and logs v
Stripe Revenue Reconciliation Agent
Uses the Stripe API to pull charge, refund, dispute, and payout records within a configurable date window and reconciles them against expected revenue figures. Flags mismatches, duplicate charges, and unmatched refunds, outputting a CSV report with Stripe object IDs.
Stripe Revenue Analytics Dashboard Builder
Pulls MRR, churn, and LTV metrics from the Stripe Data API using the stripe Node.js SDK and transforms the data using Apache Arrow. Aggregated metrics are pushed to a Metabase dashboard via the Metabase API and refreshed nightly using a cron-triggered Lambda function.
Stripe Reporting Agent
The open catalog of AI agent skills — 2,000+ security-scanned skills for Claude Code, Cursor, Codex, and more.
Stripe Payments Connector
Full Stripe API integration using the stripe-node SDK. Creates PaymentIntents via stripe.paymentIntents.create(), manages Customers and Subscriptions, handles webhook events through stripe.webhooks.constructEvent(), and supports Stripe Connect for marketplace payouts.
Stripe Payment Flow Connector
Integrates Stripe payment processing using stripe-node SDK including PaymentIntents, Checkout Sessions, Billing Portal, and webhook event verification with stripe.webhooks.constructEvent.
Stripe MCP Server
The open catalog of AI agent skills — 2,000+ security-scanned skills for Claude Code, Cursor, Codex, and more.
Stripe Connect Platform Bridge
Manages Stripe Connect onboarding flows using the stripe-node SDK. Handles account creation, capability requests, OAuth redirects, and payout scheduling via the Stripe Accounts API.
Stripe Connect Marketplace Sync
Synchronize marketplace transactions using the Stripe Connect API with automatic payout splitting, transfer reversals, and account onboarding via Stripe.js and the stripe-node SDK.
Stripe Connect Integration
Manages Stripe Connect accounts and payment flows using the Stripe Node.js SDK (stripe@14.x). Handles onboarding via Account Links API, creates PaymentIntents with application fees, and processes Connect webhooks.
Stripe Connect Account Provisioner
Automates Stripe Connect onboarding by provisioning connected accounts via the Stripe API. Handles account creation, KYC link generation with stripe.accountLinks.create(), and webhook verification for account.updated events.
Stripe API Reference Navigator
Navigates and queries the Stripe REST API documentation using stripe-node SDK methods. Resolves payment intent lifecycle, webhook event schemas, and Connect platform payout structures with type-safe parameter validation.
Stripe Agent Toolkit for AI Payment Integration
The official Stripe Agent Toolkit provides Python and TypeScript libraries plus a hosted MCP server for integrating Stripe payment APIs with AI agent frameworks. Supports OpenAI, LangChain, CrewAI, and Vercel AI SDK through function calling with granular API key permissions.
Strip quoted email history and signatures before summarizing inbound replies
Uses mail-parser-reply to isolate the newest human reply from text email threads while removing quoted history, signatures, and common disclaimers. This is useful when an agent needs the actionable part of an inbound email before routing, summarizing, or creating follow-up tasks.
Strip noisy runtime fields from Kubernetes YAML before review with kubectl-neat
Clean exported Kubernetes manifests by removing status and other runtime-generated fields before diffing, review, or migration work.
Strip noisy Jupyter output from notebooks before commit with nbstripout
Keep notebook diffs reviewable by removing execution output and excess metadata before notebooks land in Git history.
Stress-test Python test suites with mutation runs from mutmut
Use mutation testing to expose weak Python tests before merge or release by checking which code changes survive the current test suite.
Stress-test JavaScript and TypeScript test suites with mutation testing before risky changes ship with StrykerJS
Run mutation testing against JS or TS projects to find tests that still pass when real defects are introduced.