xbird — Twitter/X access for AI agents

xbird is a Twitter/X integration layer built for AI agents: an MCP server with 248 tools, a stateless REST API, and a CLI — all without a Twitter developer account, API keys, or OAuth app setup.

Why we built it

The official X API prices automation out of reach for most agents ($200/month Basic tier) and gates access behind developer approval. xbird takes a different approach:

  • **Bring your own account** — you already have a Twitter session in your browser; xbird reuses it locally.
  • **Pay per call, not per month** — x402 micropayments charge fractions of a cent per request at X API-aligned resource rates (~2× cheaper per unit), settled in USDC on Base (optional X Layer USDT).
  • **Zero config** — install with one command; credentials are auto-detected and a payment wallet is generated automatically.

Principles

1. **Local-first**: run from your residential IP; your cookies never leave your machine in plaintext. 2. **Stateless**: the hosted REST API stores no credentials — tokens are encrypted client-side and decrypted per-request. 3. **Agent-native**: machine-readable everything — OpenAPI spec, llms.txt, MCP manifest, JSON error envelopes.

Who builds it

xbird is developed by checkra1n (@checkra1neth on X) and is open source under the MIT license at github.com/checkra1neth/xbird.

Prefer plain text? This page is also available as Markdown (about.md).