grahamton/merchGent
MCP server that gives AI agents eyes on any e-commerce storefront -- scrape, audit, and roundtable analysis via 8 tools
Platform-specific configuration:
{
"mcpServers": {
"merchGent": {
"command": "npx",
"args": [
"-y",
"merchGent"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
[](https://www.npmjs.com/package/merch-connector) [](LICENSE) [](https://nodejs.org) [](https://modelcontextprotocol.io)
An MCP server that gives AI agents eyes on any e-commerce storefront.
Scrape product listings, extract facets, badges, sort options, and B2B signals; run AI-powered merchandising audits; compare two storefronts side-by-side; detect what changed between visits; and build persistent memory about sites — all through the Model Context Protocol.
---
E-commerce merchandising analysis is manual, repetitive, and fragmented. A merchandiser might spend hours clicking through competitor sites, checking if filters work, comparing product grids, and noting what's changed. AI agents can do this work — but they can't see storefronts the way shoppers do.
merch-connector bridges that gap. It gives any MCP-compatible AI agent (Claude, custom agents, etc.) the ability to:
---
npx merch-connectorThe server communicates over stdio and is designed to be launched by an MCP client, not run standalone.
Add to your Claude Desktop claude_desktop_config.json or Claude Code .mcp.json:
{
"mcpServers": {
"merch-connector": {
"command": "npx"Loading reviews...