Labsco
rolliinc logo

Rolli MCP

β˜… 2

from rolliinc

Social media search and analytics across X, Reddit, Bluesky, YouTube, LinkedIn, Facebook, Instagram, and Weibo via the Rolli IQ API

πŸ”₯πŸ”₯πŸ”₯πŸ”₯βœ“ VerifiedAccount requiredNeeds API keys
<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

ToolDescription
list_keyword_searchesList all keyword searches, filtered by status
keyword_searchCreate a keyword/hashtag search and return results when complete
get_keyword_searchGet keyword search results (status, analytics, posts)
list_user_searchesList all user searches, filtered by status
user_searchCreate a user profile search and return results when complete
get_user_searchGet user search results (profile, metrics, content analysis)
list_expert_searchesList all expert searches, filtered by status
expert_searchFind experts matching a natural-language query and return results when complete
get_expert_searchGet expert search results (recommended experts with AI-generated match summaries)
get_topic_treeGet conversation topic tree for a keyword search
get_keyword_search_postsGet raw posts from a keyword search
get_user_search_postsGet raw posts from a user search
list_agent_runsList Rolli Agent runs (AI-driven social intelligence investigations)
start_agent_runStart a Rolli Agent investigation and return the markdown report when complete
get_agent_runGet a Rolli Agent run by ID (progress while running, full report when complete)
cancel_agent_runCancel a pending or running Rolli Agent run
rerun_agent_runRetry a failed, waiting, or stuck Rolli Agent run
update_agent_runPin or rename a Rolli Agent run
delete_agent_runSoft-delete a completed or failed Rolli Agent run
list_agent_schedulesList Rolli Agent scheduled reports
create_agent_scheduleCreate a recurring Rolli Agent report (daily/weekly/monthly/once)
get_agent_scheduleGet a Rolli Agent schedule with its 10 most recent runs
update_agent_scheduleUpdate a Rolli Agent schedule
delete_agent_schedulePermanently delete a Rolli Agent schedule
pause_agent_schedulePause a Rolli Agent schedule
resume_agent_scheduleResume a paused Rolli Agent schedule
list_agent_schedule_runsList the full execution history of a Rolli Agent schedule
get_integration_setupGet current integration settings (webhook URL, name)
update_integration_setupSet the webhook URL for search completion notifications
get_usageGet API usage data and per-user breakdowns

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