Featured

Deploy OpenClaw in 60 seconds — 20% off logoDeploy OpenClaw in 60 seconds — 20% off

Launch OpenClaw on Hostinger in about 60 seconds and keep your agent live 24/7. Our referral link gives you 20% off, no coupon code needed.

Launch on Hostinger
Run your Hermes agent on Hostinger, fully managed logoRun your Hermes agent on Hostinger, fully managed

Launch Hermes on Hostinger in one click, fully managed, no VPS knowledge needed. Use code ZACAARON10 for 10% off.

Launch on Hostinger
Crawl and scrape any site into clean data, 10% off logoCrawl and scrape any site into clean data, 10% off

Firecrawl crawls and scrapes any site into clean markdown for your agent. Get 1,000 free credits, and new users get 10% off their first purchase.

Try Firecrawl free
6,000+ web scrapers for your AI agent, start free logo6,000+ web scrapers for your AI agent, start free

Apify gives your agent live web data: 6,000+ prebuilt scrapers and actors, MCP-ready. Sign up free with $5 in usage credits.

Try Apify free
One API to scrape, enrich, and extract the internet. logoOne API to scrape, enrich, and extract the internet.

Context.dev gives your agents a single API to scrape, enrich, and extract live web data — no proxies, no parsers, no maintenance.

Start building free
SetupClaw: done-for-you OpenClaw for founders & exec teams logoSetupClaw: done-for-you OpenClaw for founders & exec teams

White-glove OpenClaw for founders and exec teams (4–50+ employees): we install, harden, integrate your tools, and maintain it — secured from day one.

Get it set up for you
SEO data APIs for your agent, $1 free credit logoSEO data APIs for your agent, $1 free credit

DataForSEO gives your agent live access to SERP results, keyword data, backlinks, and on-page SEO data through one API. New accounts get a $1 credit, good for up to 20,000 keyword or backlink lookups.

Try DataForSEO free
Reach 48,000+ AI builders

A flat monthly placement in front of developers actively installing AI tools. No lock-in, cancel anytime.

Advertise here

Works with

Claude CodeClaude DesktopCursorVS CodeClineCodex CLIOpenClaw+ any MCP client

Install to Claude Code

This server doesn't publish a one-line install command. Follow the setup in the source repository.

Summary

Social media search and analytics across X, Reddit, Bluesky, YouTube, and more

README.md

<p align="center"> <img src="logo.png" alt="Rolli IQ" width="200" /> </p>

<h1 align="center">rolli-mcp</h1>

<p align="center"> MCP server for <a href="https://rolli.ai">Rolli IQ</a> — social media search and analytics across X, Reddit, YouTube, Facebook, Instagram, Threads, Bluesky, and more. </p>

<a href="https://glama.ai/mcp/servers/@rolliinc/rolli-mcp"> <img width="380" height="200" src="https://glama.ai/mcp/servers/@rolliinc/rolli-mcp/badge" alt="Rolli MCP server" /> </a>

Tools

| Tool | Description | |------|-------------| | list_keyword_searches | List all keyword searches, filtered by status | | keyword_search | Create a keyword/hashtag search and return results when complete | | get_keyword_search | Get keyword search results (status, analytics, posts) | | list_user_searches | List all user searches, filtered by status | | user_search | Create a user profile search and return results when complete | | get_user_search | Get user search results (profile, metrics, content analysis) | | list_expert_searches | List all expert searches, filtered by status | | expert_search | Find experts matching a natural-language query and return results when complete | | get_expert_search | Get expert search results (recommended experts with AI-generated match summaries) | | get_topic_tree | Get conversation topic tree for a keyword search | | get_keyword_search_posts | Get raw posts from a keyword search | | get_user_search_posts | Get raw posts from a user search | | list_agent_runs | List Rolli Agent runs (AI-driven social intelligence investigations) | | start_agent_run | Start a Rolli Agent investigation and return the markdown report when complete | | get_agent_run | Get a Rolli Agent run by ID (progress while running, full report when complete) | | cancel_agent_run | Cancel a pending or running Rolli Agent run | | rerun_agent_run | Retry a failed, waiting, or stuck Rolli Agent run | | update_agent_run | Pin or rename a Rolli Agent run | | delete_agent_run | Soft-delete a completed or failed Rolli Agent run | | list_agent_schedules | List Rolli Agent scheduled reports | | create_agent_schedule | Create a recurring Rolli Agent report (daily/weekly/monthly/once) | | get_agent_schedule | Get a Rolli Agent schedule with its 10 most recent runs | | update_agent_schedule | Update a Rolli Agent schedule | | delete_agent_schedule | Permanently delete a Rolli Agent schedule | | pause_agent_schedule | Pause a Rolli Agent schedule | | resume_agent_schedule | Resume a paused Rolli Agent schedule | | list_agent_schedule_runs | List the full execution history of a Rolli Agent schedule | | get_integration_setup | Get current integration settings (webhook URL, name) | | update_integration_setup | Set the webhook URL for search completion notifications | | get_usage | Get API usage data and per-user breakdowns |

Setup

You need a Rolli account with API access. Get your API token from rolli.ai.

Claude Desktop / Claude Code / VS Code / Cursor / Windsurf

Add to your MCP config (claude_desktop_config.json, .vscode/mcp.json, or equivalent):

{
  "mcpServers": {
    "rolli": {
      "command": "npx",
      "args": ["-y", "@rolli/mcp"],
      "env": {
        "ROLLI_API_TOKEN": "your_token"
      }
    }
  }
}

ROLLI_USER_ID is optional and defaults to "rolli-mcp". Set it to override with your own user ID.

Optional Environment Variables

| Variable | Default | Description | |----------|---------|-------------| | ROLLI_USER_ID | "rolli-mcp" | User ID sent with API requests | | ROLLI_POLL_INTERVAL_MS | 5000 | Polling interval (ms) when waiting for search results | | ROLLI_MAX_POLL_MS | 600000 | Max time (ms) to wait before search timeout (default: 10 min) |

Smithery

This server includes a smithery.yaml for deployment via Smithery. It will prompt for your API token during setup.

Usage Examples

Search for a keyword across social media: > "Search for posts about 'artificial intelligence' on Twitter and Reddit from the last week"

Analyze a user profile: > "Look up @elonmusk on Twitter and analyze their recent posts"

Get topic breakdown: > "Show me the topic tree for my keyword search #123"

Check API usage: > "How many searches have I used this month?"

Set up a webhook: > "Set my webhook URL to https://myapp.com/rolli-callback"

Development

npm ci
npm run lint    # ESLint
npm run build   # TypeScript
npm test        # Vitest

CI runs on every push and PR to master. Releases published on GitHub automatically publish to npm (requires NPM_TOKEN repo secret).

License

MIT

See related servers & alternatives →

Related MCP servers

Browse all →

Related guides

Hand-picked reading to help you choose and use Search servers.