Xquik
by XquiklivevariesReal-time X (Twitter) data API/MCP with 7 pay-per-use endpoints: tweet lookup, tweet search, user lookup, follower check, article extraction, media download, and trends. No account or subscription required.
TOOLS · 14
#TOOLDESCRIPTIONPRICE/CALL
01Get tweetdocsFetch a single tweet; costs 1 credit per call.varies
02Get userdocsFetch a user profile; costs 1 credit per call.varies
03Search tweetsdocsSearch tweets; costs 1 credit per call.varies
04TimelinedocsFetch a timeline; costs 1 credit per call.varies
05User timelinedocsFetch a user's timeline; costs 1 credit per call.varies
06TrendsdocsFetch trending topics; costs 3 credits per call.$0.00045
07Get articledocsFetch an article; costs 5 credits per call.$0.00105
08Follow checkdocsCheck follow relationship; costs 5 credits per call.$0.00105
09Create tweetdocsPost a tweet; base 30 credits (text-only) plus 2 credits per started MB of attached media.varies
10Follow / Unfollow / Like / Unlike / Retweet / UnretweetdocsEngagement write actions; 10 credits each.varies
11Send DMdocsSend a direct message; 10 credits per call.varies
12Delete tweetdocsDelete a tweet; 10 credits per call.varies
13Upload mediadocsUpload media; 10 credits per call.varies
14Active instant monitordocsReal-time monitor; costs 21 credits per active monitor-hour.varies
Prices set by the provider and charged per successful call.
CONNECT
# Inspect the unpaid MCP/x402 requirement with a valid initialize request.
curl -i --request POST 'https://xquik.com/mcp' \
--header 'Content-Type: application/json' \
--header 'Accept: application/json, text/event-stream' \
--data '{"jsonrpc":"2.0","id":1,"method":"initialize","params":{"protocolVersion":"2025-03-26","capabilities":{},"clientInfo":{"name":"toll402-check","version":"1.0.0"}}}'Keep EVM_PRIVATE_KEY server-side and use a narrowly funded wallet.official MCP + x402 guide ↗