Command Palette

Search for a command to run...

UnylyUnyly
Весь каталог

Stripe Connect Server

БесплатноНе проверен

Read-only access to Stripe data including customers, charges, subscriptions, balance, and invoices.

GitHubEmbed

Описание

Read-only access to Stripe data including customers, charges, subscriptions, balance, and invoices.

README

Stripe MCP Pack — read-only access to Stripe data via API key.

Part of Pipeworx — an MCP gateway connecting AI agents to 1394+ live data sources.

Tools

Tool Description
stripe_list_customers List Stripe customers. Supports pagination.
stripe_get_customer Get a Stripe customer by ID.
stripe_list_charges List Stripe payment charges for your account, optionally filtered by customer ID. Returns charge ID, amount, currency, status, and timestamp. Supports limit (1-100) pagination.
stripe_list_subscriptions List active subscriptions.
stripe_get_balance Get the current Stripe account balance.
stripe_list_invoices List Stripe invoices, optionally filtered by customer ID and/or status (draft, open, paid, void, uncollectible). Returns invoice ID, amount due, due date, and payment status.

Quick Start

Add to your MCP client (Claude Desktop, Cursor, Windsurf, etc.):

{
  "mcpServers": {
    "stripe_connect": {
      "url": "https://gateway.pipeworx.io/stripe_connect/mcp"
    }
  }
}

Or connect to the full Pipeworx gateway for access to all 1394+ data sources:

{
  "mcpServers": {
    "pipeworx": {
      "url": "https://gateway.pipeworx.io/mcp"
    }
  }
}

Using with ask_pipeworx

Instead of calling tools directly, you can ask questions in plain English:

ask_pipeworx({ question: "your question about Stripe_connect data" })

The gateway picks the right tool and fills the arguments automatically.

More

License

MIT

from github.com/pipeworx-io/mcp-stripe_connect

Установка Stripe Connect Server

У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.

▸ github.com/pipeworx-io/mcp-stripe_connect

FAQ

Stripe Connect Server MCP бесплатный?

Да, Stripe Connect Server MCP бесплатный — установка в пару кликов через Unyly без оплаты.

Нужен ли API-ключ для Stripe Connect Server?

Нет, Stripe Connect Server работает без API-ключей и переменных окружения.

Stripe Connect Server — hosted или self-hosted?

Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.

Как установить Stripe Connect Server в Claude Desktop, Claude Code или Cursor?

Открой Stripe Connect Server на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.

Похожие MCP

Compare Stripe Connect Server with

Не уверен что выбрать?

Найди свой стек за 60 секунд

Автор?

Embed-бейдж для README

Похожее

Все в категории finance