MCP Directory
Back

resale-agent-skill-hub

by madguyevans-creator · Python · ★ 104

AI-powered multi-platform C2C resale toolkit — 8 Claude Code skills + MCP server for automating second-hand selling

#ai-agent#c2c#claude-code#depop#ebay#mcp-server#python#resale#second-hand#xianyu

Install

pip install git+https://github.com/madguyevans-creator/resale-agent-skill-hub.git

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

{
  "mcpServers": {
    "resale-agent-skill-hub": {
      "command": "uvx",
      "args": [
        "git+https://github.com/madguyevans-creator/resale-agent-skill-hub.git"
      ]
    }
  }
}

From the README

A collection of 8 Claude Code skills + an **MCP Server** implementing a **Multi-Platform Smart Resale Agent**: an AI-powered conversational workflow for C2C second-hand resale that reduces the barriers to listing and selling pre-owned goods. **v2**: Now runs as a standard MCP server (JSON-RPC over stdio) that any MCP-compatible client can call — Claude Desktop, Cursor, VS Code, or custom web frontends. Each skill can also be invoked standalone (e.g., for pricing only). uses the **Anthropic API** (Claude Vision) to analyze product photos. Set your API key: Without this key, photo recognit…
Read full README on GitHub →

Related ai & ml servers