# lexicon

Lexicon Oracle is a deep-knowledge engine that analyzes population data and professional behaviors unavailable in standard LLM training. Beyond raw demographics, it specializes in predictive modeling…

## Quick Start

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

# Browse available tools
npx -y smithery tool list nadine/lexicon

# Get full schema for a tool
npx -y smithery tool get nadine/lexicon lexicon.compare.vs

# Call a tool
npx -y smithery tool call nadine/lexicon lexicon.compare.vs '{}'
```

## Direct MCP Connection

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

**Optional config:**
- `apiKey` (query) — Your Lexicon Oracle API key

## Tools (6)

- `lexicon.compare.vs` — Head-to-head comparison of two entities (companies, products, policies, people, etc.) across a chosen dimension. Return…
- `lexicon.compare.methodology` — Analyse any topic through a structured analytical framework (SWOT, PESTLE, Porter's Five Forces, BCG Matrix, McKinsey 7…
- `lexicon.compare.topic` — Topic-specific intelligence search across five lenses: comparing decisions, planning, strategy, competitor insights, or…
- `lexicon.monitor.outage` — Detects live infrastructure outages for a vendor or query. Returns outage status, financial impact, SLA breach risk, mo…
- `lexicon.monitor.refunds` — Searches SEC EDGAR filings (8-K, 10-K, 10-Q) and live web sources to surface refund rates, refund amounts, SLA violatio…
- `lexicon.feed` — Returns all Lexicon-generated intelligence as structured JSON — every VS comparison and methodology analysis ever run, …

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