← Registry

Developer Tools

cabgo.app

Helps users create and manage branded Cabgo apps.

2 endpoints18 known toolsFirst detected June 26, 2026Last detected July 31, 2026

ENDPOINT 1

https://www.cabgo.app/mcp

No auth detected

MCP server metadata

Name
Cabgo
Version
1.0.0
Capabilities
tools

Known tools 7

cabgo_create_my_app

Materializes a free Cabgo workspace for the operator and queues an Android build of their branded app.

Inferred read-only
cabgo_install_instructions

**Use THIS for any installation / setup / connection / 'how do I connect Cabgo' question, AND for any user who says they don't have a Cabgo account yet.** Returns step-by-step instructions for (a) creating a Cabgo account at https://www.cabgo.app/empezar when needed and (b) installing the Cabgo MCP connector in the user's chat client (ChatGPT, Claude Desktop, Cursor).

Inferred read-only
cabgo_about

Public (no auth): describe what Cabgo is.

Inferred read-only
cabgo_pricing

Public (no auth): informational pricing reference.

Inferred read-only
cabgo_create_trial

Public (no auth): create a Cabgo tenant in TRIAL state — **no payment required up-front**.

Potential side effects
cabgo_start_signup

Public (no auth): generate a signup URL for the operator who wants to **pay first** then configure (legacy flow).

Potential side effects
cabgo_get_publish_requirements

Public (no auth): returns the REAL operator checklist for publishing (most assets are auto-generated — bundle id, screenshots, descriptions, policies — so the operator only provides API access).

Inferred read-only

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"
enabled = true
Claude Code

.mcp.json

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

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

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

Client-specific MCP configuration

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

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

ENDPOINT 2

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

No auth detected

MCP server metadata

Name
Cabgo
Version
1.0.0
Capabilities
tools

Known tools 11

cabgo_create_my_app

Creates a Cabgo workspace and queues an Android build of the operator's branded app.

Inferred read-only
cabgo_list_my_tenants

Returns every tenant your bearer token can operate on, with the relation (owner / member / reseller) and role each one grants.

Inferred read-only
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`.

Inferred read-only
cabgo_list_services

Operator: active ServiceTypes for the tenant.

Inferred read-only
cabgo_create_service_type

Operator: register a new service type (e.g.

Inferred read-only
cabgo_get_branding

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

Inferred read-only
cabgo_update_branding

Operator: update branding.

Potential side effects
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?'.

Inferred read-only
cabgo_list_builds

Dashboard: list the tenant's most recent app builds (Android + iOS).

Inferred read-only
cabgo_trigger_build

Dashboard: queue a new app build for the tenant.

Inferred read-only
cabgo_get_build

Dashboard: full status of one build, including artifactUrl/aabUrl when SUCCESS and errorMessage when FAILED.

Inferred read-only

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.

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for cabgo.app was fetched 2026-09-05T19:15:20.048Z.

Trust status Trusted

cabgo.app is assessed as Trusted: Domain runs a meaningful technology spend, consistent with a real business.

Indexed

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