ebay-mcp 1.7.5 → 1.7.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +22 -12
- package/package.json +15 -15
package/README.md
CHANGED
|
@@ -7,6 +7,7 @@
|
|
|
7
7
|
[](tests/)
|
|
8
8
|
[](src/tools/)
|
|
9
9
|
[](LICENSE)
|
|
10
|
+
[](CONTRIBUTING.md)
|
|
10
11
|
|
|
11
12
|
[](https://mseep.ai/app/yosefhayim-ebay-api-mcp-server)
|
|
12
13
|
<a href="https://www.buymeacoffee.com/yosefhayim" target="_blank"><img src="https://cdn.buymeacoffee.com/buttons/v2/default-yellow.png" alt="Buy Me A Coffee" style="height: 60px !important;width: 217px !important;" ></a>
|
|
@@ -157,6 +158,7 @@ npm run setup
|
|
|
157
158
|
```
|
|
158
159
|
|
|
159
160
|
The wizard will:
|
|
161
|
+
|
|
160
162
|
- Configure your eBay credentials
|
|
161
163
|
- Set up OAuth authentication (for higher rate limits)
|
|
162
164
|
- Auto-detect and configure your MCP client (Claude Desktop, etc.)
|
|
@@ -240,17 +242,17 @@ For detailed OAuth setup and comprehensive configuration guide, see the [Configu
|
|
|
240
242
|
|
|
241
243
|
This server supports **9 AI clients** with auto-configuration via `npm run setup`:
|
|
242
244
|
|
|
243
|
-
| Client
|
|
244
|
-
|
|
245
|
-
| **Claude Desktop**
|
|
246
|
-
| **Cursor IDE**
|
|
247
|
-
| **Zed Editor**
|
|
248
|
-
| **Cline**
|
|
249
|
-
| **Continue.dev**
|
|
250
|
-
| **Windsurf (Codeium)** | macOS, Windows, Linux | `~/.codeium/windsurf/mcp_config.json`
|
|
251
|
-
| **Roo Code**
|
|
252
|
-
| **Claude Code CLI**
|
|
253
|
-
| **Amazon Q Developer** | AWS
|
|
245
|
+
| Client | Platform | Config Path | Status |
|
|
246
|
+
| ---------------------- | --------------------- | ---------------------------------------------------------------------------- | ------------------ |
|
|
247
|
+
| **Claude Desktop** | macOS, Windows, Linux | `~/Library/Application Support/Claude/claude_desktop_config.json` | ✅ Auto-configured |
|
|
248
|
+
| **Cursor IDE** | macOS, Windows, Linux | `~/.cursor/mcp.json` | ✅ Auto-configured |
|
|
249
|
+
| **Zed Editor** | macOS, Windows, Linux | `~/.config/zed/settings.json` | ✅ Auto-configured |
|
|
250
|
+
| **Cline** | VSCode Extension | `~/...globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json` | ✅ Auto-configured |
|
|
251
|
+
| **Continue.dev** | VSCode, JetBrains | `~/.continue/config.json` | ✅ Auto-configured |
|
|
252
|
+
| **Windsurf (Codeium)** | macOS, Windows, Linux | `~/.codeium/windsurf/mcp_config.json` | ✅ Auto-configured |
|
|
253
|
+
| **Roo Code** | VSCode Extension | `~/...globalStorage/rooveterinaryinc.roo-cline/settings/mcp_settings.json` | ✅ Auto-configured |
|
|
254
|
+
| **Claude Code CLI** | Terminal | `~/.claude.json` | ✅ Auto-configured |
|
|
255
|
+
| **Amazon Q Developer** | AWS | `~/.aws/amazonq/mcp.json` | ✅ Auto-configured |
|
|
254
256
|
|
|
255
257
|
**Configuration Requirements:**
|
|
256
258
|
|
|
@@ -503,6 +505,7 @@ EBAY_ENABLE_FILE_LOGGING=true
|
|
|
503
505
|
```
|
|
504
506
|
|
|
505
507
|
Log files are stored in `~/.ebay-mcp/logs/`:
|
|
508
|
+
|
|
506
509
|
- `error.log` - Error-level messages only
|
|
507
510
|
- `combined.log` - All log messages
|
|
508
511
|
- `debug.log` - Debug and verbose messages
|
|
@@ -634,11 +637,18 @@ Check current eBay API health, incidents, and fixes:
|
|
|
634
637
|
|
|
635
638
|
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
|
|
636
639
|
|
|
640
|
+
## Contributors
|
|
641
|
+
|
|
642
|
+
Thanks to all the amazing contributors who have helped make this project better! 🎉
|
|
643
|
+
|
|
644
|
+
<a href="https://github.com/YosefHayim/ebay-mcp/graphs/contributors">
|
|
645
|
+
<img src="https://contrib.rocks/image?repo=YosefHayim/ebay-mcp" alt="Contributors" />
|
|
646
|
+
</a>
|
|
647
|
+
|
|
637
648
|
## Acknowledgments
|
|
638
649
|
|
|
639
650
|
- [eBay Developers Program](https://developer.ebay.com/) for API access
|
|
640
651
|
- [Model Context Protocol](https://modelcontextprotocol.io/) for the MCP specification
|
|
641
|
-
- All [contributors](https://github.com/YosefHayim/ebay-mcp/graphs/contributors) who have helped improve this project
|
|
642
652
|
|
|
643
653
|
---
|
|
644
654
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ebay-mcp",
|
|
3
|
-
"version": "1.7.
|
|
3
|
+
"version": "1.7.7",
|
|
4
4
|
"description": "Local MCP server for eBay APIs - provides access to eBay developer functionality through MCP (Model Context Protocol)",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "build/index.js",
|
|
@@ -43,21 +43,21 @@
|
|
|
43
43
|
"url": "https://github.com/YosefHayim/ebay-mcp/issues"
|
|
44
44
|
},
|
|
45
45
|
"dependencies": {
|
|
46
|
-
"@modelcontextprotocol/sdk": "1.
|
|
47
|
-
"axios": "^1.
|
|
46
|
+
"@modelcontextprotocol/sdk": "1.27.1",
|
|
47
|
+
"axios": "^1.13.6",
|
|
48
48
|
"chalk": "^5.6.2",
|
|
49
|
-
"cors": "^2.8.
|
|
50
|
-
"dotenv": "^17.
|
|
49
|
+
"cors": "^2.8.6",
|
|
50
|
+
"dotenv": "^17.3.1",
|
|
51
51
|
"dotenv-stringify": "^3.0.1",
|
|
52
52
|
"express": "^5.1.0",
|
|
53
53
|
"fast-xml-parser": "^5.3.4",
|
|
54
54
|
"helmet": "^8.1.0",
|
|
55
|
-
"jose": "^6.1
|
|
55
|
+
"jose": "^6.2.1",
|
|
56
56
|
"jsonwebtoken": "^9.0.2",
|
|
57
57
|
"prompts": "^2.4.2",
|
|
58
58
|
"update-notifier": "^7.3.1",
|
|
59
59
|
"winston": "^3.19.0",
|
|
60
|
-
"zod": "^3.
|
|
60
|
+
"zod": "^3.25.76",
|
|
61
61
|
"zod-to-json-schema": "^3.24.1"
|
|
62
62
|
},
|
|
63
63
|
"devDependencies": {
|
|
@@ -65,24 +65,24 @@
|
|
|
65
65
|
"@types/cors": "^2.8.19",
|
|
66
66
|
"@types/express": "^5.0.5",
|
|
67
67
|
"@types/jsonwebtoken": "^9.0.10",
|
|
68
|
-
"@types/node": "^
|
|
68
|
+
"@types/node": "^25.3.3",
|
|
69
69
|
"@types/prompts": "^2.4.9",
|
|
70
|
-
"@types/supertest": "^
|
|
70
|
+
"@types/supertest": "^7.2.0",
|
|
71
71
|
"@types/update-notifier": "^6.0.8",
|
|
72
|
-
"@vitest/coverage-v8": "^4.0.
|
|
72
|
+
"@vitest/coverage-v8": "^4.0.18",
|
|
73
73
|
"@vitest/ui": "^4.0.8",
|
|
74
74
|
"eslint": "^9.39.1",
|
|
75
75
|
"eslint-config-prettier": "^10.1.8",
|
|
76
|
-
"eslint-plugin-n": "^17.
|
|
76
|
+
"eslint-plugin-n": "^17.24.0",
|
|
77
77
|
"eslint-plugin-vitest": "^0.5.4",
|
|
78
|
-
"nock": "^14.0.
|
|
79
|
-
"openapi-typescript": "^7.
|
|
80
|
-
"prettier": "^3.
|
|
78
|
+
"nock": "^14.0.11",
|
|
79
|
+
"openapi-typescript": "^7.13.0",
|
|
80
|
+
"prettier": "^3.8.1",
|
|
81
81
|
"supertest": "^7.1.4",
|
|
82
82
|
"tsc-alias": "^1.8.16",
|
|
83
83
|
"tsx": "^4.19.2",
|
|
84
84
|
"typescript": "^5.9.3",
|
|
85
|
-
"typescript-eslint": "^8.
|
|
85
|
+
"typescript-eslint": "^8.56.1",
|
|
86
86
|
"vitest": "^4.0.8"
|
|
87
87
|
},
|
|
88
88
|
"engines": {
|