npm @lolikai/mcpstdioMITupdated 1mo ago
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.
What can you do with Lolik Trend Radar?
@lolikai/mcp
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.
1. Get an API key (self-serve)
Sign in to Lolik → Account → API Keys → generate a key.
It's shown once (lk_live_...). Revoke any time. New accounts include free credits.
2. Run it
LOLIK_API_KEY=lk_live_xxx npx -y @lolikai/mcp
LOLIK_API_KEY(required) — your key.LOLIK_API_BASE_URL(optional) — defaults tohttps://lolikai.com.
Print a ready-to-paste config block:
npx -y @lolikai/mcp --config
3. Add to Claude Desktop
Claude Desktop → Settings → Developer → Edit Config → paste:
{
"mcpServers": {
"lolik": {
"command": "npx",
"args": ["-y", "@lolikai/mcp"],
"env": {
"LOLIK_API_KEY": "lk_live_your_key_here",
"LOLIK_API_BASE_URL": "https://lolikai.com"
}
}
}
}
Restart Claude Desktop — the Lolik tools appear. (Requires Node 18+.)
Tools & credit cost
Each tool call spends credits from your Lolik wallet (one wallet across app + API + MCP), exactly like the REST API:
| Tool | What it does | Cost |
|---|---|---|
get_trends |
Top trending topics by niche | 1 credit |
forecast |
Timing / momentum / lifecycle for a topic | 1 credit |
virality_score |
Virality score + breakout probability + hook type | 1 credit |
get_news |
Freshest news stories | 1 credit |
opportunities |
Ranked opportunities + possible monetization | 5 credits |
get_brief |
Daily what-to-post brief: phased alerts + receipts + pattern + mover | 5 credits |
rescue_hooks |
Hooks for your topic from live validated title patterns, with measured proof | 5 credits |
grade_draft |
Grade a draft title against this week's validated patterns (score math in code) | 5 credits |
prebreakout |
What's accelerating now, pre-peak | 5 credits |
get_viral_patterns |
Validated viral patterns (what's working now) | 5 credits |
get_usage |
Credits + rate-limit status | free |
lolik_content_brain |
One-call brief: trends + opportunities + forecast | 7 credits |
Monetization figures are estimates, not guarantees. Crypto content is educational, not financial advice.
Links
- Developer docs: https://lolikai.com/developers
- API key dashboard: https://lolikai.com/account/api-keys
Install
Add Lolik Trend Radar to your client. Pick the one you use.
claude mcp add mcp -- npx -y @lolikai/mcpcodex mcp add mcp -- npx -y @lolikai/mcpamp mcp add mcp -- npx -y @lolikai/mcp{
"mcpServers": {
"mcp": {
"command": "npx",
"args": [
"-y",
"@lolikai/mcp"
]
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"mcp": {
"command": "npx",
"args": [
"-y",
"@lolikai/mcp"
]
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
code --add-mcp '{"name":"mcp","command":"npx","args":["-y","@lolikai/mcp"]}'Or add the block manually to `.vscode/mcp.json` under `servers`.
{
"mcpServers": {
"mcp": {
"command": "npx",
"args": [
"-y",
"@lolikai/mcp"
]
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
{
"mcpServers": {
"mcp": {
"command": "npx",
"args": [
"-y",
"@lolikai/mcp"
]
}
}
}Add to `cline_mcp_settings.json` via the MCP Servers panel.
{
"mcpServers": {
"mcp": {
"command": "npx",
"args": [
"-y",
"@lolikai/mcp"
]
}
}
}Add to `~/.gemini/settings.json`.
{
"mcpServers": {
"mcp": {
"type": "local",
"command": "npx",
"args": [
"-y",
"@lolikai/mcp"
],
"tools": [
"*"
]
}
}
}Add to `~/.copilot/mcp-config.json`, or run `/mcp add` inside the CLI.
{
"context_servers": {
"mcp": {
"command": {
"path": "npx",
"args": [
"-y",
"@lolikai/mcp"
]
}
}
}
}Add to your Zed `settings.json`.
npx -y @lolikai/mcpRun `goose configure`, choose **Add Extension → Command-line Extension**, and paste this command.
9 tools
Lolik Trend Radar exposes 9 tools to a connected agent.
- get_trends
- Top trending topics by niche
- virality_score
- Virality score + breakout probability + hook type
- get_news
- Freshest news stories
- 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)
- 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
Score
69 / 100
Good
- Documentation22/25
- Maintenance16/25
- Trust13/20
- Capability6/15
- Install experience12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 48 days ago
- Has a release history
- Repository is not archived
- Licensed MIT
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 9 tool(s) documented
- Provides prompt templates
- Provides resources
- 12 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Version history
| Versions | Published |
|---|---|
| 0.3.2Latest | Jul 15, 2026 |