# Lucairn Privacy Gateway

Lucairn is an EU-based privacy gateway for AI APIs.

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y smithery mcp add lucairneu/gatewayAI

# Browse available tools
npx -y smithery tool list lucairneu/gatewayAI

# Get full schema for a tool
npx -y smithery tool get lucairneu/gatewayAI chat_via_lucairn

# Call a tool
npx -y smithery tool call lucairneu/gatewayAI chat_via_lucairn '{}'
```

## Direct MCP Connection

Endpoint: `https://gatewayai--lucairneu.run.tools`

## Tools (1)

- `chat_via_lucairn` — Send an Anthropic Messages API request through the Lucairn privacy gateway. PII is detected and replaced with placehold…

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