# gyotak-fish-market

Sashimi-grade flash-frozen fish from Hua Hin, Thailand. Search inventory, check availability (Fresh/Tier1/Tier2), and get purchase info for B2C retail (LINE @602pilci) and B2B wholesale (LINE @284ezj…

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add glmarket2007-m1qh/gyotak-fish-market

# Browse available tools
npx -y @smithery/cli@latest tool list glmarket2007-m1qh/gyotak-fish-market

# Get full schema for a tool
npx -y @smithery/cli@latest tool get glmarket2007-m1qh/gyotak-fish-market get_catalog

# Call a tool
npx -y @smithery/cli@latest tool call glmarket2007-m1qh/gyotak-fish-market get_catalog '{}'
```

## Direct MCP Connection

Endpoint: `https://gyotak-fish-market--glmarket2007-m1qh.run.tools`

## Tools (3)

- `get_catalog` — Get GYOTAK's full fish catalog with availability and pricing
- `search_fish` — Search fish by name (Japanese, Thai, or English)
- `get_contact_info` — Get information on how to purchase GYOTAK products

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get glmarket2007-m1qh/gyotak-fish-market <tool-name>
```
