← 返回
未分类 Key 中文

Maverick Stripe Mcp

Search, read, and manage Stripe account data through Stripe's hosted MCP server. Thin pass-through to Stripe's official MCP; the live tool catalog is whateve...
通过Stripe托管的MCP服务器搜索、读取和管理Stripe账户数据。薄封装直通Stripe官方MCP;实时工具目录...
maverick maverick 来源
未分类 clawhub v1.0.3 4 版本 100000 Key: 需要
★ 0
Stars
📥 479
下载
💾 1
安装
4
版本
#latest

概述

Stripe

How to use this skill

This skill is a thin pass-through to Stripe's hosted MCP server at https://mcp.stripe.com. The live server is the source of truth for what tools exist, what they're called, what arguments they take, and any per-server instructions the server publishes.

Step 1 — Discover the live tool catalog and any server-published usage instructions. Always run this first; do not rely on tool names from memory:

mcporter --config {baseDir}/mcporter.json list maverick-stripe-mcp --schema

The output includes the server's Instructions: field, if published, and a JSON Schema for every tool's parameters. Treat this as the authoritative reference for the rest of the session.

Step 2 — Call any tool from the catalog using the form maverick-stripe-mcp.:

mcporter --config {baseDir}/mcporter.json call maverick-stripe-mcp.<tool> <arg>=<value> ...

Add --output json for structured output and transport-error envelopes:

mcporter --config {baseDir}/mcporter.json call --output json maverick-stripe-mcp.<tool> ...

Safety

Stripe tools can affect real customers, billing objects, subscriptions, refunds, account settings, and money movement. Confirm explicit user intent before any write-capable call, use restricted credentials where possible, and inspect current object state before changing it.

Authentication

This skill expects MAVERICK_STRIPE_MCP_ACCESS_TOKEN to be set in the agent runtime environment. mcporter sends it as Authorization: Bearer on every request.

If calls fail with auth errors, the token is invalid or revoked - re-issue and re-set MAVERICK_STRIPE_MCP_ACCESS_TOKEN. There is no automatic refresh; bearer tokens are static.

For agentic software, Stripe documents bearer authentication with a Stripe API key and recommends restricted API keys for least privilege. Store the credential in the runtime secret store or environment; do not embed it in code.

References

  • Stripe MCP overview and bearer authentication notes:
  • Stripe restricted API keys:
  • mcporter config reference:

版本历史

共 4 个版本

  • v1.0.3 当前
    2026-05-21 23:24 安全 安全
  • v1.0.2
    2026-05-21 13:31 安全 安全
  • v1.0.1
    2026-05-09 16:57 安全 安全
  • v1.0.0
    2026-05-08 03:33 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

dev-programming

YouTube

byungkyu
使用托管OAuth集成YouTube Data API,支持搜索视频、管理播放列表、获取频道数据及评论互动,适用于用户需要时使用此技能。
★ 142 📥 42,175
dev-programming

Mcporter

steipete
使用 mcporter CLI 直接列出、配置、认证及调用 MCP 服务器/工具(支持 HTTP 或 stdio),涵盖临时服务器、配置编辑及 CLI/类型生成功能。
★ 198 📥 68,312
design-media

Maverick Canva Mcp

maverick
通过Canva托管的MCP服务器搜索、读取和管理Canva设计作品。轻量级传递至Canva官方MCP;实时工具目录取决于...
★ 0 📥 816