erc7201-mcp

ericglau/erc7201-mcp

3.1

If you are the rightful owner of erc7201-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.

ERC-7201 Namespaced Storage Layout MCP Server is a tool designed to assist AI agents in calculating and validating storage locations for ERC-7201 namespaced storage layouts.

Tools
2
Resources
0
Prompts
0

ERC-7201 Namespaced Storage Layout MCP Server

NPM Package

A Model Context Protocol (MCP) server that allows AI agents to calculate and validate storage locations for ERC-7201 namespaced storage layouts.

Installation

Configure your MCP client to invoke npx -y @ericglau/erc7201-mcp using stdio.

Examples:

Cursor/Windsurf/Claude Desktop
{
  "mcpServers": {
    "erc7201": {
      "command": "npx",
      "args": [
        "-y",
        "@ericglau/erc7201-mcp"
      ]
    }
  }
}
Claude Code
claude mcp add erc7201 -- npx -y @ericglau/erc7201-mcp
VS Code (GitHub Copilot)
{
  "servers": {
    "erc7201": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@ericglau/erc7201-mcp"
      ]
    }
  }
}

Tools

  • erc7201-compute-storage-location - Computes the ERC-7201 namespaced storage location for a given namespace id.
  • erc7201-validate-storage-location - Validates whether a given namespace id results in the given storage location according to ERC-7201.