Skip to main content
Xquik documentation is available as an MCP server at https://docs.xquik.com/mcp. AI tools can search the full docs site and retrieve indexed public pages - API reference, guides, examples, and type definitions - during conversations. This is separate from the Xquik API MCP server at xquik.com/mcp, which interacts with your Xquik account (monitors, extractions, draws, X data lookups). The docs MCP server is read-only and requires no authentication.

Docs MCP Server

Search docs and read indexed public pages at https://docs.xquik.com/mcp. No auth required. Free.

API MCP Server

Interact with X data at https://xquik.com/mcp. Use an API key or OAuth 2.1. Prefer OAuth for clients that support browser authorization. Full credentials search 118 operations. Guest paid_reads keys search 33 eligible GET routes. API MCP v2.5.3 uses Streamable HTTP.

Agent route checklist

Read docs first

Use Docs MCP at https://docs.xquik.com/mcp for public docs, API parameters, examples, error codes, SDK guidance, and no-auth page retrieval.

Run account actions

Use API MCP at https://xquik.com/mcp for live X reads, writes, monitors, webhooks, draws, or extraction jobs. Authenticate with an API key or OAuth 2.1. Prefer OAuth when the client supports browser authorization.

Persist outside chat

Use REST or generated SDKs when a backend must own retries, cursor storage, file downloads, queues, or batch orchestration.

Hand off results

Store the endpoint path, request parameters, returned IDs, has_more, next_cursor, export route, or webhook replay route before ending the agent run.

Quick connect

Use the contextual menu at the top of any docs page to connect instantly:
  • Copy MCP Server URL - copies https://docs.xquik.com/mcp to your clipboard
  • Copy MCP Install Command - copies the npx add-mcp install command
  • Connect to Cursor - installs the docs MCP server in Cursor
  • Connect to VS Code - installs the docs MCP server in VS Code

Setup

  1. Go to Settings > Connectors in Claude.
  2. Select Add custom connector.
  3. Enter:
    • Name: Xquik Docs
    • URL: https://docs.xquik.com/mcp
  4. Select Add.
  5. In any chat, click the attachments button (plus icon) and select Xquik Docs.

Using both MCP servers

For the best experience, connect both:
  1. Docs MCP (docs.xquik.com/mcp) - the AI searches documentation to understand API parameters, error codes, and usage patterns.
  2. API MCP (xquik.com/mcp) - the AI executes actions: searches tweets, runs extractions, sets up monitors.
The AI decides which server to query based on context. A question about how draw filters work hits the docs server. A request to run a draw hits the API server. API MCP results use the normalized v1 contract: snake_case fields, date-time fields as Unix seconds, structured errors, has_more, and next_cursor. Docs MCP returns indexed documentation text and never executes account actions.
Run /mcp and authenticate xquik. The docs server needs no login.

What gets searched

The docs MCP server indexes all public pages:
  • API reference (126 documented operations)
  • Guides (workflows, error handling, rate limits, billing, extraction workflow, trends, webhook testing)
  • Webhook documentation (overview, signature verification)
  • MCP server setup and tools reference
  • OAuth 2.1 documentation
  • Architecture, troubleshooting, and type definitions
  • llms.txt (complete API technical reference)
Last modified on July 14, 2026