fc3677116226070186a4ecf0cb5fdb783981fb42source_git · excellario/x-feed · current release
Observed 2026-08-25T17:13:02.246Z using mcpSecurity-inventory. Status: succeeded. Negotiated protocol: 2025-06-18.
{
"tools": {
"listChanged": true
}
}| Tool | Category | Annotations | Risk |
|---|---|---|---|
get_recent_tweetsReturn the most recent tweets from a set of X (Twitter) handles, newest first, using a logged-in session. Read-only: this server can only read, it cannot post, reply, like, follow, DM, or write anything. Defaults to the server's configured handle set; useful for summarising what a curated group of accounts has posted.Input schema{
"type": "object",
"properties": {
"handles": {
"type": "array",
"items": {
"type": "string"
},
"description": "X handles to fetch (with or without @). Optional if the server has a default set (X_HANDLES) configured."
},
"count": {
"type": "integer",
"minimum": 1,
"maximum": 100,
"description": "How many recent tweets to return after merging (1-100). Default 30."
},
"includeReplies": {
"type": "boolean",
"description": "Include @-replies. Default false, replies are usually noise for a digest."
}
},
"additionalProperties": false,
"$schema": "http://json-schema.org/draft-07/schema#"
} | — | — · — | — |