← Registry

API Tools

breeze.com

This server helps developers discover and test APIs by listing endpoints, searching for specific operations, and executing requests against OpenAPI-defined services.

1 endpoint9 known toolsFirst detected August 14, 2026Last detected August 14, 2026

ENDPOINT 1

https://docs.breeze.com/mcp

No auth detected

MCP server metadata

Name
Breeze public docs
Version
1.6
Capabilities
tools

Known tools 9

list-endpoints

Lists all API paths and their HTTP methods with summaries, organized by path.

Inferred read-only
get-endpoint

Gets detailed information about a specific API endpoint, including security schemes and servers

Inferred read-only
search-endpoints

Performs a deep search through paths, operations, and parameters to discover relevant API endpoints.

Inferred read-only
execute-request

Executes an API request with a given HAR request object.

Potential side effects
get-server-variables

Gets the server variables for each server within a specific OpenAPI spec.

Inferred read-only
search

Searches through documentation with the given search query, returning a list of results with ID, title, and URL.

Inferred read-only
fetch

Gets detailed content for documentation by ID returned from the `search` tool.

Inferred read-only
breeze_webhooks_docs

Call this when researching Breeze webhooks — event types, payload shapes, signature verification, retry behavior, or handler implementation.

Inferred read-only
breeze_checkout_terminology

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

Potential side effects

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.

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for breeze.com was fetched 2026-08-26T00:35:22.816Z.

Trust status Caution

breeze.com is assessed as Caution: Domain is currently showing placeholder (lorem ipsum) content.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.