← breeze.com

INDIVIDUAL MCP TOOL

breeze_checkout_terminology

Call this when researching how to implement checkout, payment links, hosted payment pages, or invoices on Breeze.

breeze.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://docs.breeze.com/mcp

No auth detected

Connect to this endpoint to inspect the live schema for breeze_checkout_terminology and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description suggests a financial action.

Parent server

breeze.com

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.breeze-public-docs]
url = "https://docs.breeze.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "breeze-public-docs": {
      "type": "http",
      "url": "https://docs.breeze.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: breeze-public-docs
Remote MCP URL: https://docs.breeze.com/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "breeze-public-docs": {
      "url": "https://docs.breeze.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "breeze-public-docs": {
      "type": "http",
      "url": "https://docs.breeze.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "breeze-public-docs",
  "transport": "streamable-http",
  "url": "https://docs.breeze.com/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • list-endpoints — Lists all API paths and their HTTP methods with summaries, organized by path.
  • get-endpoint — Gets detailed information about a specific API endpoint, including security schemes and servers
  • search-endpoints — Performs a deep search through paths, operations, and parameters to discover relevant API endpoints.
  • execute-request — Executes an API request with a given HAR request object.
  • get-server-variables — Gets the server variables for each server within a specific OpenAPI spec.
  • search — Searches through documentation with the given search query, returning a list of results with ID, title, and URL.
  • fetch — Gets detailed content for documentation by ID returned from the `search` tool.
  • breeze_webhooks_docs — Call this when researching Breeze webhooks — event types, payload shapes, signature verification, retry behavior, or handler implementation.