Skip to content
Grok

secondhand mcp for Grok

io.github.jlsookiki/secondhand-mcp

Search Facebook Marketplace, eBay, Depop, and Poshmark from AI — filters, photos, full listings.

client:Grok transport:stdio runtime:npm

Install secondhand mcp in Grok

.mcp.json (in your project root)

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "secondhand-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "secondhand-mcp"
      ],
      "env": {
        "EBAY_CLIENT_ID": "<EBAY_CLIENT_ID>",
        "EBAY_CLIENT_SECRET": "<EBAY_CLIENT_SECRET>",
        "EBAY_MARKETPLACE_ID": "<EBAY_MARKETPLACE_ID>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

secondhand mcp in other clients