-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathserver.json
More file actions
33 lines (33 loc) · 984 Bytes
/
server.json
File metadata and controls
33 lines (33 loc) · 984 Bytes
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
32
33
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "com.xquik/mcp",
"title": "Xquik MCP Server",
"description": "X data platform with 100+ REST endpoints, MCP tools, webhooks, SDKs, and confirmed writes.",
"repository": {
"url": "https://github.com/Xquik-dev/x-twitter-scraper",
"source": "github"
},
"websiteUrl": "https://docs.xquik.com/mcp/overview",
"version": "2.4.13",
"remotes": [
{
"type": "streamable-http",
"url": "https://xquik.com/mcp",
"headers": [
{
"name": "x-api-key",
"value": "{XQUIK_API_KEY}",
"description": "Xquik API key from your dashboard account page",
"isRequired": true,
"isSecret": true,
"variables": {
"XQUIK_API_KEY": {
"description": "Your Xquik API key (starts with xq_)",
"isSecret": true
}
}
}
]
}
]
}