56
/ 100
21 days ago
glama

x-mcp-lite

Read-only Twitter API server with bookmark and like management, plus anti-rate-limit protection.

Is this your MCP?

Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find.

Install from

M8ven verifies MCPs across every public registry — install directly from whichever one you prefer.

// key findings
No credential exfiltration, no sensitive file access, no obfuscation
Static analysis found nothing flowing your secrets to unexpected places.
Open source with a license and README
Anyone can audit the code, the license is declared, and the publisher documents what it does.
🔐
You'll be asked for 2 credentials: TWITTER_PASSWORD, CAPSOLVER_API_KEY
These are read from process.env at runtime. Make sure you trust where they’ll be sent.
// required environment variables
This server reads these from process.env. You'll be asked to provide them before it can run.
configX_MCP_SINGBOX_START_TIMEOUT
configX_MCP_STATE_PATHNo ~/.x-mcp/throttle_state.json Where the throttle layer persists pacing / cooldowns / request log
configX_MCP_MAX_BACKOFFActive cooldown: if a previous 429 recorded a reset time for this endpoint, either sleep it out (if within ) or refuse with a retry hint (if further out) — active intercept, no wasted request.
configX_MCP_MAX_CALLS_PER_WINDOWNo 250 Client-side request budget per 15-min window. 0 disables the cap
configTWITTER_USERNAME"": "your_username",
configTWITTER_EMAILNo — Email if your account has one; omitted if not set (twikit accepts auth_info_2=None)
🔐 secretTWITTER_PASSWORD"": "your_password"
🔐 secretCAPSOLVER_API_KEYNo — Capsolver API key (only needed if you hit Arkose challenges)
configX_MCP_COOKIES_PATHNo ~/.x-mcp/cookies.json Path to cookies file. Set this on both the login machine and the deployment machine.
// full audit trail
The full breakdown of what we checked, the deductions that landed, the network hosts, the dependency advisories, and concrete fix guidance is available to verified publishers.
// improvement guidance — verified publishers only
We have 5 concrete improvements we can share with the publisher of this MCP. Each comes with specific guidance to raise the trust score.
// embed badge in your README
[![M8ven Score](https://m8ven.ai/badge/mcp/strobekiss-x-mcp-lite-10a3lv)](https://m8ven.ai/mcp/strobekiss-x-mcp-lite-10a3lv)
commit: ab1beb5adb0309fac5fadecc3a70b6cca09cceb1
code hash: d9d967a1eee57b34806564cb09ff09117f54dba9bec35306c778df2b01f3d2e9
verified: 7/10/2026, 10:13:15 AM
view raw JSON →