# ssss

## Quick Start

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

# Browse available tools
npx -y @smithery/cli@latest tool list osamah96/ssss

# Get full schema for a tool
npx -y @smithery/cli@latest tool get osamah96/ssss get_brand_context

# Call a tool
npx -y @smithery/cli@latest tool call osamah96/ssss get_brand_context '{}'
```

## Direct MCP Connection

Endpoint: `https://ssss--osamah96.run.tools`

## Tools (3)

- `get_brand_context` — Retrieve comprehensive brand guidelines and rules
- `get_brand_visuals` — Fetch PDFs and visual assets from brand
- `analyze_content` — Analyze content against brand guidelines

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get osamah96/ssss <tool-name>
```
