Connect Your Client
xpay✦ Tools works with any MCP-compatible AI client. Pick yours below for a copy-paste setup guide.
AI Coding Assistants
- Cursor —
~/.cursor/mcp.json - Claude Code — CLI command
- Claude Desktop — Desktop config (via mcp-remote)
- VS Code —
.vscode/mcp.json - Windsurf —
~/.windsurf/mcp.json - Cline — Cline MCP settings
- Roo Code — Roo Code MCP settings
- Amazon Q — Amazon Q Developer config
- Augment — Augment MCP settings
- Goose — Goose MCP config
AI Chat Clients
- ChatGPT — Remote MCP server in settings
- Gemini CLI —
~/.gemini/settings.json
Automation & Workflow
- n8n — Community node
Programmatic Access
- API / cURL — Direct HTTP calls
- SDK — Vercel AI SDK & MCP TypeScript SDK
Connection URL Patterns
All clients use the same URL format:
| Level | URL Pattern |
|---|---|
| Master (all tools) | https://mcp.xpay.sh/mcp?key=YOUR_API_KEY |
| Provider (single) | https://{provider}.mcp.xpay.sh/mcp?key=YOUR_API_KEY |
| Collection (curated) | https://{collection}.mcp.xpay.sh/mcp?key=YOUR_API_KEY |
See Connection URLs for the full reference.
Last updated on: