Rolli MCP
도구
도구 | 설명 |
| 상태별로 필터링된 모든 키워드 검색 목록을 가져옵니다 |
| 키워드/해시태그 검색을 생성하고 완료 시 결과를 반환합니다 |
| 키워드 검색 결과(상태, 분석, 게시물)를 가져옵니다 |
| 상태별로 필터링된 모든 사용자 검색 목록을 가져옵니다 |
| 사용자 프로필 검색을 생성하고 완료 시 결과를 반환합니다 |
| 사용자 검색 결과(프로필, 지표, 콘텐츠 분석)를 가져옵니다 |
| 키워드 검색에 대한 대화 주제 트리를 가져옵니다 |
| 키워드 검색에서 원본 게시물을 가져옵니다 |
| 사용자 검색에서 원본 게시물을 가져옵니다 |
| 현재 통합 설정(웹훅 URL, 이름)을 가져옵니다 |
| 검색 완료 알림을 위한 웹훅 URL을 설정합니다 |
| API 사용 데이터 및 사용자별 분석 정보를 가져옵니다 |
Related MCP server: Socialcrawl
설정
API 액세스 권한이 있는 Rolli 계정이 필요합니다. rolli.ai에서 API 토큰을 받으세요.
Claude Desktop / Claude Code / VS Code / Cursor / Windsurf
MCP 설정(claude_desktop_config.json, .vscode/mcp.json 또는 이와 동등한 파일)에 추가하세요:
{
"mcpServers": {
"rolli": {
"command": "npx",
"args": ["-y", "@rolli/mcp"],
"env": {
"ROLLI_API_TOKEN": "your_token"
}
}
}
}ROLLI_USER_ID는 선택 사항이며 기본값은 "rolli-mcp"입니다. 자신의 사용자 ID로 재정의하려면 설정하세요.
선택적 환경 변수
변수 | 기본값 | 설명 |
|
| API 요청과 함께 전송되는 사용자 ID |
|
| 검색 결과를 기다릴 때의 폴링 간격(ms) |
|
| 검색 시간 초과 전 대기할 최대 시간(ms) (기본값: 10분) |
Smithery
이 서버에는 Smithery를 통한 배포를 위한 smithery.yaml이 포함되어 있습니다. 설정 중에 API 토큰을 입력하라는 메시지가 표시됩니다.
사용 예시
소셜 미디어에서 키워드 검색:
"지난주 트위터와 레딧에서 '인공지능'에 관한 게시물을 검색해줘"
사용자 프로필 분석:
"트위터에서 @elonmusk를 찾아 최근 게시물을 분석해줘"
주제 분석 확인:
"내 키워드 검색 #123에 대한 주제 트리를 보여줘"
API 사용량 확인:
"이번 달에 검색을 몇 번 사용했어?"
웹훅 설정:
"내 웹훅 URL을 https://myapp.com/rolli-callback 으로 설정해줘"
개발
npm ci
npm run lint # ESLint
npm run build # TypeScript
npm test # VitestCI는 master 브랜치에 대한 모든 푸시 및 PR 시 실행됩니다. GitHub에 게시된 릴리스는 자동으로 npm에 게시됩니다(NPM_TOKEN 저장소 비밀값이 필요함).
라이선스
MIT
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseBqualityBmaintenanceQuery social media data from Instagram, TikTok, Twitter/X, Threads, YouTube, Facebook, and Reddit directly through natural language commands. Retrieves profiles, posts, videos, and engagement metrics using the SociaVault API.11411MIT

Socialcrawlofficial
AlicenseAqualityDmaintenanceAccess 21+ real-time social media data from a single API51514MIT- Alicense-qualityCmaintenanceSocial media API and MCP server for AI agents that enables publishing to X, Instagram, LinkedIn, Reddit, Bluesky, and Threads from a single endpoint.126MIT
- Alicense-qualityDmaintenanceReal-time X/Twitter social intelligence for AI agents and developers, powered by Grok's live search capabilities.313MIT
Related MCP Connectors
Unified social-media data across 10 networks: profiles, posts, search, comments, cross-search.
Twitter/X, Instagram, Reddit & TikTok data for AI agents. Billions of posts. No API keys.
Public social-data API and live docs for AI coding agents.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/rolliinc/rolli-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server