快速接入
安装与连接
选择适合客户端的连接方式,检查环境变量后复制配置。
官方远程服务 / OAuth
streamable-httpoauth2
https://mcp.stripe.com客户端配置 JSON
{
"url": "https://mcp.stripe.com",
"type": "http"
}官方远程服务 / Restricted Key
streamable-httpapi-key
https://mcp.stripe.comSTRIPE_API_KEY客户端配置 JSON
{
"url": "https://mcp.stripe.com",
"type": "http",
"headers": {
"Authorization": "Bearer ${STRIPE_API_KEY}"
}
}