MCP server for Rolli IQ — social media search and analytics across X, Reddit, YouTube, Facebook, Instagram, Threads, Bluesky, and more
Most developer tooling work still happens through a UI a human drives. Rolli MCP MCP server moves it into the conversation instead. MCP server for Rolli IQ — social media search and analytics across X, Reddit, YouTube, Facebook, Instagram, Threads, Bluesky, and more.
Setup follows the usual MCP pattern — install or clone the server, register it in your client's configuration file, restart the client. The configuration blocks on this page cover the common clients.
The server publishes 14 tools. What each one is for:
list_keyword_searches — List all keyword searches, filtered by statuskeyword_search — Create a keyword/hashtag search and return results when completeget_keyword_search — Get keyword search results (status, analytics, posts)list_user_searches — List all user searches, filtered by statususer_search — Create a user profile search and return results when completeget_user_search — Get user search results (profile, metrics, content analysis)list_expert_searches — List all expert searches, filtered by statusexpert_search — Find experts matching a natural-language query and return results when completeget_expert_search — Get expert search results (recommended experts with AI-generated match summaries)get_topic_tree — Get conversation topic tree for a keyword searchget_keyword_search_posts — Get raw posts from a keyword searchget_user_search_posts — Get raw posts from a user searchConfiguration is passed through the environment: ROLLI_API_TOKEN, ROLLI_USER_ID. Treat anything key-shaped as a real credential — scope it to the minimum the server needs, and rotate it if it ever lands in a shared config.
Among the developer tooling options, the useful question is rarely "what can it do" but "what does it cost you to run" — permissions, credentials, and how much of your context its toolset consumes. Rolli MCP's toolset — list_keyword_searches, keyword_search, get_keyword_search and 11 more — is a fair guide to whether it matches your workflow. It is maintained by rolliinc; worth a glance at recent repository activity before you build anything load-bearing on it.
This entry was verified against Rolli MCP's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.
| Tool | What it does |
|---|---|
| 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 |
{
"mcpServers": {
"rolli": {
"command": "npx",
"args": ["-y", "@rolli/mcp"],
"env": {
"ROLLI_API_TOKEN": "your_token"
}
}
}
}Configuration as documented by the project. Restart the client after saving.
| Variable | Description | Required |
|---|---|---|
| ROLLI_API_TOKEN | Credential the server authenticates with. | Yes |
| ROLLI_USER_ID | Configuration value read at startup. | Optional |
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.