Windsurf
Connect xpay✦ Tools to Windsurf (by Codeium).
Prerequisites
- Windsurf with MCP support
- An xpay API key
Setup
Add to ~/.windsurf/mcp.json:
Master Server (all tools)
{
"mcpServers": {
"xpay": {
"url": "https://mcp.xpay.sh/mcp?key=YOUR_API_KEY"
}
}
}Single Provider
{
"mcpServers": {
"firecrawl": {
"url": "https://firecrawl.mcp.xpay.sh/mcp?key=YOUR_API_KEY"
}
}
}Collection
{
"mcpServers": {
"lead-gen": {
"url": "https://lead-gen.mcp.xpay.sh/mcp?key=YOUR_API_KEY"
}
}
}Verify
- Open Windsurf Settings → MCP Servers
- Your server should be listed and connected
- In Cascade, ask: “What tools do you have available?”
Troubleshooting
- Server not appearing: Restart Windsurf after editing
mcp.json - Authentication errors: Verify your API key is correct
- Config location: On Windows, the config is at
%USERPROFILE%\.windsurf\mcp.json
Last updated on: