# n3153

## Quick Start

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

# Browse available tools
npx -y @smithery/cli@latest tool list nadine/n3153

# Get full schema for a tool
npx -y @smithery/cli@latest tool get nadine/n3153 lexicon_vs_search

# Call a tool
npx -y @smithery/cli@latest tool call nadine/n3153 lexicon_vs_search '{}'
```

## Direct MCP Connection

Endpoint: `https://n3153--nadine.run.tools`

## Tools (3)

- `lexicon_vs_search` — Head-to-head comparison of two entities (companies, products, policies, people, etc.) across a chosen dimension. Return…
- `lexicon_methodology_search` — Analyse any topic through a structured analytical framework (SWOT, PESTLE, Porter's Five Forces, BCG Matrix, McKinsey 7…
- `lexicon_topic_search` — Topic-specific intelligence search across five lenses: comparing decisions, planning, strategy, competitor insights, or…

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