Server Config
{
"mcpServers": {
"spraay": {
"command": "node",
"args": [
"/path/to/spraay-x402-mcp/dist/index.js"
],
"env": {
"EVM_PRIVATE_KEY": "0xYourPrivateKeyWithUSDCOnBase"
}
}
}
}{
"mcpServers": {
"spraay": {
"command": "node",
"args": [
"/path/to/spraay-x402-mcp/dist/index.js"
],
"env": {
"EVM_PRIVATE_KEY": "0xYourPrivateKeyWithUSDCOnBase"
}
}
}
}