← cabgo.app

INDIVIDUAL MCP TOOL

cabgo_create_trial

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

cabgo.appnone authenticationAvailability not checked

Input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description contains a write-action term.
  • A tool name or description suggests a financial action.

Parent endpoint

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

.mcp.json

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

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

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

Client-specific MCP configuration

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

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

Related tools

  • cabgo_create_my_app — Materializes a free Cabgo workspace for the operator and queues an Android build of their branded app.
  • 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).
  • cabgo_about — Public (no auth): describe what Cabgo is.
  • cabgo_pricing — Public (no auth): informational pricing reference.
  • cabgo_start_signup — Public (no auth): generate a signup URL for the operator who wants to **pay first** then configure (legacy flow).
  • 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).