Skip to main content
Glama

stripecheckup

Server Details

Scan pasted Stripe webhook/checkout code for common integration bugs.

If you are the author of this connector, you can claim ownership with GitHub, an HTTP challenge, or a DNS record. Claimed connector authors can inspect health checks, view analytics, and manage their listing.
Status
Healthy
Last Tested
Transport
Streamable HTTP
URL

TDQS

A4.5/5.0

Scored across 1 tool

Disambiguation5/5

With only one tool, there is no possibility of overlap or confusion between tools. An agent will always know which tool to call for this purpose.

Naming Consistency5/5

The single tool follows a clear verb_noun convention (check_stripe_code). Consistency is trivially perfect since there is only one name to evaluate.

Tool Count3/5

One tool is thin for most servers, but here the scope is intentionally narrow (a single regex-based linter), so it is borderline rather than clearly wrong. The tool earns its place, but the server could plausibly offer a few more focused checks.

Completeness4/5

The tool explicitly covers several high-value Stripe integration bugs (webhook signature verification, subscription.updated handling, checkout metadata, premature customer creation). It is not a full Stripe audit surface, but for its stated pattern-matching purpose the coverage is solid, with only minor gaps like idempotency or other edge-case checks.

Available Tools

1 tool
check_stripe_codeAInspect

Paste Stripe integration source code (a webhook handler, a checkout-session-creation route, or both concatenated) and get back pattern-based findings for the most common integration bugs: missing webhook signature verification, missing customer.subscription.updated handling (the single most common bug -- dunning marks a subscription past_due/unpaid, not canceled, so a handler that only reacts to .deleted leaves non-paying customers with access forever), missing checkout metadata/client_reference_id, and premature customer creation. This is regex pattern matching over text, not a real parser -- treat a clean result as 'didn't find a problem', not a guarantee. Nothing pasted is stored.

ParametersJSON Schema
NameRequiredDescriptionDefault
codeYesStripe webhook handler and/or checkout-session-creation source code

TDQS

A4.6/5.0
Behavior5/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations, the description carries the full behavioral burden and does so well: it discloses the critical false-negative risk ('regex pattern matching, not a real parser -- treat a clean result as didn't find a problem'), explains why one pattern matters (dunning marks past_due/unpaid, not canceled), and states the data-handling guarantee ('Nothing pasted is stored').

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The purpose and input instruction are front-loaded, and each later sentence adds non-redundant value (limitation caveat, privacy note). The first sentence is dense with a long parenthetical explaining the dunning scenario, which is useful but makes it less scannable than it could be.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

There is no output schema and no annotations, yet the description covers input expectations, the nature of the output (findings for named bug categories), the accuracy limitation, and data retention. An agent has everything needed to call this correctly and interpret results cautiously.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Only one parameter exists and the schema already documents it at 100% coverage, so the baseline is 3. The description goes further by clarifying the expected content and that two files can be concatenated, which the schema's short field description does not convey.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

States a precise verb+resource ('Paste Stripe integration source code ... get back pattern-based findings') and enumerates the exact bug classes it detects (missing signature verification, missing customer.subscription.updated handling, missing checkout metadata, premature customer creation). No sibling tool exists, so no differentiation is needed, and the scope is unambiguous.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Specifies exactly what input to supply (a webhook handler, a checkout-session-creation route, or both concatenated), which is the key usage condition for a single-input analysis tool. There are no alternatives to route between and no explicit when-not-to-use clause, so it falls just short of a 5.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections.

  1. 1 tool update
    • First observedcheck_stripe_code

Related MCP Connectors

Related MCP Servers

  • A
    license
    Not graded
    quality
    A
    maintenance
    Static analysis for vibe-coded apps. Flags security, reliability, performance, and AI quality issues in code generated by Cursor, v0, Bolt, and Copilot.
    952
    15
    MIT
  • A
    license
    Not graded
    quality
    C
    maintenance
    Enables agents to run static heuristic scans over a repository path via stdio, surfacing review candidates with file:line evidence for web3 auth and payment vulnerability patterns. Results can be used as CI-style gates or triage input without any dataflow analysis or external dependencies.
    MIT
  • A
    license
    Not graded
    quality
    C
    maintenance
    Scans code for exposed secrets, API keys, tokens, and credentials across 69 patterns covering cloud services, AI platforms, payment providers, authentication services, and databases.
    MIT
Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources