/
by ai.smithery
Spot pre-launch products before they trend. Search the web and tech sites, extract and parse pages…
Server configuration and capabilities from the MCP manifest
Size: 3,800 bytes (950 tokens)
Tools Found: 7
Analysis ID: ez27uxab
This MCP server provides tools for detecting stealth product launches through web searches, URL content extraction, signal scoring, and structured data parsing.
Stars
Registry ID: c14b315b-8010-40c2-9917-63f695accde9
Added to Registry: 9/21/2025
Last Updated: 9/22/2025
Last Seen: 9/22/2025
License: MIT License
Default Branch: main
Last Push: 9/18/2025
Open Issues: 0
Historical performance and growth metrics over time
{ "name": "stealthee-mcp", "tags": [], "tools": [ { "name": "web_search", "description": "Search the web for information about stealth product launches", "input_schema": { "type": "object", "required": [ "query" ], "properties": { "query": { "type": "string", "description": "Search query for stealth launches" }, "num_results": { "type": "integer", "default": 3, "description": "Number of results to return" } } }, "output_schema": { "type": "array", "items": { "type": "object", "properties": { "text": { "type": "string" }, "type": { "type": "string" } } } } }, { "name": "url_extract", "description": "Extract content from a URL for analysis", "input_schema": { "type": "object", "required": [ "url" ], "properties": { "url": { "type": "string", "description": "URL to extract content from" }, "parsing_type": { "type": "string", "default": "plain_text", "description": "Type of parsing (plain_text or html)" } } }, "output_schema": { "type": "array", "items": { "type": "object", "properties": { "text": { "type": "string" }, "type": { "type": "string" } } } } }, { "name": "score_signal", "description": "Score a signal for launch likelihood using AI", "input_schema": { "type": "object", "required": [ "signal_text" ], "properties": { "signal_text": { "type": "string", "description": "Text content of the signal to score" }, "signal_title": { "type": "string", "default": "", "description": "Title of the signal" } } }, "output_schema": { "type": "array", "items": { "type": "object", "properties": { "text": { "type": "string" }, "type": { "type": "string" } } } } }, { "name": "search_tech_sites", "description": "Search tech news sites for stealth product launches", "input_schema": { "type": "object", "required": [ "query" ], "properties": { "query": { "type": "string", "description": "Search query for tech news" }, "num_results": { "type": "integer", "default": 3, "maximum": 10, "minimum": 1, "description": "Number of results to return" } } }, "output_schema": { "type": "array", "items": { "type": "object", "properties": { "text": { "type": "string" }, "type": { "type": "string" } } } } }, { "name": "parse_fields", "description": "Extract structured stealth-launch indicators from raw HTML using Nimble's AI Parsing Skills", "input_schema": { "type": "object", "required": [ "html" ], "properties": { "html": { "type": "string", "description": "Raw HTML content to parse" }, "target_fields": { "type": "array", "items": { "type": "string" }, "description": "List of fields to extract (e.g. ['pricing', 'changelog', 'launch_announcement'])" } } }, "output_schema": { "type": "array", "items": { "type": "object", "properties": { "text": { "type": "string" }, "type": { "type": "string" } } } } }, { "name": "batch_score_signals", "description": "Score multiple signals for stealth launch likelihood in batch", "input_schema": { "type": "object", "required": [ "signals" ], "properties": { "signals": { "type": "array", "items": { "type": "object", "required": [ "signal_text" ], "properties": { "signal_text": { "type": "string", "description": "Text content of the signal" }, "signal_title": { "type": "string", "default": "", "description": "Title or identifier for the signal" } } }, "maxItems": 20, "minItems": 1, "description": "Array of signals to score" } } }, "output_schema": { "type": "array", "items": { "type": "object", "properties": { "text": { "type": "string" }, "type": { "type": "string" } } } } }, { "name": "run_pipeline", "description": "End-to-end detection pipeline for stealth product launches", "input_schema": { "type": "object", "required": [ "query" ], "properties": { "query": { "type": "string", "description": "Search query to detect stealth launches" }, "num_results": { "type": "integer", "default": 5, "description": "Number of search results to analyze" }, "target_fields": { "type": "array", "items": { "type": "string" }, "default": [ "pricing", "changelog" ], "description": "Fields to extract from HTML, e.g. ['pricing', 'changelog']" } } }, "output_schema": { "type": "array", "items": { "type": "object", "properties": { "text": { "type": "string" }, "type": { "type": "string" } } } } } ], "version": "1.0.0", "categories": [], "description": "AI-powered stealth product launch detection system" }
Forks
Watchers
Contributors
Last Push: 9/18/2025
Open Issues: 0