HomeMarketing & E-Commerce › patchistry-mcp-server

patchistry-mcp-server

DTC modular hat brand MCP server. 6 tools for AI agents: catalog, curated builds, shipping.

TypeScript Cloud macOSWindowsLinux Remote
★ 1 stars Last pushed 2026-06-15 License: MIT

Topics: E-Commerce

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Remote (streamable-http)

https://patchistry-mcp-server.vercel.app/rpc Reachable (checked 2026-09-24)

Claude Code:

claude mcp add --transport http patchistry-mcp-server https://patchistry-mcp-server.vercel.app/rpc

Or add to your MCP client config:

{
  "mcpServers": {
    "patchistry-mcp-server": {
      "url": "https://patchistry-mcp-server.vercel.app/rpc"
    }
  }
}

Package (npm 0.2.0)

npx -y patchistry-mcp-server@0.2.0

Or add to your MCP client config:

{
  "mcpServers": {
    "patchistry-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "patchistry-mcp-server@0.2.0"
      ]
    }
  }
}

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry