Claude Code
Connect xpay✦ Tools to Claude Code (Anthropic’s CLI).
Prerequisites
- Claude Code CLI installed
- An xpay API key
Setup
Run in your terminal:
Master Server (all tools)
claude mcp add --transport http xpay "https://mcp.xpay.sh/mcp?key=YOUR_API_KEY"Single Provider
claude mcp add --transport http firecrawl "https://firecrawl.mcp.xpay.sh/mcp?key=YOUR_API_KEY"Collection
claude mcp add --transport http dev-tools "https://devtools.mcp.xpay.sh/mcp?key=YOUR_API_KEY"Verify
Start a new Claude Code session and ask:
What MCP tools do you have available?You should see the xpay tools listed.
Troubleshooting
- Tools not showing: Start a new session after adding the server (
claudeor/mcp) - Authentication errors: Double-check your API key — it should start with
xpay_sk_ - Remove a server:
claude mcp remove xpay
Last updated on: