2 months ago
Rolli IQ is an MCP server for real-time social intelligence. Run keyword and user-based searches across 8+ platforms (X, Reddit, Bluesky, YouTube, LinkedIn, Facebook, Instagram), get authenticity scores, topic trees, expert profiles, and enriched post analytics — all via the Model Context Protocol. Powered by the Rolli API.
Server Config
{
"mcpServers": {
"rolli": {
"command": "npx",
"args": [
"-y",
"@rolli/mcp"
],
"env": {
"ROLLI_API_TOKEN": "YOUR_ROLLI_API_TOKEN",
"ROLLI_USER_ID": "YOUR_ROLLI_API_USER"
}
}
}
}