# TwitterXAPI TwitterXAPI is a read-only HTTP API for normalized public X data. MCP endpoint: https://twitterxapi.com/api/mcp Authenticate with the same customer API key as a Bearer token. The endpoint exposes eight read-only tools for search, users, timelines, networks, posts, lists, trends, and communities. Collection tools return one page plus a continuation cursor. MCP text content is compact; structuredContent.data contains normalized IDs and cursors. ## Public pages - [Website](https://twitterxapi.com/): Product overview and access information. - [API documentation](https://twitterxapi.com/docs/): Authentication, pagination, endpoints, errors, and charging. - [Privacy policy](https://twitterxapi.com/privacy/): Data collection, providers, security, and retention. - [Terms of service](https://twitterxapi.com/terms/): Service terms and acceptable use. ## API behavior Live timeline endpoints return one normalized upstream page and, when more data is available, a continuation cursor. Larger reads run as jobs that clients can poll.