Skip to main content
The Xpoz MCP server is hosted at https://mcp.xpoz.ai/mcp. You need an access key to authenticate — get one from your Xpoz dashboard.
Run a single command in your terminal:
claude mcp add xpoz-mcp https://mcp.xpoz.ai/mcp -t http -H "Authorization: Bearer YOUR_API_KEY"
Claude Code will automatically discover all 48 tools on the next conversation.
You can verify the connection by asking Claude: “What Xpoz tools are available?”

Getting Your Access Key

  1. Sign up or log in at xpoz.ai
  2. Navigate to your dashboard
  3. Copy your access key
You can also retrieve your access key programmatically using the getUserAccessKey tool if you are authenticated via OAuth, or check its status with checkAccessKeyStatus.

Verify the Connection

After setup, test the connection by asking your AI agent to run a simple query:
Search for Twitter user @elonmusk
If the agent successfully calls getTwitterUser and returns profile data, your connection is working.

Next Steps

Browse Tools

See all 48 tools organized by platform.

Response Modes

Choose between fast, paging, and CSV response modes.