ETCMCv2
Free Ethereum Classic JSON-RPC. HTTP only. This node never unlocks a wallet.
https://rpc.etcmc.xyz
curl -sS https://rpc.etcmc.xyz \
-H 'content-type: application/json' \
-d '{"jsonrpc":"2.0","method":"eth_chainId","params":[],"id":1}'
# → {"result":"0x3d"} (61, Ethereum Classic)
Rate limited per IP. Include eth_sendRawTransaction. Be a good neighbor.