XBurst developer resources
XBurst is an X (Twitter) growth platform. Agents should connect over MCP with OAuth — there is no API-key paste step. Humans can start a 7-day free trial or use the sandbox demo with no account.
How an agent should call XBurst
- Add the remote MCP server
https://xburst.app/api/mcp. - Follow OAuth 2.1 from the well-known documents on
https://xburst.app. Dynamic client registration is supported; do not ask the user for a long-lived API key. - Call only read tools (opportunities, relationships, inbox, analytics, audience, posts, ideas, missions). Never assume write access.
Catalog
- XBurst MCP server
Read-only Model Context Protocol server. Add https://xburst.app/api/mcp as a remote MCP server; OAuth 2.1 handles sign-in. An assistant can never post or change data on your behalf.
- XBurst OpenAPI spec
Machine-readable OpenAPI 3 description of the MCP resource, OAuth discovery, and related public endpoints.
- OAuth protected resource metadata
RFC 9728 document for the MCP resource. Clients use this to find the authorization server and supported scopes.
- OAuth authorization server metadata
RFC 8414 discovery for authorization, token, registration, and revocation endpoints. PKCE S256 only.
- XBurst sandbox demo
No sign-up. A clickable copy of the dashboard so you can inspect the product before connecting an assistant or starting a trial.
- llms.txt
When-to-use guidance, pricing, and links for LLM crawlers and agents.
Questions: contact or contact@xburst.app.