mcpbeat Sign in

eBay Browse MCP Server

local only

eBay Browse runs on your own machine — the client starts it, so there is no endpoint to ping. 53 installs a week from pypi. Last commit 26 Jun 2026.

eBay Browse API MCP server — buy-side listing search and price intelligence.

Installs per day peak 23 · avg 8 · -5% w/w
a month agotoday
53
Installs / week
pypi · ebay-mcp
0
Stars
0 open issues
26 Jun 2026
Last commit
0 releases in 90 days
MIT
License
Python

Nothing serious here today

Today is the operative word: we check eBay Browse every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add ebay-mcp -- uvx ebay-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "ebay-mcp": {
      "args": [
        "ebay-mcp"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.ebay-mcp]
command = "uvx"
args = ["ebay-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "ebay-mcp": {
      "args": [
        "ebay-mcp"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "ebay-mcp": {
      "args": [
        "ebay-mcp"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: EBAY_ENV (Which eBay environment to use: "production" or "sandbox". Defaults to production.), EBAY_PRD_APP_ID (eBay production App ID (Client ID) from your eBay developer account. Required for EBAY_ENV=production.), EBAY_PRD_CERT_ID (eBay production Cert ID (Client Secret). Required for EBAY_ENV=production.), EBAY_SBX_APP_ID (eBay sandbox App ID (Client ID). Required for EBAY_ENV=sandbox.), EBAY_SBX_CERT_ID (eBay sandbox Cert ID (Client Secret). Required for EBAY_ENV=sandbox.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to eBay Browse

same job, measured the same way
MCP Registry Search
by spacemandomains

Search and browse every MCP server in the Model Context Protocol registry.

3 tools answering
Soko MCP
by gabrielmahia

📊 soko-mcp — Kenya Commodity Price Intelligence MCP Server

90 installs/wk local only
Ouestcharlie Woof
by ouestcharlie

An MCP server and app to search and browse your photos while preserving your privacy

350 installs/wk local only
Shodan Search MCP
by nexlab

Defensive Shodan search and host intelligence MCP using customer-provided SHODAN_API_KEY for

answering
Hotel Rate Monitoring API
by veyvey45-eng

Remote MCP server for hotel rate monitoring, parity checks, and pricing intelligence via Apify.

answering
Simple MCP Server
by ormastes

Simple Language MCP server — code intelligence, debugging, build, test, and VCS tools

58 installs/wk local only
MTA:SA Documentation MCP Server
by luminaire1337

MCP server for MTA:SA documentation with intelligent search and caching

45 installs/wk local only
Agentmako
by drhalto

Local-first codebase intelligence MCP server for AI coding agents.

53 installs/wk local only

eBay Browse — questions

Answers built from our own checks of this server.

Why is there no uptime for eBay Browse?
eBay Browse runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package ebay-mcp was installed 53 times last week.
How do I connect eBay Browse?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls ebay-mcp straight from pypi; nothing to host, nothing to sign up for.
How many people use eBay Browse?
The pypi package ebay-mcp was installed 53 times in the last week. Week over week that is -5%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is eBay Browse open source?
Yes — it is published under the MIT licence, written in Python and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.