Register Your Server
Step-by-step guide to adding your MCP server to xpay✦ Tools.
Prepare your MCP server
Ensure your server:
- Is accessible over the internet (HTTPS)
- Supports Streamable HTTP or SSE transport
- Responds to
tools/listwith your tool definitions
Register and set pricing
The fastest way is the Monetize Wizard — no account needed to start:
- Paste your server URL → tools are auto-discovered
- Set per-tool or flat-rate pricing (see Pricing Your Tools)
- Sign in to claim your proxy URL and set your receiving wallet
Alternatively, sign in at app.xpay.sh and click Add MCP Server for the full dashboard experience. Configure your wallet and portal branding under Account Config .
Review and publish
xpay introspects your server to discover tools. Review the tool list and pricing, then publish.
Your server is now live at:
https://{your-slug}.mcp.xpay.sh/mcpTip: Test your endpoint by connecting to it from any MCP client (e.g., Cursor) before sharing it publicly.
What Happens During Registration
- xpay calls
tools/liston your server to discover available tools - Tool names, descriptions, and input schemas are stored
- A proxy endpoint is created at
{slug}.mcp.xpay.sh - Discovery files (
llms.txt,skill.md) are auto-generated - Your tools become searchable on xpay.tools
Authentication
If your upstream server requires authentication (API key, bearer token, etc.), you provide the credentials during registration. xpay stores them securely and includes them when forwarding requests to your server.