get-chains
Retrieve the configured blockchain chains integrated with MetaMask MCP server, enabling secure interaction with decentralized networks without exposing private keys.
Instructions
Get the configured chains.
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"
}