Troubleshooting
”EASYNODE_PRIVATE_KEY is required”
The server cannot find your wallet private key. Solutions:- Run
npx @easynodexyz/mcp-x402 setupto configure interactively - Set the
EASYNODE_PRIVATE_KEYenvironment variable in your IDE config - Create
~/.easy-node/.envwithEASYNODE_PRIVATE_KEY=0x...
”Payment amount exceeds maximum”
The product price exceeds your configured max payment limit. Solution: IncreaseEASYNODE_MAX_PAYMENT in your config:
“402 response missing payment-required header”
The API endpoint may not support x402 payments. Solutions:- Check you’re using the correct API URL (
https://api.easy-node.xyz) - Verify the product supports x402 payment
- Check if the API is experiencing issues
MCP Server Not Appearing in IDE
- Verify config file location — Ensure the config is in the correct path for your OS
- Check JSON syntax — Use a JSON validator to ensure the config is valid
- Restart completely — Close and reopen the IDE (not just reload)
- Check logs — Look for MCP connection errors in IDE developer logs
”Invalid private key format”
The private key must be:- Prefixed with
0x - Followed by exactly 64 hexadecimal characters
0x1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef
Connection Timeout
If the MCP server times out connecting:- Check your internet connection
- Verify
EASYNODE_API_URLis correct - The API server may be temporarily unavailable