# compass-mcp

Compass DaaS exposes vegan-friendly restaurant search, restaurant enrichment, and dietary fit decision tools over the Model Context Protocol.

## Quick Start

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

# Browse available tools
npx -y smithery tool list compassfoodtech/compass-mcp

# Get full schema for a tool
npx -y smithery tool get compassfoodtech/compass-mcp compass_search

# Call a tool
npx -y smithery tool call compassfoodtech/compass-mcp compass_search '{}'
```

## Tools (3)

- `compass_search` — Search restaurants by natural-language dietary query. Returns ranked results with VeganScore, evidence, and confidence.…
- `compass_enrich_restaurant` — Match a restaurant by name and address, then return Compass enrichment data including VeganScore, vegan dietary profile…
- `compass_decide_fit` — Conservative fit decision for a restaurant against a user dietary profile. Returns "fit", "not_fit", or "unknown" with …

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