Live trends → money-ready intelligence: forecasts, virality scores, opportunities, daily briefs.
Lolik Trend Radar MCP server is a locally run integration for AI assistants that speak the Model Context Protocol. Live trends → money-ready intelligence: forecasts, virality scores, opportunities, daily briefs.
The Lolik Trend Radar MCP server — live trend → money-ready intelligence as MCP tools for Claude (Desktop / Code), Cursor and any MCP client. No repo clone, no build: run it with npx. Every tool call uses your Lolik API key, so auth, credits and rate limits apply — the same metered API as REST.
Once Lolik Trend Radar is connected, these are the calls the assistant has available:
get_trends — Top trending topics by nicheforecast — Timing / momentum / lifecycle for a topicvirality_score — Virality score + breakout probability + hook typeget_news — Freshest news storiesopportunities — Ranked opportunities + possible monetizationget_brief — Daily what-to-post brief: phased alerts + receipts + pattern + moverrescue_hooks — Hooks for your topic from live validated title patterns, with measured proofgrade_draft — Grade a draft title against this week's validated patterns (score math in code)prebreakout — What's accelerating now, pre-peakget_viral_patterns — Validated viral patterns (what's working now)get_usage — Credits + rate-limit statuslolik_content_brain — One-call brief: trends + opportunities + forecastYou will need 2 environment variables: LOLIK_API_KEY, LOLIK_API_BASE_URL. The server will not start without them, which is usually why the tools fail to appear on a first run. Keep credentials in your client's env block or a secrets manager rather than in a file you might commit.
Installation goes through your MCP client rather than a global install: point it at @lolikai/mcp on npm and it is fetched when the client starts. The copy-paste blocks for Claude Desktop, Claude Code and Cursor are further down this page.
This sits in the developer tooling group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. Lolik Trend Radar's toolset — get_trends, forecast, virality_score and 9 more — is a fair guide to whether it matches your workflow. It is maintained by lolikai; worth a glance at recent repository activity before you build anything load-bearing on it.
This entry was verified against Lolik Trend Radar's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.
| Tool | What it does |
|---|---|
| get_trends | Top trending topics by niche |
| forecast | Timing / momentum / lifecycle for a topic |
| virality_score | Virality score + breakout probability + hook type |
| get_news | Freshest news stories |
| opportunities | Ranked opportunities + possible monetization |
| get_brief | Daily what-to-post brief: phased alerts + receipts + pattern + mover |
| rescue_hooks | Hooks for your topic from live validated title patterns, with measured proof |
| grade_draft | Grade a draft title against this week's validated patterns (score math in code) |
| prebreakout | What's accelerating now, pre-peak |
| get_viral_patterns | Validated viral patterns (what's working now) |
| get_usage | Credits + rate-limit status |
| lolik_content_brain | One-call brief: trends + opportunities + forecast |
{
"mcpServers": {
"lolik": {
"command": "npx",
"args": ["-y", "@lolikai/mcp"],
"env": {
"LOLIK_API_KEY": "your-value",
"LOLIK_API_BASE_URL": "your-value"
}
}
}
}Add to claude_desktop_config.json, then restart Claude Desktop.
| Variable | Description | Required |
|---|---|---|
| LOLIK_API_KEY | Credential the server authenticates with. | Yes |
| LOLIK_API_BASE_URL | Endpoint or connection string the server talks to. | Yes |
Kill hallucinated APIs — version-accurate, up-to-date library documentation injected straight into context.
Microsoft's official browser automation server — drive a real browser through the accessibility tree, no screenshots needed.
GitHub's official server — repos, issues, pull requests, Actions and code security, straight from your assistant.
Issue tracking at the speed of conversation — Linear's official hosted server with OAuth and zero install.
Local repository surgery — status, diffs, commits, branches and history for any repo on disk.
Timezone sanity for AI — current time anywhere and correct conversions, without the model doing date math.