Social · write$0.012–$0.036 / call

X/Twitter Community Manager: Manage X Communities, paid by the call.

Manage X/Twitter Communities as a connected account: create a new community, join or leave an existing one, or delete a community you own. No signup, no API keys — every request is paid in USDC through the HTTP 402 flow, and the exact price is quoted before you pay.

Quickstart

One endpoint: POST /api/tools/x_community over HTTP, or the x_community tool over MCP at POST /api/mcp.

curl -X POST https://twitr.sh/api/tools/x_community \
  -H 'Content-Type: application/json' \
  -d '{"action":"join","account":"myhandle","community_id":"1493446837214187523"}'

# → 402 Payment Required with the exact USDC price.
# Pay it (x402 on Base/Solana, MPP on Tempo) and retry the same request → 200 + data.
# x402-aware clients do both steps automatically.

How to use it

PREREQUISITE: connect an X account. Acts as a handle THIS wallet owns. action=create (name, optional description) | join|leave (community_id) | delete (community_id + community_name confirmation). account required. Payment settles before the action; Idempotency-Key required.

Fixed price per action, charged on acceptance. An Idempotency-Key header is required, so a retry replays the original result instead of charging twice. Full input schema in the OpenAPI spec.

FAQ

What does the X/Twitter Community Manager tool do?

Manage X/Twitter Communities as a connected account: create a new community, join or leave an existing one, or delete a community you own. It is one of 14 pay-per-call X/Twitter tools on twitr.sh, available over HTTP (POST /api/tools/x_community) and MCP (tool name x_community).

How much does X/Twitter Community Manager cost?

$0.012–$0.036 per call in USDC. Fixed price per action, charged on acceptance. An Idempotency-Key header is required, so a retry replays the original result instead of charging twice.

How do I call X/Twitter Community Manager without an API key?

POST https://twitr.sh/api/tools/x_community with your input. The first response is HTTP 402 Payment Required carrying the exact price; pay it in USDC (x402 on Base or Solana, MPP on Tempo) and retry the identical request to get the data. No signup — the wallet is the account.

Can an AI agent use X/Twitter Community Manager through MCP?

Yes. Call the x_community tool via the MCP endpoint at POST https://twitr.sh/api/mcp — tools/list is free, tools/call is payment-gated with a JSON-RPC 402. The installable agent skill at https://twitr.sh/skill.md covers the full workflow.

Related tools