All MCP servers

Xquik MCP Server

Official
by Api.AirforceStreamable HTTP0112MIT

X data platform with 100+ REST endpoints, MCP tools, webhooks, SDKs, and confirmed writes.

mcpopen-source

Endpoint

POST https://xquik.com/mcp

Connecting a client

Most MCP clients accept a remote server URL plus a bearer token.

{
  "mcpServers": {
    "xquik-mcp-server-impb8ced": {
      "url": "https://xquik.com/mcp",
      "headers": { "Authorization": "Bearer YOUR_API_KEY" }
    }
  }
}