Tools
Tool | Description |
| List all keyword searches, filtered by status |
| Create a keyword/hashtag search and return results when complete |
| Get keyword search results (status, analytics, posts) |
| List all user searches, filtered by status |
| Create a user profile search and return results when complete |
| Get user search results (profile, metrics, content analysis) |
| Get conversation topic tree for a keyword search |
| Get raw posts from a keyword search |
| Get raw posts from a user search |
| Get current integration settings (webhook URL, name) |
| Set the webhook URL for search completion notifications |
| Get API usage data and per-user breakdowns |
Setup
You need a Rolli account with API access. Get your API token and user ID 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": "your_user_id"
}
}
}
}Smithery
This server includes a smithery.yaml for deployment via Smithery. It will prompt for your API token and user ID 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 # VitestCI runs on every push and PR to master. Releases published on GitHub automatically publish to npm (requires NPM_TOKEN repo secret).
License
MIT
This server cannot be installed
Resources
Looking for Admin?
Admins can modify the Dockerfile, update the server description, and track usage metrics. If you are the server author, to access the admin panel.