-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathserver.json
More file actions
21 lines (21 loc) · 799 Bytes
/
server.json
File metadata and controls
21 lines (21 loc) · 799 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.Xquik-dev/tweetclaw",
"description": "Post tweets, reply, like, retweet, follow, DM & more - full X/Twitter automation via Xquik. OpenClaw plugin with 122 endpoints via 2 tools (explore + tweetclaw). Reads from $0.00015/call. StreamableHTTP at xquik.com/mcp with API key auth.",
"repository": {
"url": "https://github.com/Xquik-dev/tweetclaw",
"source": "github"
},
"version": "1.5.3",
"remotes": [
{
"type": "streamable-http",
"url": "https://xquik.com/mcp",
"authentication": {
"type": "api-key",
"header": "X-API-Key",
"description": "Xquik API key (prefix xq_). Get one at dashboard.xquik.com."
}
}
]
}