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 differs from the Xquik API MCP server at xquik.com/mcp. That server searches tweets, looks up profiles, exports followers, runs draws, and manages monitors. The docs MCP server is read-only and requires no authentication.
Codex CLI 0.147.0 and newer support Xquik OAuth. Older Codex and affected
Goose releases can connect to this authentication-free Docs MCP server when
API MCP OAuth reports
Authorization server response missing required issuer: expected https://xquik.com.
Retrieve Codex and Goose OAuth issuer validation,
then configure the API key fallback for the authenticated API MCP server.
Issue #31573 records the Codex fix.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:- Copy MCP Server URL. Copies
https://docs.xquik.com/mcpto your clipboard. - Copy MCP Install Command. Copies the
npx add-mcpinstall command. - Connect to Cursor. Installs the docs MCP server in Cursor.
- Connect to VS Code. Installs the docs MCP server in VS Code.
Search docs through NLWeb
GET or POST https://xquik.com/ask searches public docs through NLWeb 0.55.
It needs no authentication. Never send secrets or private data.
conversational_search and lowercase response types. Set prefer.streaming to true for SSE.
Streams emit start, result, and complete events.
Search docs through A2A
The public A2A 1.0 agent card lives athttps://xquik.com/.well-known/agent-card.json. It advertises the
JSON-RPC endpoint at https://xquik.com/a2a.
Send a SendMessage request with A2A-Version: 1.0. The agent accepts text
questions and returns the same public documentation results as NLWeb. It needs
no authentication and cannot run extractions or account actions. Streaming,
push notifications, and extended cards are not advertised.
Setup
Web clients
- Claude.ai (web)
- ChatGPT
- Open Claude Connectors or Customize > Connectors.
- Select Add custom connector.
- Enter:
- Name:
Xquik Docs - URL:
https://docs.xquik.com/mcp
- Name:
- Select Add.
- In a chat, select + > Connectors and enable Xquik Docs.
Coding agents
- Claude Code
- Codex
- GitHub Copilot CLI
- Gemini CLI
Additional coding agents
- Qwen Code
- Goose
- Pi
httpUrl: "https://docs.xquik.com/mcp" under mcpServers.Editor clients
- Cursor
- VS Code
- Windsurf
- OpenCode
Add to
~/.cursor/mcp.json (global) or .cursor/mcp.json (project):Additional editors
- Cline
- Roo Code
Run
cline mcp, add a Streamable HTTP server, and enter
https://docs.xquik.com/mcp. In the IDE, use the MCP Remote Servers UI.
Cline stores global MCP settings at
~/.cline/data/settings/cline_mcp_settings.json; project settings use
.cline/mcp.json.Using both MCP servers
For the best experience, connect both:- Docs MCP (
docs.xquik.com/mcp) - the AI searches documentation to understand API parameters, error codes, and usage patterns. - API MCP (
xquik.com/mcp) - the AI executes actions: searches tweets, runs extractions, sets up monitors.
has_more, and next_cursor. Docs MCP returns indexed documentation text and never executes account actions.
What gets searched
The docs MCP server indexes all public pages:- API reference (130 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(compact documentation index)