Back to Browse

Capx Cafe MCP Server

Developer ToolsLow Risk10.0MCP RegistryLocal
Free

Server data from the Official MCP Registry

Agent-native X (Twitter) posting as one MCP server; every post clears a server-side guardrail.

About

Agent-native X (Twitter) posting as one MCP server; every post clears a server-side guardrail.

Security Report

10.0
Low Risk10.0Low Risk

Valid MCP server (3 strong, 2 medium validity signals). 1 code issue detected. No known CVEs in dependencies. Package registry verified. Imported from the Official MCP Registry. 1 finding(s) downgraded by scanner intelligence.

16 files analyzed · 2 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

file_system

Check that this permission is expected for this type of plugin.

HTTP Network Access

Connects to external APIs or services over the internet.

env_vars

Check that this permission is expected for this type of plugin.

What You'll Need

Set these up before or after installing:

URL of the hosted capx chokepoint that enforces the server-side guardrail on every postOptional

Environment variable: CAPX_CHOKEPOINT_URL

Whitelisted user email used to authenticate to the chokepointOptional

Environment variable: CAPX_EMAIL

Connection lane: 'byo' (bring your own X app) or 'capx-app' (capx-managed app)Optional

Environment variable: CAPX_LANE

X (Twitter) OAuth client ID; required only on the BYO laneOptional

Environment variable: X_CLIENT_ID

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-vb-tyagi-capx-cafe": {
      "env": {
        "CAPX_LANE": "your-capx-lane-here",
        "CAPX_EMAIL": "your-capx-email-here",
        "X_CLIENT_ID": "your-x-client-id-here",
        "CAPX_CHOKEPOINT_URL": "your-capx-chokepoint-url-here"
      },
      "args": [
        "-y",
        "capx-cafe"
      ],
      "command": "npx"
    }
  }
}

Reviews

No reviews yet

Be the first to review this server!