# suba-1234

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y smithery mcp add osamah96/suba-1234

# Browse available tools
npx -y smithery tool list osamah96/suba-1234

# Get full schema for a tool
npx -y smithery tool get osamah96/suba-1234 read_tables

# Call a tool
npx -y smithery tool call osamah96/suba-1234 read_tables '{}'
```

## Direct MCP Connection

Endpoint: `https://suba-1234--osamah96.run.tools`

## Tools (4)

- `read_tables` — List all tables in the BrandMePlease database with row counts
- `query_brand_data` — Query BrandMePlease data from specific tables
- `get_brand_analysis` — Get brand analysis data with consistency scores
- `create_brand_analysis` — Create a new brand consistency analysis

```bash
# Get full input/output schema for a tool
npx -y smithery tool get osamah96/suba-1234 <tool-name>
```
