← bonto.dev
INDIVIDUAL MCP TOOL
list_packages
List the npm packages currently installed in an app (from package.json) along with the configured Node.js version.
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 endpoint
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.bonto-dev]
url = "https://api.bonto.dev/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"bonto-dev": {
"type": "http",
"url": "https://api.bonto.dev/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: bonto-dev
Remote MCP URL: https://api.bonto.dev/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": {
"bonto-dev": {
"url": "https://api.bonto.dev/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"bonto-dev": {
"type": "http",
"url": "https://api.bonto.dev/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "bonto-dev",
"transport": "streamable-http",
"url": "https://api.bonto.dev/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
login— Generate a 6-digit device code for authentication.set_token— Restore an authenticated session using a previously saved JWT token.check_login— Check if the device login code has been approved.list_apps— List all your Bonto apps with their current status, subdomain, and resource limits.get_app— Get detailed information about a specific app including its Docker service status.create_app— Create a new Bonto app.delete_app— DESTRUCTIVE: Permanently delete an app, its Docker service, volume, and all data including version history.start_app— Start a stopped or sleeping app by scaling its Docker service to 1 replica.