Skip to main content
Glama

MCP Ethers Wallet

getNetwork

Retrieve detailed blockchain network information, including chain ID, native token, and RPC URL, for integration with Ethereum tools using a specified network name.

Instructions

Get detailed information about a specific blockchain network. This provides the network's chain ID, native token, and RPC URL that can be used with other Ethereum tools. This network name can be used as the 'provider' parameter in other tools.

Input Schema

NameRequiredDescriptionDefault
nameYesThe name of the network to get details for (case-insensitive, e.g., 'ethereum', 'polygon', 'arbitrum')

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "name": { "description": "The name of the network to get details for (case-insensitive, e.g., 'ethereum', 'polygon', 'arbitrum')", "type": "string" } }, "required": [ "name" ], "type": "object" }

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