T
Twitter API v2
Details
- URL
-
https://api.twitter.com - Docs
- https://developer.x.com/en/docs/twitter-api
Authentication
Authorization: Bearer <credential> Create an app in the X Developer Console and use the quickstart in Make your first request to obtain API credentials. The X API v2 OpenAPI defines a BearerToken security scheme, and X's hosted MCP announcement says the bridge injects a fresh Bearer token after OAuth login. For MCP, the easiest path is to create an app with OAuth 2.0 enabled in the console, register redirect URI http://localhost:8080/callback, then authenticate through xurl as described in Announcing the hosted X MCP.