x-feed-mcp Server
A least-privilege, read-only MCP server that returns recent tweets from a set of tracked X (Twitter) accounts via a single tool
Detailed security scan evidence is not public for this MCP yet. Public identity, registry metadata, and independently observed protocol inventory remain available.
Install and connect
Installation and connection instructions are shown only when supported by retained package, repository, or endpoint evidence.
No verified installation or connection method is available in the retained evidence yet.
Identity
| Canonical slug | x-feed-mcp-bfc6a96c | Deployment | Local Only |
|---|---|---|---|
| Canonical package | — | Repository | excellario/X-feed |
| First published | — | Latest release | — |
| Last security verification | — | Classification confidence | 90% |
| Publication | Draft | Official distribution | Not verified |
Distributions
| Channel | Identifier | Current version | Versions | Source |
|---|---|---|---|---|
| source_git | excellario/x-feed | fc3677116226070186a4ecf0cb5fdb783981fb42 | 1 | Repository |
Current release
| Package | Version | Published / observed | Inventory | Security scan |
|---|---|---|---|---|
| source_gitexcellario/x-feed | fc3677116226070186a4ecf0cb5fdb783981fb42Current | Aug 25, 2026 | 1 toolsSucceeded · 0 resources · 0 prompts | Evidence restricted |
Continuously monitor this MCP for security risk
Independently scan the exact version your agents use, receive alerts when its risk changes, and investigate every finding with retained version evidence.
- Independent exact-version security scans
- Continuous release and vulnerability monitoring
- Risk-change alerts with capability context
- Historical evidence and API exports
Current version evidence
No public current-version evidence is available yet.
Current protocol inventory
Tools 1
| 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#"
} | — | — |
Resources 0
- None observed.
Resource templates 0
- None observed.
Prompts 0
- None observed.
Remote endpoints
| Endpoint | Transport | Authentication | Health | Observed |
|---|---|---|---|---|
| No verified remote endpoint is linked. | ||||
x-feed-mcp Server questions
How do I install x-feed-mcp Server?
No verified package installation command is available in the retained catalog evidence.
What tools does x-feed-mcp Server provide?
x-feed-mcp Server exposed 1 tool during independent protocol observation, including get_recent_tweets.
Is x-feed-mcp Server secure?
The selected current version does not yet have completed public verification. Unknown does not mean clean or vulnerable.
Explore related MCP server guides
Curated product and capability guides containing this catalog record.