Spot pre-launch products before they trend. Search the web and tech sites, extract and parse pagesβ¦
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
π‘ Paste into ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)
Inspect callable tools, capabilities, and parameters exposed to AI agents by Rainbowgore Stealthee Mcp Tools.
web_searchSearch the web for stealth launches (Tavily)
url_extractExtract content from URLs (BeautifulSoup)
score_signalAI-powered signal scoring (OpenAI)
batch_score_signalsBatch process multiple signals
search_tech_sitesSearch tech news sites only
parse_fieldsExtract structured fields from HTML

Stealthee is a dev-first system for surfacing pre-public product signals - before they trend. Built for CTOs and tech leaders who need competitive intelligence and early threat detection. It combines search, extraction, scoring, and alerting into a plug-and-play pipeline you can integrate into Claude, LangGraph, Smithery, or your own AI stack via MCP.
Perfect for competitive intelligence, technology trend monitoring, and strategic planning.
Use it if you're:
| Tool | Description |
|---|---|
web_search | Search the web for stealth launches (Tavily) |
url_extract | Extract content from URLs (BeautifulSoup) |
score_signal | AI-powered signal scoring (OpenAI) |
batch_score_signals | Batch process multiple signals |
search_tech_sites | Search tech news sites only |
parse_fields | Extract structured fields from HTML |
run_pipeline | End-to-end detection pipeline |
Clone and Setup
Configure Environment
Fill the .env file with your API keys:
Start Servers
All MCP tools listed above are available out-of-the-box in Smithery. Smithery is a visual agent and workflow builder for AI tools, letting you chain, test, and orchestrate these tools with no code.
To use Stealth Radar MCP in Cursor via the hosted URL (Streamable HTTP):
Stealth Radar (or any name you like).streamableHttp.https://smithery.ai/server/rainbowgore/Product-Stealth-Launch-Radar), orhttps://your-ngrok-url.ngrok-free.app/mcp (must end with /mcp).If you run the server locally, use stdio instead: set Type to stdio, Command to your Python path, and Args to mcp_server_stdio.py with cwd pointing at the repo.
Add to your Claude Desktop config.json file:
For Analysts & Builders:
web_search: Find stealth product mentions across the weburl_extract: Pull and clean raw text from landing pagesscore_signal: Judge how likely a change log implies launchbatch_score_signals: Quickly triage dozens of scraped URLssearch_tech_sites: Limit queries to trusted domains onlyparse_fields: Extract pricing/release info from messy HTMLrun_pipeline: Full pipeline β search β extract β parse β scoreweb_search or search_tech_sites to find relevant URLsurl_extract to get clean content from URLsparse_fields to extract structured data (pricing, changelog, etc.)score_signal or batch_score_signals for AI-powered analysisYou can also run this project as a FastAPI server for REST-style access to all MCP tools.
Search for stealth launches:
Run full detection pipeline:
query (required): Search phrase (e.g. "AI roadmap")num_results (optional, default: 5): Number of search results to analyzetarget_fields (optional, default: ["pricing", "changelog"]): Fields to extract from HTMLThe score_signal and batch_score_signals tools use GPT-3.5 to evaluate:
| Field | Type | Description |
|---|---|---|
id | INTEGER | Primary key |
url | TEXT | Source URL |
title | TEXT | Signal title |
html_excerpt | TEXT | First 500 characters of content |
changelog | TEXT | Parsed changelog (optional) |
pricing | TEXT | Parsed pricing info (optional) |
score | REAL | Stealth likelihood (0β1) |
confidence | TEXT | Confidence level |
reasoning | TEXT | AI rationale for the score |
created_at | TEXT | ISO timestamp |
Then visit: http://localhost:8000/docs
Built with π for those who spot what others miss.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/rainbowgore-stealthee-mcp-tools)<a href="https://allmcps.com/mcp/rainbowgore-stealthee-mcp-tools"><img src="https://allmcps.com/api/badge/rainbowgore-stealthee-mcp-tools?style=directory" alt="Rainbowgore Stealthee Mcp Tools on AllMCPs" /></a>