
Company News
Socket Joins New OpenJS Program to Fund Node.js Security Work
Socket is joining the OpenJS Security Stewardship Program to fund Node.js vulnerability research, maintainer remediation, and security releases.
@walkeros/mcp-source-browser
Advanced tools
MCP server for walkerOS data-elb HTML tagging — generate, parse, and validate tracking attributes with real DOM parsing
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.
Documentation • NPM Package • Source Code
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
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.
| Tool | Description |
|---|---|
generate_tagging | Turn structured input into data-elb attributes and an example HTML snippet |
parse_tagging | Parse an HTML snippet and extract the walkerOS events and globals it produces |
validate_tagging | Check 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.
| URI | Content |
|---|---|
walkeros://docs/tagging/html-attributes | Guide to data-elb HTML attribute tagging |
walkeros://docs/tagging/tagger | createTagger() fluent API reference |
Full parameter tables and examples live in the docs: https://www.walkeros.io/docs/apps/mcp
Feel free to contribute by submitting an issue, starting a discussion, or getting in contact.
MIT
FAQs
MCP server for walkerOS data-elb HTML tagging — generate, parse, and validate tracking attributes with real DOM parsing
The npm package @walkeros/mcp-source-browser receives a total of 283 weekly downloads. As such, @walkeros/mcp-source-browser popularity was classified as not popular.
We found that @walkeros/mcp-source-browser demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.

Company News
Socket is joining the OpenJS Security Stewardship Program to fund Node.js vulnerability research, maintainer remediation, and security releases.

Security News
Two compromised GitHub Actions were re-enabled with malicious tags intact, exposing thousands of downstream repositories to Mini Shai-Hulud.

Research
/Security News
A malicious Firefox extension fetches its payload after installation to evade detection, steal Google session cookies, and automate account takeover.