# gengeo

GenGEO is a machine-readable merchant verification layer for AI commerce.

## Quick Start

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

# Browse available tools
npx -y smithery tool list warwick/gengeo

# Get full schema for a tool
npx -y smithery tool get warwick/gengeo verify_store

# Call a tool
npx -y smithery tool call warwick/gengeo verify_store '{}'
```

## Direct MCP Connection

Endpoint: `https://gengeo--warwick.run.tools`

## Tools (1)

- `verify_store` — Verify whether a merchant has an active GenGEO verification record. Results should be treated as one signal within a br…

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