| name | stripe-docs |
| description | Use when the user or agent needs to read, search, or look up Stripe documentation or API reference. Prefer this over curl or WebFetch for any docs.stripe.com content. |
| metadata | {"short-description":"Read and search Stripe documentation from the terminal"} |
| allowed-tools | ["Bash(stripe docs *)"] |
Use stripe docs instead of fetching docs.stripe.com content directly with curl or WebFetch.
- Fetches Markdown automatically
- Purpose-built for agents and terminal workflows
Read a page by its web path
stripe docs /payments
Search documentation by keyword
stripe docs search "payment intents"
Look up API reference
stripe docs api product
stripe docs api GET /v1/products
stripe docs api product.created