Skip to main content
Glama

MCP Ethers Wallet

api_validation_summary.md3.56 kB
# MCP API Validation Results ## Summary - **Total Validations**: 6 - **Matched**: 1 - **Mismatched**: 5 - **Success Rate**: 16.67% - **Test Date**: 2025-08-27T20:02:29.795Z ## Validation Results ### ❌ getBlockNumber - **MCP Tool**: getBlockNumber - **RPC Method**: eth_blockNumber - **Parameters**: {} - **Match**: false - **Details**: Error in response - MCP: none, RPC: Unexpected token 'e', "error code: 1015" is not valid JSON ### ❌ getGasPrice - **MCP Tool**: getGasPrice - **RPC Method**: eth_gasPrice - **Parameters**: {} - **Match**: undefined - **Details**: MCP gas: undefined, RPC gas: 669706246 ### ❌ getWalletBalance - **MCP Tool**: getWalletBalance - **RPC Method**: eth_getBalance - **Parameters**: {"address":"0xd8dA6BF26964aF9D7eEd9e03E53415D37aA96045"} - **Match**: false - **Details**: Error in response - MCP: none, RPC: Unexpected token 'e', "error code: 1015" is not valid JSON ### ❌ getWalletTransactionCount - **MCP Tool**: getWalletTransactionCount - **RPC Method**: eth_getTransactionCount - **Parameters**: {"address":"0xd8dA6BF26964aF9D7eEd9e03E53415D37aA96045"} - **Match**: false - **Details**: Error in response - MCP: none, RPC: Unexpected token 'e', "error code: 1015" is not valid JSON ### ✅ getBlockDetails_latest - **MCP Tool**: getBlockDetails - **RPC Method**: eth_getBlockByNumber - **Parameters**: {"blockTag":"latest"} - **Match**: true - **Details**: MCP hash: 0x687c9a33396a07eff2a66624235b6fdbc24a1f6dc09da504d521a0bc8dd4a8e6, RPC hash: 0x687c9a33396a07eff2a66624235b6fdbc24a1f6dc09da504d521a0bc8dd4a8e6 ### ❌ getBlockDetails_number - **MCP Tool**: getBlockDetails - **RPC Method**: eth_getBlockByNumber - **Parameters**: {"blockTag":18000000} - **Match**: false - **Details**: Error in response - MCP: none, RPC: Unexpected token 'e', "error code: 1015" is not valid JSON ## Mismatched Results Analysis ### getBlockNumber **Issue**: Error in response - MCP: none, RPC: Unexpected token 'e', "error code: 1015" is not valid JSON **MCP Response**: Success: "Current block number: 23234714" **RPC Response**: Error: Unexpected token 'e', "error code: 1015" is not valid JSON ### getGasPrice **Issue**: MCP gas: undefined, RPC gas: 669706246 **MCP Response**: Success: "Current gas price: 0.669706246 gwei (669706246 wei)" **RPC Response**: Success: "0x27eae806" ### getWalletBalance **Issue**: Error in response - MCP: none, RPC: Unexpected token 'e', "error code: 1015" is not valid JSON **MCP Response**: Success: "Balance of 0xd8dA6BF26964aF9D7eEd9e03E53415D37aA96045: 4.787485422738848697 ETH (4787485422738848697" **RPC Response**: Error: Unexpected token 'e', "error code: 1015" is not valid JSON ### getWalletTransactionCount **Issue**: Error in response - MCP: none, RPC: Unexpected token 'e', "error code: 1015" is not valid JSON **MCP Response**: Success: "Transaction count for 0xd8dA6BF26964aF9D7eEd9e03E53415D37aA96045: 1088" **RPC Response**: Error: Unexpected token 'e', "error code: 1015" is not valid JSON ### getBlockDetails_number **Issue**: Error in response - MCP: none, RPC: Unexpected token 'e', "error code: 1015" is not valid JSON **MCP Response**: Success: "{\n \"_type\": \"Block\",\n \"baseFeePerGas\": \"21721091641\",\n \"difficulty\": \"0\",\n \"extraData\": \"0x496c6" **RPC Response**: Error: Unexpected token 'e', "error code: 1015" is not valid JSON ## Errors No errors encountered. ## Conclusions 5 validation(s) failed. Review the mismatched results to identify potential issues with MCP server implementation or RPC response parsing.

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/crazyrabbitLTC/mcp-ethers-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server