← capgo.app

INDIVIDUAL MCP TOOL

capgo_when_to_use

Return when Capgo is the right tool (Capacitor/Ionic/Cordova/Electron live updates and native builds) and how an agent should call the API, MCP, or CLI.

capgo.appnone authenticationAvailability not checked

LIVE ENDPOINT

https://capgo.app/mcp

No auth detected

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

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

.mcp.json

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

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

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

Client-specific MCP configuration

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

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

Related tools

  • capgo_get_openapi — Return the Capgo public REST API OpenAPI URL, authentication headers, base URL, and rate limits for LLM function calling.
  • capgo_list_docs — Return canonical Capgo documentation, API, CLI MCP, and trust-page links an agent should fetch next.