New:Microsoft Teams Notifications Are Now Available in Socket.Learn more
Get Started

@walkeros/mcp-source-browser

Package Overview
Dependencies
Maintainers
1
Versions
84
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@walkeros/mcp-source-browser

MCP server for walkerOS data-elb HTML tagging — generate, parse, and validate tracking attributes with real DOM parsing

latest
Source
npmnpm
Version
4.6.1
Version published
Maintainers
1
Created
Source

walkerOS

@walkeros/mcp-source-browser

Model Context Protocol server for walkerOS HTML tagging. Generates, parses, and validates data-elb attributes using real DOM parsing, so an AI assistant can tag a page and check its own work. Runs locally, no account or API token.

DocumentationNPM PackageSource Code

Installation

The server runs over stdio and is started by your MCP client. Add it to the client's configuration:

{
  "mcpServers": {
    "walkeros-source-browser": {
      "command": "npx",
      "args": ["@walkeros/mcp-source-browser"]
    }
  }
}

In Claude Code you can install the walkerOS plugin instead, which registers this server along with the flow development server and the walkerOS skills:

/plugin marketplace add elbwalker/walkerOS
/plugin install walkeros@elbwalker

To install the binary directly:

npm install @walkeros/mcp-source-browser

Quick start

Ask your assistant to tag a page, for example: "Generate walkerOS tagging for a product card with name and price". It calls generate_tagging and returns ready-to-paste data-elb attributes.

Tools

ToolDescription
generate_taggingTurn structured input into data-elb attributes and an example HTML snippet
parse_taggingParse an HTML snippet and extract the walkerOS events and globals it produces
validate_taggingCheck tagging for orphan actions, missing entities, unknown triggers, and entities without actions

All three accept an optional prefix to match a custom attribute prefix, which defaults to data-elb.

Resources

URIContent
walkeros://docs/tagging/html-attributesGuide to data-elb HTML attribute tagging
walkeros://docs/tagging/taggercreateTagger() fluent API reference

Documentation

Full parameter tables and examples live in the docs: https://www.walkeros.io/docs/apps/mcp

Contribute

Feel free to contribute by submitting an issue, starting a discussion, or getting in contact.

License

MIT

Keywords

walkerOS

FAQs

Package last updated on 14 Sep 2026

Related posts