stripe-tax-mcp-server

stripe-tax-mcp-server

3.2

If you are the rightful owner of stripe-tax-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

A Model Context Protocol (MCP) server that interacts with the Stripe Tax and Invoices API to retrieve and modify tax settings, calculations, and invoice data.

The Stripe Tax and Invoices API MCP Server is designed to facilitate seamless interaction with Stripe's tax and invoice functionalities. It allows users to retrieve and update tax settings, perform tax calculations, and manage invoices through a structured protocol. The server is built on Node.js and requires a Stripe account with API access. It supports various operations such as retrieving tax settings, updating tax settings, creating and retrieving tax calculations, and managing product tax codes. The server is configurable via environment variables, ensuring secure handling of API keys. It is compatible with different platforms, including Claude Desktop, and provides detailed usage examples and troubleshooting tips.

Features

  • Retrieve and update tax settings from Stripe.
  • Perform tax calculations and retrieve calculation details.
  • Manage product tax codes and associate them with products.
  • Retrieve and list invoices with various filtering options.
  • Compatible with different platforms, including Claude Desktop.

Tools

  1. getTaxSettings

    Retrieves current tax settings from Stripe.

  2. updateTaxSettings

    Updates tax settings in Stripe.

  3. retrieveTaxCalculation

    Retrieves a tax calculation from Stripe by its ID.

  4. createTaxCalculation

    Creates a new tax calculation in Stripe.

  5. listTaxCalculationLineItems

    Retrieves line items for a tax calculation from Stripe by its ID.

Related MCP Servers

View all finance servers →