# @devtechtricks/stripe-mcp

Read-only MCP server for querying Stripe customers, payments, and invoices.

- **Type:** MCP server
- **Trust:** 60/100 (B), scored on the package rubric
- **Verification:** community-indexed — nobody has claimed this listing
- **Version:** 0.1.2
- **Author:** io.github.robinafaruqia
- **License:** MIT
- **npm:** @devtechtricks/stripe-mcp
- **Source:** https://github.com/robinafaruqia/stripe-mcp
- **Compatible clients:** claude-code, cursor, copilot, gemini (basis: transport)

## Trust

60/100 (B), scored on the package rubric
- Publisher verified: no
- Install scripts: nothing suspicious found
- Prompt-injection scan: not run
- Obfuscation scan: not run
- Evidence age: 16 days

## Security scan

- **Status:** clean
- **Scanned:** 2026-09-07T10:13:03.947Z
- **Version scanned:** 0.1.2
- **CVEs:** none found by OSV at scan time

## Tools

8 declared. Statically extracted from the shipped source — a floor on the surface, not a census.
- `list_customers` — List recent Stripe customers, most recent first.
- `get_customer` — Get full details for a single customer by ID.
- `list_payments` — List recent payment intents, most recent first.
- `get_payment` — Get full details for a single payment intent by ID.
- `list_subscriptions` — List subscriptions, optionally filtered by customer or status.
- `get_subscription` — Get full details for a single subscription by ID.
- `list_invoices` — List invoices, optionally filtered by customer or status.
- `list_refunds` — List recent refunds, most recent first.

## Install

**Verdict: review** — Installable, but 1 thing to check first: No publisher has proved control of this listing; it is indexed, not vouched for.
**Cautions** (coverage gaps and advisories — never blocking)
- No publisher has proved control of this listing; it is indexed, not vouched for.
**Config** (claude-code):
```json
"{\n  \"mcpServers\": {\n    \"stripe\": {\n      \"command\": \"npx\",\n      \"args\": [\n        \"-y\",\n        \"@devtechtricks/stripe-mcp\"\n      ],\n      \"env\": {\n        \"STRIPE_SECRET_KEY\": \"<YOUR_STRIPE_SECRET_KEY>\"\n      }\n    }\n  }\n}"
```
**Credentials it will ask for** (names only — Forge never holds a value):
- `STRIPE_SECRET_KEY` — Stripe Secret Key (required)
Placeholders only. Forge never holds, brokers, or transmits a credential value — replace each <YOUR_NAME> in your own config file. Do not send a value back to Forge; no Forge endpoint accepts one.
- This entry needs 1 credential (1 required). The generated config carries placeholders, so it will fail in the editor rather than at runtime if they are left unset.

## Blast radius

Moderate blast radius — holds an api key; runs on your machine.
- Floor 23, ceiling 23 (tier: moderate)
- This is impact, not likelihood. A high radius is not a defect: a filesystem server is supposed to write files. It is never part of the trust score.

## Machine-readable views of this entry

- Signed JSON: https://forgeregistry.com/api/v1/packages/%40devtechtricks%2Fstripe-mcp
- Install plan: https://forgeregistry.com/api/v1/packages/%40devtechtricks%2Fstripe-mcp/install-plan
- Alternatives: https://forgeregistry.com/api/v1/alternatives/%40devtechtricks%2Fstripe-mcp
- HTML page: https://forgeregistry.com/registry/%40devtechtricks%2Fstripe-mcp
- MCP: POST https://forgeregistry.com/api/mcp → `forge_get_package` / `forge_install_plan`

## About this document

Generated by Forge (https://forgeregistry.com) — a compact rendering of the same record served, signed, at the JSON URL above. Trust and scan facts are the registry's own measurements; anything Forge did not measure is named as unmeasured rather than omitted.
