Skip to content

Add optional GetXAPI backend for search_tweets#12

Open
bozad wants to merge 1 commit into
sint-ai:mainfrom
bozad:add-getxapi-backend
Open

Add optional GetXAPI backend for search_tweets#12
bozad wants to merge 1 commit into
sint-ai:mainfrom
bozad:add-getxapi-backend

Conversation

@bozad

@bozad bozad commented May 31, 2026

Copy link
Copy Markdown

Adds GetXAPI as an optional alternative backend for the search_tweets tool alongside the existing Twitter API path.

  • Set SEARCH_BACKEND=getxapi to route only search_tweets through GetXAPI

  • Single env var (GETXAPI_API_KEY or GETXAPI_KEY) activates the backend

  • Defaults to existing Twitter behavior when not set (zero behavioral change)

  • Retweet, like, post, and other OAuth tools continue to require Twitter credentials

  • Endpoint: GET https://api.getxapi.com/twitter/tweet/advanced_search

  • Auth: Bearer token

  • Repo: https://github.com/getxapi/getxapi-mcp

  • Wikidata: https://www.wikidata.org/wiki/Q139996278

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants