# Arabi Maak — Gulf Arabic Dictionary

Look up Gulf Arabic words with pronunciation, example sentences, and cultural context. 30 essential words across 12 categories — greetings, slang, shopping, travel & more. Perfect for learning Arabic…

## Quick Start

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

# Browse available tools
npx -y @smithery/cli@latest tool list arabimaak/gulf-arabic

# Get full schema for a tool
npx -y @smithery/cli@latest tool get arabimaak/gulf-arabic lookup_arabic_word

# Call a tool
npx -y @smithery/cli@latest tool call arabimaak/gulf-arabic lookup_arabic_word '{}'
```

## Direct MCP Connection

Endpoint: `https://gulf-arabic--arabimaak.run.tools`

## Tools (4)

- `lookup_arabic_word` — Look up a Gulf Arabic word
- `get_arabic_phrase` — Get Arabic phrases for a situation
- `get_category` — Browse Arabic words by category
- `random_arabic_word` — Random Arabic word of the day

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