# Tembo Cloud API

Provide a standardized interface for integrating with the Tembo Cloud platform.

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add tembo-io/mcp-server-tembo

# Browse available tools
npx -y @smithery/cli@latest tool list tembo-io/mcp-server-tembo

# Get full schema for a tool
npx -y @smithery/cli@latest tool get tembo-io/mcp-server-tembo get_all_apps

# Call a tool
npx -y @smithery/cli@latest tool call tembo-io/mcp-server-tembo get_all_apps '{}'
```

## Tools (10)

- `get_all_apps` — Get attributes for all apps
- `get_app` — Get the attributes of a single App
- `ask_tembo` — Ask a question to Tembo Docs
- `get_instance_schema` — Get the json-schema for an instance
- `get_all_instances` — Get all Tembo instances in an organization
- `create_instance` — Create a new Tembo instance
- `get_instance` — Get an existing Tembo instance
- `delete_instance` — Delete an existing Tembo instance
- `patch_instance` — Update attributes on an existing Tembo instance
- `restore_instance` — Restore a Tembo instance

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get tembo-io/mcp-server-tembo <tool-name>
```

---

Source: https://github.com/tembo-io/mcp-server-tembo | License: MIT
