Secondhand MCP
Rank #3,235io.github.jlsookiki/secondhand-mcp
Search Facebook Marketplace, eBay, Depop, and Poshmark from AI — filters, photos, full listings.
Secondhand MCP is a Model Context Protocol (MCP) server published by jlsookiki. It ranks #3,235 of 115,591 servers tracked on MCP Toplist, and its repository has 61 GitHub stars. Secondhand MCP is listed across 3 registries — Official MCP, PulseMCP and Glama, with 1 tracked version. It was first listed on Feb 6, 2026 and most recently updated on Aug 17, 2026.
Ranks ahead of 112,356 of 115,591 servers on MCP Toplist.
Use Secondhand MCP
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add secondhand-mcp -e "EBAY_CLIENT_ID=<your EBAY_CLIENT_ID>" -e "EBAY_CLIENT_SECRET=<your EBAY_CLIENT_SECRET>" -e "EBAY_MARKETPLACE_ID=<your EBAY_MARKETPLACE_ID>" -- npx -y secondhand-mcpReplace each placeholder with your own value before saving.
[mcp_servers.secondhand-mcp]
command = "npx"
args = ["-y", "secondhand-mcp"]
[mcp_servers.secondhand-mcp.env]
EBAY_CLIENT_ID = "<your EBAY_CLIENT_ID>"
EBAY_CLIENT_SECRET = "<your EBAY_CLIENT_SECRET>"
EBAY_MARKETPLACE_ID = "<your EBAY_MARKETPLACE_ID>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"secondhand-mcp": {
"command": "npx",
"args": [
"-y",
"secondhand-mcp"
],
"env": {
"EBAY_CLIENT_ID": "<your EBAY_CLIENT_ID>",
"EBAY_CLIENT_SECRET": "<your EBAY_CLIENT_SECRET>",
"EBAY_MARKETPLACE_ID": "<your EBAY_MARKETPLACE_ID>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"secondhand-mcp": {
"command": "npx",
"args": [
"-y",
"secondhand-mcp"
],
"env": {
"EBAY_CLIENT_ID": "<your EBAY_CLIENT_ID>",
"EBAY_CLIENT_SECRET": "<your EBAY_CLIENT_SECRET>",
"EBAY_MARKETPLACE_ID": "<your EBAY_MARKETPLACE_ID>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"secondhand-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"secondhand-mcp"
],
"env": {
"EBAY_CLIENT_ID": "<your EBAY_CLIENT_ID>",
"EBAY_CLIENT_SECRET": "<your EBAY_CLIENT_SECRET>",
"EBAY_MARKETPLACE_ID": "<your EBAY_MARKETPLACE_ID>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"secondhand-mcp": {
"command": "npx",
"args": [
"-y",
"secondhand-mcp"
],
"env": {
"EBAY_CLIENT_ID": "<your EBAY_CLIENT_ID>",
"EBAY_CLIENT_SECRET": "<your EBAY_CLIENT_SECRET>",
"EBAY_MARKETPLACE_ID": "<your EBAY_MARKETPLACE_ID>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"secondhand-mcp": {
"command": "npx",
"args": [
"-y",
"secondhand-mcp"
],
"env": {
"EBAY_CLIENT_ID": "<your EBAY_CLIENT_ID>",
"EBAY_CLIENT_SECRET": "<your EBAY_CLIENT_SECRET>",
"EBAY_MARKETPLACE_ID": "<your EBAY_MARKETPLACE_ID>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.jlsookiki%2Fsecondhand-mcp)<a href="https://mcptoplist.com/server/io.github.jlsookiki%2Fsecondhand-mcp"><img src="https://mcptoplist.com/badge/io.github.jlsookiki%2Fsecondhand-mcp.svg" alt="MCP Toplist: Top 5% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries (1 delisted)
jlsookiki
Available versions (1)
| Version | Published |
|---|---|
| 0.5.0 | Aug 17, 2026 |
Frequently asked questions
- Who maintains Secondhand MCP?
- Secondhand MCP is maintained by jlsookiki, which publishes 1 MCP server (1 total version) tracked on MCP Toplist.
- Is Secondhand MCP listed on the Official MCP Registry?
- Yes — Secondhand MCP is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does Secondhand MCP have?
- MCP Toplist tracks 1 version of Secondhand MCP, most recently published on Aug 17, 2026.
- Where can I find the source code for Secondhand MCP?
- The source code for Secondhand MCP is hosted at github.com/jlsookiki/secondhand-mcp.