← breeze.com

INDIVIDUAL MCP TOOL

get-server-variables

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

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 get-server-variables and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

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.
  • 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.
  • breeze_checkout_terminology — Call this when researching how to implement checkout, payment links, hosted payment pages, or invoices on Breeze.