eBay Browse
About
eBay Browse API MCP server — buy-side listing search and price intelligence.
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Env vars
EBAY_ENV EBAY_PRD_APP_ID EBAY_PRD_CERT_ID EBAY_SBX_APP_ID EBAY_SBX_CERT_IDClaude Code
claude mcp add --env EBAY_ENV= --env EBAY_PRD_APP_ID= --env EBAY_PRD_CERT_ID= --env EBAY_SBX_APP_ID= --env EBAY_SBX_CERT_ID= ebay-mcp -- uvx ebay-mcp
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"ebay-mcp","command":"uvx","args":["ebay-mcp"],"env":{"EBAY_ENV":"","EBAY_PRD_APP_ID":"","EBAY_PRD_CERT_ID":"","EBAY_SBX_APP_ID":"","EBAY_SBX_CERT_ID":""}}'
JSON
{
"mcpServers": {
"ebay-mcp": {
"command": "uvx",
"args": [
"ebay-mcp"
],
"env": {
"EBAY_ENV": "",
"EBAY_PRD_APP_ID": "",
"EBAY_PRD_CERT_ID": "",
"EBAY_SBX_APP_ID": "",
"EBAY_SBX_CERT_ID": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.