-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathserver.json
More file actions
31 lines (31 loc) · 1.42 KB
/
server.json
File metadata and controls
31 lines (31 loc) · 1.42 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.Xquik-dev/xquik",
"description": "Real-time X (Twitter) data platform. Stateless MCP request router (no code execution) with 2 tools (explore + xquik) covering 122 REST API endpoints: tweet search, user lookup, user tweets/likes/media, favoriters, mutual followers, bookmarks, notifications, timeline, DM history, media download, 23 extraction tools, account monitoring, events, webhooks, trends, radar, tweet composer, style analysis, drafts, giveaway draws, write actions (tweet, like, retweet, follow, DM, profile, communities), X account management, credits, Telegram integrations, flow automations, and support tickets. Reads from $0.00015/call.",
"repository": {
"url": "https://github.com/Xquik-dev/x-twitter-scraper",
"source": "github"
},
"version": "2.3.0",
"remotes": [
{
"type": "streamable-http",
"url": "https://xquik.com/mcp",
"headers": [
{
"name": "Authorization",
"value": "Bearer {XQUIK_API_KEY}",
"description": "Xquik API key from https://dashboard.xquik.com/account",
"isRequired": true,
"isSecret": true,
"variables": {
"XQUIK_API_KEY": {
"description": "Your Xquik API key (starts with xq_)",
"isSecret": true
}
}
}
]
}
]
}