@omneity/x
Search and monitor X (twitter) posts, replies, communities, lists, and more.
What is Herd?
Herd is a powerful browser automation platform that lets you connect any AI like ChatGPT, Claude, or even Cursor to your favorite websites. This Trail is a pre-built automation for twitter.com. An MCP (Model Context Protocol) server exposes standard tools to your Agent to read from and interact with twitter.com via your browser securely.
- list-posts: Selector for post in list on X (twitter)
- post-replies: Selector for reply to post on X (twitter)
- account-posts: Selector for post by account on X (twitter)
Trail Details
Quick Actions - MCP compatible
Supported Websites
Herd is not affiliated with twitter.com and is not endorsing its content. Herd makes websites accessible over MCP and API, but never hosts any content. Make sure to accept the respective terms of service before using this trail.
All trademarks reserved to their respective owners.
Installation and Usage
Quick Run
SDK Implementation
Available Actions
All the following actions for @omneity/x are accessible via the built-in MCP server, CLI, REST API as well as programmatically via the SDK.
list-posts
Selector for post in list on X (twitter)
Parameters
| Name | Type | Description | Required |
|---|---|---|---|
list_id |
String |
list id | Yes |
post-replies
Selector for reply to post on X (twitter)
Parameters
| Name | Type | Description | Required |
|---|---|---|---|
post_id |
String |
post id | Yes |
account_name |
String |
account name | Yes |
account-posts
Selector for post by account on X (twitter)
Parameters
| Name | Type | Description | Required |
|---|---|---|---|
account_name |
String |
account name | Yes |
search-results
Selector for result in search on X (twitter)
Parameters
| Name | Type | Description | Required |
|---|---|---|---|
search_query |
String |
search query | Yes |
community-posts
Selector for post in community on X (twitter)
Parameters
| Name | Type | Description | Required |
|---|---|---|---|
community_id |
String |
community id | Yes |
account-followers
Selector for follower on X (twitter)
Parameters
| Name | Type | Description | Required |
|---|---|---|---|
account_name |
String |
account name | Yes |
account-following
Selector for following on X (twitter)
Parameters
| Name | Type | Description | Required |
|---|---|---|---|
account_name |
String |
account name | Yes |
community-members
Selector for member in community on X (twitter)
Parameters
| Name | Type | Description | Required |
|---|---|---|---|
community_id |
String |
community id | Yes |
community-moderators
Selector for moderator in community on X (twitter)
Parameters
| Name | Type | Description | Required |
|---|---|---|---|
community_id |
String |
community id | Yes |
search-posts-by-keyword
Selector for keyword mention on X (twitter)
Parameters
| Name | Type | Description | Required |
|---|---|---|---|
keyword_to_track |
String |
keyword to track | Yes |
account-verified-followers
Selector for verified follower on X (twitter)
Parameters
| Name | Type | Description | Required |
|---|---|---|---|
account_name |
String |
account name | Yes |