com.xquik/mcp✓
com.xquik/mcp · v2.4.12
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "com.xquik/mcp",
"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"
},
"version": "2.4.12",
"remotes": [
{
"type": "streamable-http",
"url": "https://xquik.com/mcp",
"headers": [
{
"description": "Xquik API key from https://dashboard.xquik.com/account",
"isRequired": true,
"value": "{XQUIK_API_KEY}",
"isSecret": true,
"variables": {
"XQUIK_API_KEY": {
"description": "Your Xquik API key (starts with xq_)",
"isSecret": true
}
},
"name": "x-api-key"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}