← cabgo.app

INDIVIDUAL MCP TOOL

cabgo_get_branding

Operator: read tenant branding (logos, colors, support links).

cabgo.appnone authenticationAvailability not checked

LIVE ENDPOINT

https://www.cabgo.app/mcp/operations

No auth detected

Connect to this endpoint to inspect the live schema for cabgo_get_branding 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

cabgo.app

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.cabgo]
url = "https://www.cabgo.app/mcp/operations"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "cabgo": {
      "type": "http",
      "url": "https://www.cabgo.app/mcp/operations"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: cabgo
Remote MCP URL: https://www.cabgo.app/mcp/operations

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": {
    "cabgo": {
      "url": "https://www.cabgo.app/mcp/operations"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "cabgo": {
      "type": "http",
      "url": "https://www.cabgo.app/mcp/operations"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "cabgo",
  "transport": "streamable-http",
  "url": "https://www.cabgo.app/mcp/operations"
}
MCP Inspector

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

Related tools

  • cabgo_create_my_app — Creates a Cabgo workspace and queues an Android build of the operator's branded app.
  • cabgo_list_my_tenants — Returns every tenant your bearer token can operate on, with the relation (owner / member / reseller) and role each one grants.
  • cabgo_set_default_tenant — Dashboard: pick which of the operator's tenants is the default for tenant-scoped tool calls that don't explicitly pass `tenantId`.
  • cabgo_list_services — Operator: active ServiceTypes for the tenant.
  • cabgo_create_service_type — Operator: register a new service type (e.g.
  • cabgo_update_branding — Operator: update branding.
  • cabgo_my_app_status — **Use THIS first** when the operator asks 'pásame mi app' / '¿ya está mi APK?' / '¿en qué va mi build?' / 'how's my build going?' / 'is my Android app ready?'.
  • cabgo_list_builds — Dashboard: list the tenant's most recent app builds (Android + iOS).