← cabgo.app

INDIVIDUAL MCP TOOL

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.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_my_app_status 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