🚀 DAY 5 OF LAUNCH WEEK: Introducing Socket Firewall Enterprise.Learn more →
Socket
Book a DemoInstallSign in
Socket

@ericglau/erc7201-mcp

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ericglau/erc7201-mcp

ERC-7201 Namespaced Storage Layout MCP Server

latest
Source
npmnpm
Version
0.0.3
Version published
Maintainers
1
Created
Source

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.

FAQs

Package last updated on 30 Sep 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts