Spot pre-launch products before they trend. Search the web and tech sites, extract and parse pages…
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"stealth-mcp": {
"cwd": "/path/to/stealthee-MCP-tools",
"env": {
"OPENAI_API_KEY": "your_openai_key",
"TAVILY_API_KEY": "your_tavily_key"
},
"args": [
"/path/to/stealthee-MCP-tools/mcp_server_stdio.py"
],
"command": "/path/to/stealthee-MCP-tools/.venv/bin/python"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
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.
No automated test available for this server. Check the GitHub README for setup instructions.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
Click any tool to inspect its schema.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in search / browser
Browser automation with Puppeteer for web scraping and testing
Web and local search using Brave Search API
Production ready MCP server with real-time search, extract, map & crawl.
Context7 Platform -- Up-to-date code documentation for LLMs and AI code editors
MCP Security Weekly
Get CVE alerts and security updates for Rainbowgore Stealthee Mcp Tools and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.

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
git clone https://github.com/rainbowgore/Stealthee-MCP-tools
cd stealthee-MCP-tools
python3 -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
Configure Environment
Fill the .env file with your API keys:
# Required
TAVILY_API_KEY=your_tavily_key_here
OPENAI_API_KEY=your_openai_key_here
NIMBLE_API_KEY=your_nimble_key_here
# Optional
SLACK_WEBHOOK_URL=your_slack_webhook_here
Start Servers
# MCP Server (for Claude Desktop)
python mcp_server_stdio.py
# FastMCP Server (for Smithery)
smithery dev
# FastAPI Server (Optional - Legacy)
python start_fastapi.py
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.