# Tier List

Create visual tier list images from ranked items and categories. Share rankings in a clear, professional format for easy comparison. Customize labels and groupings to suit any categorization task.

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y smithery mcp add carmex/tier-list

# Browse available tools
npx -y smithery tool list carmex/tier-list

# Get full schema for a tool
npx -y smithery tool get carmex/tier-list generate_tier_list

# Call a tool
npx -y smithery tool call carmex/tier-list generate_tier_list '{}'
```

## Direct MCP Connection

Endpoint: `https://tier-list--carmex.run.tools`

## Tools (1)

- `generate_tier_list` — Generate a tier list image from a list of items and rankings. Returns the image as a base64 string.

```bash
# Get full input/output schema for a tool
npx -y smithery tool get carmex/tier-list <tool-name>
```

## Resources

- `tier-list://defaults` — The default tier configuration (S, A, B, etc.) used if no custom tiers are provided.

## Prompts (1)

- `generate-tier-list` — Template for generating a tier list
