Skip to main content
Glama

도구

도구

설명

list_keyword_searches

상태별로 필터링된 모든 키워드 검색 목록을 가져옵니다

keyword_search

키워드/해시태그 검색을 생성하고 완료 시 결과를 반환합니다

get_keyword_search

키워드 검색 결과(상태, 분석, 게시물)를 가져옵니다

list_user_searches

상태별로 필터링된 모든 사용자 검색 목록을 가져옵니다

user_search

사용자 프로필 검색을 생성하고 완료 시 결과를 반환합니다

get_user_search

사용자 검색 결과(프로필, 지표, 콘텐츠 분석)를 가져옵니다

get_topic_tree

키워드 검색에 대한 대화 주제 트리를 가져옵니다

get_keyword_search_posts

키워드 검색에서 원본 게시물을 가져옵니다

get_user_search_posts

사용자 검색에서 원본 게시물을 가져옵니다

get_integration_setup

현재 통합 설정(웹훅 URL, 이름)을 가져옵니다

update_integration_setup

검색 완료 알림을 위한 웹훅 URL을 설정합니다

get_usage

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로 재정의하려면 설정하세요.

선택적 환경 변수

변수

기본값

설명

ROLLI_USER_ID

"rolli-mcp"

API 요청과 함께 전송되는 사용자 ID

ROLLI_POLL_INTERVAL_MS

5000

검색 결과를 기다릴 때의 폴링 간격(ms)

ROLLI_MAX_POLL_MS

600000

검색 시간 초과 전 대기할 최대 시간(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        # Vitest

CI는 master 브랜치에 대한 모든 푸시 및 PR 시 실행됩니다. GitHub에 게시된 릴리스는 자동으로 npm에 게시됩니다(NPM_TOKEN 저장소 비밀값이 필요함).

라이선스

MIT

Install Server
A
license - permissive license
A
quality
B
maintenance

Maintenance

Maintainers
Response time
2wRelease cycle
11Releases (12mo)
Commit activity

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

View all related MCP servers

Related MCP Connectors

View all MCP Connectors

Latest Blog Posts

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