Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
STRIPE_SECRET_KEYNoSecret key for Stripe API authentication (e.g., sk_test_...), required when using the Stripe MCP server

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
get_customer

Retrieves full details for a specific Stripe customer, including their email, balance, and metadata. Use this when you have a specific customer ID (starting with cus_).

list_customers

Lists the most recent Stripe customers. Useful for finding a customer by their name or email if you don't have their ID.

get_payment_intent

Retrieves details for a specific Stripe PaymentIntent, including status, amount, and any errors. Use this to check the status of a specific transaction.

list_payment_intents

Lists recent PaymentIntents. Useful for seeing the latest transactions or finding a specific one by date.

get_balance

Retrieves the current Stripe balance, including available and pending funds for different currencies.

get_subscription

Retrieves details for a specific Stripe subscription, including current status, plan, and next billing date.

list_subscriptions

Lists recent subscriptions. Useful for summarizing active plans.

get_invoice

Retrieves a specific invoice, including line items and payment status.

list_invoices

Lists recent invoices. Useful for checking payment history for a customer.

get_coupon

Retrieves details of a specific coupon or discount code.

list_coupons

Lists active coupons and discounts.

get_product

Retrieves details of a specific Stripe product.

list_products

Lists active products. Useful for checking the product catalog.

get_price

Retrieves details of a specific price object.

list_prices

Lists prices. Useful for checking available pricing plans.

get_checkout_session

Retrieves details of a specific Stripe Checkout session.

list_checkout_sessions

Lists recent Checkout sessions.

get_payout

Retrieves details of a specific Stripe payout to your bank account.

list_payouts

Lists recent payouts.

get_dispute

Retrieves details of a specific dispute (chargeback).

list_disputes

Lists recent disputes.

get_tax_rate

Retrieves details of a specific tax rate.

list_tax_rates

Lists active tax rates.

create_refund

Creates a refund for a specific PaymentIntent. Can refund the full amount or a partial amount. This is a destructive financial operation.

update_customer_metadata

Updates the metadata key-value pairs on a Stripe customer. Existing keys not included in the request are left unchanged.

update_subscription

Updates a Stripe subscription. Can schedule cancellation at period end or change the subscription's price.

create_invoice

Creates a new draft invoice for a customer. The invoice must be finalized before it can be paid.

finalize_invoice

Finalizes a draft invoice, transitioning it to 'open' status so it can be paid. This action cannot be undone.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/vineethkrishnan/mcp-pool'

If you have feedback or need assistance with the MCP directory API, please join our Discord server