# Rostro Image, Video, 3D, Voice, SFX, Music

Turn any language model into a multimodal powerhouse that can generate images, music, videos and more on the fly. Rostro's tools are designed to be used by language models from the ground up, expandi…

## Quick Start

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

# Browse available tools
npx -y @smithery/cli@latest tool list francis-ros/rostro-mcp

# Get full schema for a tool
npx -y @smithery/cli@latest tool get francis-ros/rostro-mcp account

# Call a tool
npx -y @smithery/cli@latest tool call francis-ros/rostro-mcp account '{}'
```

## Direct MCP Connection

Endpoint: `https://rostro-mcp--francis-ros.run.tools`

## Tools (5)

- `account` — Response includes their identity, current scopes/access, subscription, and credit balance.
- `imagine` — A unified endpoint for multimedia asset generation. For example, if the user asks for you to 'make', 'create', 'generat…
- `history` — A unified endpoint for fetching multimedia asset generation history.
- `check` — Continue to wait for a currently running generation. Usually only videos and 3D models take long enough to require this.
- `delete` — Delete the media with these uuids. Don't use this unless the user explicitly asks you to.

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