{"name":"com.streaming-lens.mcp/streaming-radar","slug":"mcp-streaming-radar","title":"Streaming Radar","description":"Streaming market intelligence: vertical drama, African OTT, piracy, sports, creator economy.","url":"https://mcp.market/server/mcp-streaming-radar","rating":null,"grade":"C","score":69,"certified":false,"status":"active","category":"other","tags":[],"presence":{"score":8,"stars":null,"forks":null,"downloads_week":null,"last_push_at":null,"license":null},"uptime":{"percent":100,"checks":6,"ok":6,"last_checked_at":"2026-09-20T20:55:54.898Z","last_ok_at":"2026-09-20T20:55:54.898Z","latency_ms":1084},"claimed":false,"transport":"remote","callable_via_gateway":true,"default_price_micros":0,"repository":null,"website":"https://lens.streaming-radar.com/mcp","version":"1.4.0","remotes":[{"type":"streamable-http","url":"https://mcp.streaming-lens.com/public"}],"packages":[],"tools":[{"name":"check_data_coverage","description":"Check what sourced data Streaming Lens holds on a company, market, country or topic — WITHOUT returning the values. Returns how many datapoints match, which reports they sit in, which countries and years they cover, the confidence mix, when the most recent one was updated, and one sample datapoint with its metric name, unit, country, source and confidence but its value withheld. Use this to tell a user whether the answer to their question exists in the database and what it would take to read it. Matching is word-bounded, so short acronyms do not match inside longer words. Free access — no API key required. The values themselves are behind the paid MCP server; the response says where.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"query":{"type":"string","description":"Company, market, country, platform or topic (e.g. \"ReelShort\", \"mobile money\", \"Nigeria\", \"micro-drama\").","minLength":3,"maxLength":60},"report_slug":{"type":"string","description":"Restrict to one report silo (e.g. \"vertical-invasion-2026\", \"africa-streaming-2026\")."},"country":{"type":"string","description":"Restrict to one country as spelled in the data (e.g. \"Nigeria\")."}},"required":["query"],"additionalProperties":false}},{"name":"search_tools","description":"Search the full MCP catalog for tools not in the core set. Returns matching tools with their full schemas, ready to call via tools/call. Use when the user request maps to a capability not in the core set. Keywords can be: tool name fragment (e.g. \"ingest_bulk\"), domain (africa, vi, piracy, ce, sports, crm, admin), or action (list, get, create, compare).","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"query":{"type":"string","description":"Whitespace-separated keywords; case-insensitive."},"limit":{"type":"number","description":"Max tools to return (default 8, max 20).","minimum":1,"maximum":20}},"required":["query"]}},{"name":"sr_get_article","description":"Get a single Streaming Radar article by ID or edition number, including content_markdown when the full body exists in hub.published_pieces, linked experts, and editorial angle. Free access — no API key required.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"id":{"type":"string","description":"Article UUID"},"number":{"type":"number","description":"Edition number (e.g. 42)"}}}},{"name":"sr_get_articles","description":"List Streaming Radar newsletter articles with optional filters. Returns title, subtitle, status, type, views, open_rate, editorial_angle, and clickable links. Free access — no API key required.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"status":{"type":"string","description":"Filter by status: published, draft, archived","enum":["published","draft","archived"]},"type":{"type":"string","description":"Filter by content type: edition, analysis, special"},"limit":{"type":"number","description":"Max results (default 20, max 50)","minimum":1,"maximum":50},"offset":{"type":"number","description":"Pagination offset (default 0)","minimum":0}}}},{"name":"sr_get_expert","description":"Get a single expert by ID or name (partial match), including their linked articles. Free access — no API key required.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"id":{"type":"string","description":"Expert UUID"},"name":{"type":"string","description":"Expert name (partial match, e.g. \"Ludovic\")"}}}},{"name":"sr_get_experts","description":"List experts cited in the Streaming Radar newsletter with optional filters by tier or country. Free access — no API key required.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"tier":{"type":"number","description":"Expert tier (1 = top, 2 = mid, 3 = emerging)","enum":[1,2,3]},"country":{"type":"string","description":"ISO 3166-1 alpha-2 country code (e.g. \"NG\", \"KE\", \"ZA\")"},"limit":{"type":"number","description":"Max results (default 20, max 50)","minimum":1,"maximum":50}}}},{"name":"sr_get_new_since","description":"Get articles published since a given date, ordered by publication date descending. Free access — no API key required.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"since_date":{"type":"string","description":"ISO 8601 date or datetime (e.g. \"2026-02-01\" or \"2026-02-01T00:00:00Z\")"},"limit":{"type":"number","description":"Max results (default 20, max 50)","minimum":1,"maximum":50}},"required":["since_date"]}},{"name":"sr_get_tags","description":"List tags used in the Streaming Radar newsletter, optionally filtered by category. Free access — no API key required.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"category":{"type":"string","description":"Tag category (e.g. \"company\", \"country\", \"topic\", \"format\")"},"limit":{"type":"number","description":"Max results (default 50)","minimum":1,"maximum":200}}}},{"name":"sr_search_articles","description":"Full-text search across Streaming Radar articles, or — with mode=coverage — check whether a topic is already covered in the published corpus using semantic similarity (SR_CORPUS Vectorize index).\n\nmode=search (default): full-text search on title, subtitle, editorial_angle. Free access, no API key required.\nmode=coverage: semantic anti-redite + auto-citation check via vector similarity over the published corpus. Returns a channel-weighted verdict (DÉJÀ TRAITÉ / EFFLEURÉ / NEUF — only PUBLISHED pieces can block; briefs are non-blocking signals), plus citable hits (url + excerpt) for self-citation. Also returns a facts array: passages ALREADY PUBLISHED in the body of a piece that carry the same rare terms as the query — non-blocking, but they must be cited rather than re-announced as news. Requires SR_CORPUS and Workers AI. Free access.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"query":{"type":"string","description":"Search terms or topic to check coverage for (e.g. \"Netflix Africa\", \"Canal+\")","minLength":2},"limit":{"type":"number","description":"Max results (default 10, max 30) — mode=search only","minimum":1,"maximum":30},"mode":{"type":"string","description":"search (default) = full-text search | coverage = semantic corpus coverage check","enum":["search","coverage"]},"top_k":{"type":"number","description":"Number of vector neighbours to retrieve (default 10, max 30) — mode=coverage only","minimum":1,"maximum":30},"channels":{"type":"array","items":{"type":"string"},"description":"mode=coverage only — restrict to channels (substack, linkedin_story, linkedin_post, brief). Default: all."}},"required":["query"]}},{"name":"story_list_genres","description":"List all available genre tiers (Proven / Growing / Emerging) and hybrid combinations for the vertical drama story bible generator.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{},"required":[]}},{"name":"story_list_markets","description":"List all target markets with audience profiles and top genres for the vertical drama story bible generator.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{},"required":[]}}],"scan":{"score":69,"grade":"C","scanned_at":"2026-09-19T19:11:22.173Z","report":{"scannerVersion":"0.1.5","scannedAt":"2026-09-19T19:11:22.186Z","components":{"code":{"score":-1,"max":25,"notes":["remote-only server, no package to scan"]},"reliability":{"score":20,"max":20,"notes":["remote reachable in 932ms"]},"poisoning":{"score":15,"max":15,"notes":["11 tool descriptions checked"]},"auth":{"score":10,"max":15,"notes":["open endpoint, read-only tools"]},"maintenance":{"score":3,"max":15,"notes":["no repository listed"]},"identity":{"score":4,"max":10,"notes":["verified namespace with website, no repo"]}},"findings":[{"id":"maint.no-repo","severity":"low","component":"maintenance","title":"No source repository listed"}],"inputs":{"probes":[{"url":"https://mcp.streaming-lens.com/public","reachable":true,"authRequired":false,"latencyMs":932,"serverInfo":{"name":"streaming-radar-mcp","version":"1.4.0"}}],"packages":[],"repo":{"found":false},"icon":{"url":"https://lens.streaming-radar.com/favicon.ico","source":"site","width":48,"height":48},"presence":{"stars":null,"forks":null,"downloadsWeek":null,"license":null,"lastPushAt":null,"score":8}}}},"grade_history":[],"reviews":[]}