x402 sms for Cursor
io.github.ultrastarz/x402-sms
Pay-per-call MCP server. $0.03 USDC sends one transactional SMS to a US phone number via x402.
client:Cursor
transport:stdio
runtime:npm
Install x402 sms in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"x402-sms": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"x402-sms-mcp"
],
"env": {
"BUYER_PRIVATE_KEY": "<BUYER_PRIVATE_KEY>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs