Payment

Invoicing MCP Server

Connect your account, then chat with AI to run tools.

Create, manage, and send invoices. Use this when you need to create invoices, add line items, finalize, send via email, collect payment, void invoices, or search invoice history.

9 tools
Agent guide included
Start Chatting

Opens MCPBundles Studio with this server selected. After sign-in, chat and run tools from the same thread.

Browse all tools

AI Skill
SKILL.md

Domain knowledge for Invoicing — workflow patterns, data models, and gotchas for your AI agent.

Stripe Invoicing

Invoice lifecycle: create draft → add invoice items → finalize (assigns number, moves to 'open') → send or pay. Voiding cancels permanently. Search for complex queries across invoices. Invoices are also auto-generated by subscriptions.

Tools in this Server (9)

Stripe Create Invoice

Create a draft invoice for a customer. The invoice starts in 'draft' status. Add line items by creating invoice items (via stripe_create_invoice_item)...

Stripe Create Invoice Item

Add a line item to a draft invoice. Provide either amount+currency or a price ID. If no invoice ID is given, the item is added to the customer's next ...

Stripe Fetch Invoice

Get detailed information about a specific invoice including line items, amounts, status, customer, and payment details.

Stripe Finalize Invoice

Finalize a draft invoice, changing its status to 'open'. Once finalized, the invoice is assigned a number and can be sent to the customer or paid. Thi...

Stripe List Invoices

List invoices with optional filtering by customer, subscription, status, collection method, and date range. Returns paginated results.

Stripe Pay Invoice

Pay an open invoice. By default, charges the customer's default payment method. Use paid_out_of_band=true for payments collected outside Stripe (cash,...

Stripe Search Invoices

Search invoices using Stripe's full-text search. More powerful than list — supports searching by customer, status, amount ranges, date ranges, and com...

Stripe Send Invoice

Send a finalized invoice to the customer via email. The invoice must be in 'open' status. If it's still in 'draft', finalize it first with stripe_fina...

Stripe Void Invoice

Void an open invoice. Voiding cancels the invoice permanently — no payment will be collected. Cannot void paid invoices (use refund instead).

Frequently Asked Questions

What is the Invoicing MCP server?

Create, manage, and send invoices. Use this when you need to create invoices, add line items, finalize, send via email, collect payment, void invoices, or search invoice history. It provides 9 tools that AI agents can use through the Model Context Protocol (MCP).

How do I connect Invoicing to my AI agent?

Add the MCPBundles server URL to your MCP client configuration (Claude Desktop, Cursor, VS Code, etc.). The URL format is: https://mcp.mcpbundles.com/bundle/stripe-invoicing. Authentication is handled automatically.

How many tools does Invoicing provide?

Invoicing provides 9 tools that can be called by AI agents, along with a SKILL.md that gives your AI agent domain knowledge about when and how to use them.

What authentication does Invoicing require?

Invoicing uses API Key. Stripe requires credentials. Connect via MCPBundles and authentication is handled automatically.

Setup Instructions

Connect Invoicing to any MCP client in minutes

https://mcp.mcpbundles.com/bundle/stripe-invoicing

What is MCP?

Model Context Protocol lets AI tools call external capabilities securely through a single URL. This bundle groups tools behind an MCP endpoint that many clients can use.

Use this bundle in 3 steps

  1. Copy the MCP URL above
  2. Open your AI tool and add a new MCP/connector
  3. Paste the URL and follow any auth prompts

Claude Desktop Users

Skip the manual setup! Use the .mcpb file format for one-click installation. Check the Claude Desktop tab for setup instructions.

Pick your tool tab for exact steps

Select ChatGPT, Cursor, Claude Code, or another tab for copy-paste config.

Ready to use Invoicing?

Sign in to connect your credentials and start running tools from the chat.

Invoicing MCP Server & Skill — 9 Tools