---
title: Xquik
canonical: https://xquik.com
content-signal: ai-train=yes, search=yes, ai-input=yes
---

# Xquik

Xquik is an independent third-party service. Not affiliated with X Corp. "Twitter" and "X" are trademarks of X Corp. Xquik provides dashboard tools, a REST API, HMAC webhooks, OAuth 2.1, and an MCP server.

## Agent entry points

- REST API: https://xquik.com/api/v1
- OpenAPI: https://xquik.com/openapi.json
- MCP server: https://xquik.com/mcp
- MCP protocol: MCP 2026-07-28
- A2A docs agent: https://xquik.com/a2a (card: https://xquik.com/.well-known/agent-card.json)
- Agent catalog: https://xquik.com/.well-known/agents.json
- Agent skills: https://xquik.com/.well-known/agent-skills/index.json
- Authentication: https://xquik.com/auth.md
- Bot identity keys: https://xquik.com/.well-known/http-message-signatures-directory
- API catalog: https://xquik.com/.well-known/api-catalog
- ARD catalog: https://xquik.com/.well-known/ard.json
- Dashboard: https://dashboard.xquik.com
- Documentation: https://docs.xquik.com

## Authentication

- Dashboard users sign in with email magic links. API clients use scoped Xquik API keys.
- MCP clients use OAuth 2.1. Some clients support API-key fallback.
- Read https://xquik.com/auth.md for complete authentication instructions.
- Discover OAuth at https://xquik.com/.well-known/oauth-authorization-server and protected resources at https://xquik.com/.well-known/oauth-protected-resource/mcp.

## Notes for agents

- Use OpenAPI for REST route details. Use MCP for model-context tools.
- MCP 2026-07-28 uses `server/discover` and per-request metadata. Use a current SDK. Do not initialize or manage sessions for modern MCP connections.
- Use webhooks for monitor and workflow events. Respect robots.txt for authenticated dashboard pages.
