33
/ 100
1 month ago
glama

x-post-mcp

A minimal MCP server for posting tweets to X (Twitter) via API v2, supporting tweet creation, replies, and quote tweets.

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
🚨
Secret credentials may flow to a network call
1 flow detected: X_REFRESH_TOKEN. We can’t prove the destination matches the brand the credential belongs to.
🔐
You'll be asked for 3 credentials: X_BEARER_TOKEN, X_CLIENT_SECRET, X_REFRESH_TOKEN
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.
🔐 secretX_BEARER_TOKEN"": "<your-bearer-token>"
configX_CLIENT_IDRecommended: Use auto-refresh configuration with , X_CLIENT_SECRET, and X_REFRESH_TOKEN to avoid manual token refresh every 2 hours.
🔐 secretX_CLIENT_SECRETRecommended: Use auto-refresh configuration with X_CLIENT_ID, , and X_REFRESH_TOKEN to avoid manual token refresh every 2 hours.
🔐 secretX_REFRESH_TOKENRecommended: Use auto-refresh configuration with X_CLIENT_ID, X_CLIENT_SECRET, and to avoid manual token refresh every 2 hours.
// 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 3 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/discountry-x-post-mcp-17yd3y)](https://m8ven.ai/mcp/discountry-x-post-mcp-17yd3y)
commit: 90cd26c748b9df04ca7d9b9d2b48cab47831daf5
code hash: 32288ceaeafc63ddbbaa1613ed721d42186362aa82da5aad9e8c7840e1201a20
verified: 6/23/2026, 10:44:23 AM
view raw JSON →