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.
ENDPOINT 1
https://docs.breeze.com/mcp
MCP server metadata
- Name
- Breeze public docs
- Version
- 1.6
Known tools 9
list-endpointsLists all API paths and their HTTP methods with summaries, organized by path.
Inferred read-onlyget-endpointGets detailed information about a specific API endpoint, including security schemes and servers
Inferred read-onlysearch-endpointsPerforms a deep search through paths, operations, and parameters to discover relevant API endpoints.
Inferred read-onlyget-server-variablesGets the server variables for each server within a specific OpenAPI spec.
Inferred read-onlysearchSearches through documentation with the given search query, returning a list of results with ID, title, and URL.
Inferred read-onlyfetchGets detailed content for documentation by ID returned from the `search` tool.
Inferred read-onlybreeze_webhooks_docsCall this when researching Breeze webhooks — event types, payload shapes, signature verification, retry behavior, or handler implementation.
Inferred read-onlybreeze_checkout_terminologyCall this when researching how to implement checkout, payment links, hosted payment pages, or invoices on Breeze.
Potential side effectsCONNECT 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.
breeze.com is assessed as Caution: Domain is currently showing placeholder (lorem ipsum) content.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.