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

現在の統合設定(Webhook URL、名前)を取得

update_integration_setup

検索完了通知用のWebhook 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

検索結果を待機する際のポーリング間隔(ミリ秒)

ROLLI_MAX_POLL_MS

600000

検索タイムアウトまでの最大待機時間(ミリ秒)(デフォルト:10分)

Smithery

このサーバーにはSmithery経由でデプロイするためのsmithery.yamlが含まれています。セットアップ中にAPIトークンの入力を求められます。

使用例

ソーシャルメディア全体でキーワードを検索:

"TwitterとRedditで先週の「人工知能」に関する投稿を検索して"

ユーザープロフィールを分析:

"Twitterで@elonmuskを検索し、最近の投稿を分析して"

トピックの内訳を取得:

"キーワード検索#123のトピックツリーを表示して"

API使用状況を確認:

"今月は何回検索を使用しましたか?"

Webhookを設定:

"Webhook 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