# talnexis

TalNexis gives your AI assistant real-time hiring intelligence across 98 top tech companies — Anthropic, Nvidia, Stripe, Anduril, Snowflake, and more. Data is scraped daily from public job boards.

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y smithery mcp add katie-a-delgado/talnexis

# Browse available tools
npx -y smithery tool list katie-a-delgado/talnexis

# Get full schema for a tool
npx -y smithery tool get katie-a-delgado/talnexis list_companies

# Call a tool
npx -y smithery tool call katie-a-delgado/talnexis list_companies '{}'
```

## Direct MCP Connection

Endpoint: `https://talnexis--katie-a-delgado.run.tools`

## Tools (7)

- `list_companies` — List all tracked companies with their current open role counts, optionally filtered by sector.
- `get_company` — Get detailed hiring data for a specific company — open roles, AI %, signals, and top job categories.
- `get_top_movers` — Get companies with the most new roles posted in the last 7 days, ranked by hiring velocity.
- `get_ai_leaders` — Get companies with the highest percentage of AI/ML roles. Only includes companies with at least 5 AI roles.
- `get_signals` — Get recent hiring signals. Types: AI_HIRING_SURGE, HIRING_VELOCITY, CATEGORY_SPIKE, COMPLIANCE_EXPANSION, FUNCTIONAL_SH…
- `get_sector_pulse`
- `get_market_summary`

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