get_supported_networks
Retrieve a list of supported EVM networks through the EVM MCP Server, simplifying integration with 30+ Ethereum-compatible blockchains for token transfers, contract interactions, and ENS resolution.
Instructions
Get a list of supported EVM networks
Input Schema
Name | Required | Description | Default |
---|---|---|---|
No arguments |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {},
"type": "object"
}