usedlocal

circuitandchisel/usedlocal
★ 0 stars TypeScript 🔍 Search Updated 1d ago
MCP server that searches local used-goods marketplaces (Craigslist, Kijiji, Facebook Marketplace) and groups duplicate listings across sources.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "usedlocal": {
      "command": "npx",
      "args": [
        "-y",
        "circuitandchisel/usedlocal"
      ]
    }
  }
}