ENDPOINT 1
https://www.cabgo.app/mcp
MCP server metadata
- Name
- Cabgo
- Version
- 1.0.0
Known tools 7
cabgo_create_my_appMaterializes a free Cabgo workspace for the operator and queues an Android build of their branded app.
Inferred read-onlycabgo_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-onlycabgo_create_trialPublic (no auth): create a Cabgo tenant in TRIAL state — **no payment required up-front**.
Potential side effectscabgo_start_signupPublic (no auth): generate a signup URL for the operator who wants to **pay first** then configure (legacy flow).
Potential side effectscabgo_get_publish_requirementsPublic (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-onlyCONNECT 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
MCP server metadata
- Name
- Cabgo
- Version
- 1.0.0
Known tools 11
cabgo_create_my_appCreates a Cabgo workspace and queues an Android build of the operator's branded app.
Inferred read-onlycabgo_list_my_tenantsReturns every tenant your bearer token can operate on, with the relation (owner / member / reseller) and role each one grants.
Inferred read-onlycabgo_set_default_tenantDashboard: pick which of the operator's tenants is the default for tenant-scoped tool calls that don't explicitly pass `tenantId`.
Inferred read-onlycabgo_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-onlycabgo_list_buildsDashboard: list the tenant's most recent app builds (Android + iOS).
Inferred read-onlycabgo_get_buildDashboard: full status of one build, including artifactUrl/aabUrl when SUCCESS and errorMessage when FAILED.
Inferred read-onlyCONNECT 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.
cabgo.app is assessed as Trusted: Domain runs a meaningful technology spend, consistent with a real business.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.