# Symbols Of Wealth Studio

The official MCP server for Symbols of Wealth Studio — a senior-creative-director-led studio producing world-class brand content at studio scale, with AI as the production leverage layer.

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y smithery mcp add lisleabrahams-creative/sow-studio

# Browse available tools
npx -y smithery tool list lisleabrahams-creative/sow-studio

# Get full schema for a tool
npx -y smithery tool get lisleabrahams-creative/sow-studio get_studio_info

# Call a tool
npx -y smithery tool call lisleabrahams-creative/sow-studio get_studio_info '{}'
```

## Direct MCP Connection

Endpoint: `https://sow-studio--lisleabrahams-creative.run.tools`

## Tools (2)

- `get_studio_info` — Returns the full studio profile for Symbols of Wealth Studio — a senior-creative-director-led AI-powered studio produci…
- `get_contact_info` — Returns contact information for Symbols of Wealth Studio — email, website, location, and how to engage. Use this when a…

```bash
# Get full input/output schema for a tool
npx -y smithery tool get lisleabrahams-creative/sow-studio <tool-name>
```
