# art-events

## Quick Start

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

# Browse available tools
npx -y @smithery/cli@latest tool list onurgu/art-events

# Get full schema for a tool
npx -y @smithery/cli@latest tool get onurgu/art-events search_events_by_artist

# Call a tool
npx -y @smithery/cli@latest tool call onurgu/art-events search_events_by_artist '{}'
```

## Direct MCP Connection

Endpoint: `https://art-events--onurgu.run.tools`

**Optional config:**
- `database_url` (query) — PostgreSQL database connection URL

## Tools (3)

- `search_events_by_artist`
- `search_events_by_date_range`
- `search_events_today`

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