Everything you need to connect, authenticate, and query 65+ intelligence tools.
Three ways to connect. Pick the one that matches your setup.
{
"mcpServers": {
"streaming-lens": {
"url": "https://streaming-radar-mcp.streamingradar.workers.dev/sse",
"headers": {
"Authorization": "Bearer YOUR_API_KEY"
}
}
}
}
Add this to your Claude Desktop configuration file. Replace YOUR_API_KEY with your sl_live_ key. Free tools work without a key.
https://streaming-radar-mcp.streamingradar.workers.dev
In Claude.ai: Settings → MCP Servers → Add Server → paste the URL → authenticate with your API key. OAuth 2.1 + PKCE handles the rest.
curl -X POST https://streaming-radar-mcp.streamingradar.workers.dev/message \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY" \
-d '{"jsonrpc":"2.0","method":"tools/call","params":{"name":"answer_question","arguments":{"question":"What is the SVOD market size in Africa?"}},"id":1}'
Standard MCP JSON-RPC over HTTP. Works with any HTTP client. All tools require an API key — free tier keys are available on request.
Access is scoped by API key. All tiers require a key. Report data requires a subscriber key. Admin tools are invitation-only.
Newsletter tools (sr_*), chart data (get_chart_data). 8 free tools. Free API key required.
Report intelligence (africa_*, vi_*), cross-report, competitive, trends, figures, export. Requires API key.
Full access + editorial tools, bulk ingest, webhooks, lead pipeline, usage analytics. By invitation only.
Key format: sl_live_ + 32 hex characters
Header: Authorization: Bearer sl_live_xxxx...
Storage: SHA-256 hashed server-side. Full key shown once at provisioning.
Scoping: Keys are scoped to specific report slugs via entitlements.
Click a category to expand. Click any tool name to copy it.
Each report is an isolated data silo, queried independently via the report_slug parameter.
OTT market intelligence across 14 scored African markets. Revenue models, payment infrastructure, regulatory analysis, competitive landscape.
Micro-drama and short-form video intelligence. 27 chapters, global market data, platform analysis, IP economics, format migration frameworks.
All responses follow the MCP JSON-RPC format. Every answer includes a watermark, confidence levels, and source attribution.
{
"jsonrpc": "2.0",
"result": {
"content": [{
"type": "text",
"text": "## Africa SVOD Market\n\n**Market size**: $4.68B (2026)\n**Growth**: ->$6.27B by 2030\n**Subscribers**: 15.1M (1.1% penetration)\n\n*Source: Streaming Lens | ludovic@streaming-radar.com*"
}]
},
"id": 1
}
Every response includes a source attribution watermark: Source: Streaming Lens | ludovic@streaming-radar.com
Responses include a search_method field: semantic (Vectorize AI) or keyword (FTS5 fallback).
Sliding window rate limiting via Cloudflare Durable Objects. Responses include Retry-After header on 429s.
Get an API key to unlock report intelligence. All tools require a key — free tier included.