# Stealth Radar

Tracks tech news and web signals to identify unannounced product launches. Analyzes digital indicators to score the likelihood of stealth market entries. Provides a complete pipeline for tracking eme…

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add rainbowgore/Product-Stealth-Launch-Radar

# Browse available tools
npx -y @smithery/cli@latest tool list rainbowgore/Product-Stealth-Launch-Radar

# Get full schema for a tool
npx -y @smithery/cli@latest tool get rainbowgore/Product-Stealth-Launch-Radar web_search

# Call a tool
npx -y @smithery/cli@latest tool call rainbowgore/Product-Stealth-Launch-Radar web_search '{}'
```

## Direct MCP Connection

Endpoint: `https://product-stealth-launch-radar--rainbowgore.run.tools`

## Tools (7)

- `web_search` — Search the web for information about stealth product launches
- `url_extract` — Extract content from a URL for analysis
- `score_signal` — Score a signal for launch likelihood using AI
- `search_tech_sites` — Search tech news sites for stealth product launches
- `parse_fields` — Extract structured stealth-launch indicators from raw HTML using Nimble's AI Parsing Skills
- `batch_score_signals` — Score multiple signals for stealth launch likelihood in batch
- `run_pipeline` — End-to-end detection pipeline for stealth product launches

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get rainbowgore/Product-Stealth-Launch-Radar <tool-name>
```
