ebay-mcp-remote-edition 1.0.0
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/LICENSE +21 -0
- package/README.md +755 -0
- package/build/api/account-management/account.js +301 -0
- package/build/api/analytics-and-report/analytics.js +102 -0
- package/build/api/client-trading.js +96 -0
- package/build/api/client.js +173 -0
- package/build/api/communication/feedback.js +119 -0
- package/build/api/communication/message.js +131 -0
- package/build/api/communication/negotiation.js +97 -0
- package/build/api/communication/notification.js +373 -0
- package/build/api/developer/developer.js +81 -0
- package/build/api/index.js +109 -0
- package/build/api/listing-management/inventory.js +640 -0
- package/build/api/listing-metadata/metadata.js +485 -0
- package/build/api/listing-metadata/taxonomy.js +58 -0
- package/build/api/marketing-and-promotions/marketing.js +768 -0
- package/build/api/marketing-and-promotions/recommendation.js +32 -0
- package/build/api/order-management/dispute.js +69 -0
- package/build/api/order-management/fulfillment.js +89 -0
- package/build/api/other/compliance.js +47 -0
- package/build/api/other/edelivery.js +219 -0
- package/build/api/other/identity.js +24 -0
- package/build/api/other/translation.js +22 -0
- package/build/api/other/vero.js +48 -0
- package/build/api/trading/trading.js +78 -0
- package/build/auth/kv-store.js +40 -0
- package/build/auth/multi-user-store.js +120 -0
- package/build/auth/oauth-metadata.js +59 -0
- package/build/auth/oauth-middleware.js +99 -0
- package/build/auth/oauth-types.js +4 -0
- package/build/auth/oauth.js +235 -0
- package/build/auth/scope-utils.js +304 -0
- package/build/auth/token-store.js +46 -0
- package/build/auth/token-verifier.js +172 -0
- package/build/config/environment.js +297 -0
- package/build/index.d.ts +1 -0
- package/build/index.js +129 -0
- package/build/schemas/account-management/account.js +375 -0
- package/build/schemas/analytics/analytics.js +191 -0
- package/build/schemas/communication/messages.js +345 -0
- package/build/schemas/fulfillment/orders.js +338 -0
- package/build/schemas/index.js +68 -0
- package/build/schemas/inventory-management/inventory.js +471 -0
- package/build/schemas/marketing/marketing.js +1103 -0
- package/build/schemas/metadata/metadata.js +618 -0
- package/build/schemas/other/other-apis.js +390 -0
- package/build/schemas/taxonomy/taxonomy.js +575 -0
- package/build/scripts/auto-setup.js +364 -0
- package/build/scripts/dev-sync.js +512 -0
- package/build/scripts/diagnostics.js +301 -0
- package/build/scripts/download-specs.js +116 -0
- package/build/scripts/interactive-setup.js +757 -0
- package/build/scripts/setup.js +1515 -0
- package/build/scripts/update-api-status-doc.js +44 -0
- package/build/server-http.d.ts +1 -0
- package/build/server-http.js +581 -0
- package/build/tools/definitions/account-with-schemas.js +170 -0
- package/build/tools/definitions/account.js +428 -0
- package/build/tools/definitions/analytics.js +66 -0
- package/build/tools/definitions/communication.js +394 -0
- package/build/tools/definitions/developer.js +195 -0
- package/build/tools/definitions/fulfillment.js +326 -0
- package/build/tools/definitions/index.js +41 -0
- package/build/tools/definitions/inventory.js +464 -0
- package/build/tools/definitions/marketing.js +1486 -0
- package/build/tools/definitions/metadata.js +188 -0
- package/build/tools/definitions/other.js +309 -0
- package/build/tools/definitions/taxonomy.js +64 -0
- package/build/tools/definitions/token-management.js +148 -0
- package/build/tools/definitions/trading.js +71 -0
- package/build/tools/index.js +1200 -0
- package/build/tools/schemas.js +667 -0
- package/build/tools/tool-definitions.js +3534 -0
- package/build/types/application-settings/developerAnalyticsV1BetaOas3.js +5 -0
- package/build/types/application-settings/developerClientRegistrationV1Oas3.js +5 -0
- package/build/types/application-settings/developerKeyManagementV1Oas3.js +5 -0
- package/build/types/ebay-enums.js +1330 -0
- package/build/types/ebay.js +123 -0
- package/build/types/index.js +10 -0
- package/build/types/sell-apps/account-management/sellAccountV1Oas3.js +5 -0
- package/build/types/sell-apps/analytics-and-report/sellAnalyticsV1Oas3.js +5 -0
- package/build/types/sell-apps/communication/commerceFeedbackV1BetaOas3.js +5 -0
- package/build/types/sell-apps/communication/commerceMessageV1Oas3.js +5 -0
- package/build/types/sell-apps/communication/commerceNotificationV1Oas3.js +5 -0
- package/build/types/sell-apps/communication/sellNegotiationV1Oas3.js +5 -0
- package/build/types/sell-apps/listing-management/sellInventoryV1Oas3.js +5 -0
- package/build/types/sell-apps/listing-metadata/sellMetadataV1Oas3.js +5 -0
- package/build/types/sell-apps/markeitng-and-promotions/sellMarketingV1Oas3.js +5 -0
- package/build/types/sell-apps/markeitng-and-promotions/sellRecommendationV1Oas3.js +5 -0
- package/build/types/sell-apps/order-management/sellFulfillmentV1Oas3.js +5 -0
- package/build/types/sell-apps/other-apis/commerceIdentityV1Oas3.js +5 -0
- package/build/types/sell-apps/other-apis/commerceTranslationV1BetaOas3.js +5 -0
- package/build/types/sell-apps/other-apis/commerceVeroV1Oas3.js +5 -0
- package/build/types/sell-apps/other-apis/sellComplianceV1Oas3.js +5 -0
- package/build/types/sell-apps/other-apis/sellEdeliveryInternationalShippingOas3.js +5 -0
- package/build/types/sell-apps/other-apis/sellMarketingV1Oas3.js +5 -0
- package/build/types/sell-apps/other-apis/sellRecommendationV1Oas3.js +5 -0
- package/build/utils/account-management/account.js +831 -0
- package/build/utils/api-status-feed.js +83 -0
- package/build/utils/communication/feedback.js +216 -0
- package/build/utils/communication/message.js +242 -0
- package/build/utils/communication/negotiation.js +150 -0
- package/build/utils/communication/notification.js +369 -0
- package/build/utils/date-converter.js +160 -0
- package/build/utils/llm-client-detector.js +758 -0
- package/build/utils/logger.js +198 -0
- package/build/utils/oauth-helper.js +315 -0
- package/build/utils/order-management/dispute.js +369 -0
- package/build/utils/order-management/fulfillment.js +205 -0
- package/build/utils/other/compliance.js +76 -0
- package/build/utils/other/edelivery.js +241 -0
- package/build/utils/other/identity.js +13 -0
- package/build/utils/other/translation.js +41 -0
- package/build/utils/other/vero.js +90 -0
- package/build/utils/scope-helper.js +207 -0
- package/build/utils/security-checker.js +248 -0
- package/build/utils/setup-validator.js +305 -0
- package/build/utils/token-utils.js +40 -0
- package/build/utils/version.js +56 -0
- package/docs/auth/production_scopes.json +111 -0
- package/docs/auth/sandbox_scopes.json +142 -0
- package/package.json +122 -0
- package/public/icons/1024x1024.png +0 -0
- package/public/icons/128x128.png +0 -0
- package/public/icons/16x16.png +0 -0
- package/public/icons/256x256.png +0 -0
- package/public/icons/32x32.png +0 -0
- package/public/icons/48x48.png +0 -0
- package/public/icons/512x512.png +0 -0
|
@@ -0,0 +1,111 @@
|
|
|
1
|
+
[
|
|
2
|
+
{
|
|
3
|
+
"Scope": "https://api.ebay.com/oauth/api_scope",
|
|
4
|
+
"Description": "View public data from eBay"
|
|
5
|
+
},
|
|
6
|
+
{
|
|
7
|
+
"Scope": "https://api.ebay.com/oauth/api_scope/sell.marketing.readonly",
|
|
8
|
+
"Description": "View your eBay marketing activities, such as ad campaigns and listing promotions"
|
|
9
|
+
},
|
|
10
|
+
{
|
|
11
|
+
"Scope": "https://api.ebay.com/oauth/api_scope/sell.marketing",
|
|
12
|
+
"Description": "View and manage your eBay marketing activities, such as ad campaigns and listing promotions"
|
|
13
|
+
},
|
|
14
|
+
{
|
|
15
|
+
"Scope": "https://api.ebay.com/oauth/api_scope/sell.inventory.readonly",
|
|
16
|
+
"Description": "View your inventory and offers"
|
|
17
|
+
},
|
|
18
|
+
{
|
|
19
|
+
"Scope": "https://api.ebay.com/oauth/api_scope/sell.inventory",
|
|
20
|
+
"Description": "View and manage your inventory and offers"
|
|
21
|
+
},
|
|
22
|
+
{
|
|
23
|
+
"Scope": "https://api.ebay.com/oauth/api_scope/sell.account.readonly",
|
|
24
|
+
"Description": "View your account settings"
|
|
25
|
+
},
|
|
26
|
+
{
|
|
27
|
+
"Scope": "https://api.ebay.com/oauth/api_scope/sell.account",
|
|
28
|
+
"Description": "View and manage your account settings"
|
|
29
|
+
},
|
|
30
|
+
{
|
|
31
|
+
"Scope": "https://api.ebay.com/oauth/api_scope/sell.fulfillment.readonly",
|
|
32
|
+
"Description": "View your order fulfillments"
|
|
33
|
+
},
|
|
34
|
+
{
|
|
35
|
+
"Scope": "https://api.ebay.com/oauth/api_scope/sell.fulfillment",
|
|
36
|
+
"Description": "View and manage your order fulfillments"
|
|
37
|
+
},
|
|
38
|
+
{
|
|
39
|
+
"Scope": "https://api.ebay.com/oauth/api_scope/sell.analytics.readonly",
|
|
40
|
+
"Description": "View your selling analytics data, such as performance reports"
|
|
41
|
+
},
|
|
42
|
+
{
|
|
43
|
+
"Scope": "https://api.ebay.com/oauth/api_scope/sell.finances",
|
|
44
|
+
"Description": "View and manage your payment and order information to display this information to you and allow you to initiate refunds using the third party application"
|
|
45
|
+
},
|
|
46
|
+
{
|
|
47
|
+
"Scope": "https://api.ebay.com/oauth/api_scope/sell.payment.dispute",
|
|
48
|
+
"Description": "View and manage disputes and related details (including payment and order information)."
|
|
49
|
+
},
|
|
50
|
+
{
|
|
51
|
+
"Scope": "https://api.ebay.com/oauth/api_scope/commerce.identity.readonly",
|
|
52
|
+
"Description": "View a user's basic information, such as username or business account details, from their eBay member account"
|
|
53
|
+
},
|
|
54
|
+
{
|
|
55
|
+
"Scope": "https://api.ebay.com/oauth/api_scope/sell.reputation",
|
|
56
|
+
"Description": "View and manage your reputation data, such as feedback."
|
|
57
|
+
},
|
|
58
|
+
{
|
|
59
|
+
"Scope": "https://api.ebay.com/oauth/api_scope/sell.reputation.readonly",
|
|
60
|
+
"Description": "View your reputation data, such as feedback."
|
|
61
|
+
},
|
|
62
|
+
{
|
|
63
|
+
"Scope": "https://api.ebay.com/oauth/api_scope/commerce.notification.subscription",
|
|
64
|
+
"Description": "View and manage your event notification subscriptions"
|
|
65
|
+
},
|
|
66
|
+
{
|
|
67
|
+
"Scope": "https://api.ebay.com/oauth/api_scope/commerce.notification.subscription.readonly",
|
|
68
|
+
"Description": "View your event notification subscriptions"
|
|
69
|
+
},
|
|
70
|
+
{
|
|
71
|
+
"Scope": "https://api.ebay.com/oauth/api_scope/sell.stores",
|
|
72
|
+
"Description": "View and manage eBay stores"
|
|
73
|
+
},
|
|
74
|
+
{
|
|
75
|
+
"Scope": "https://api.ebay.com/oauth/api_scope/sell.stores.readonly",
|
|
76
|
+
"Description": "View eBay stores"
|
|
77
|
+
},
|
|
78
|
+
{
|
|
79
|
+
"Scope": "https://api.ebay.com/oauth/scope/sell.edelivery",
|
|
80
|
+
"Description": "Allows access to eDelivery International Shipping APIs."
|
|
81
|
+
},
|
|
82
|
+
{
|
|
83
|
+
"Scope": "https://api.ebay.com/oauth/api_scope/commerce.vero",
|
|
84
|
+
"Description": "Allows access to APIs that are related to eBay's Verified Rights Owner (VeRO) program."
|
|
85
|
+
},
|
|
86
|
+
{
|
|
87
|
+
"Scope": "https://api.ebay.com/oauth/api_scope/sell.inventory.mapping",
|
|
88
|
+
"Description": "Enables applications to manage and enhance inventory listings through the Inventory Mapping Public API."
|
|
89
|
+
},
|
|
90
|
+
{
|
|
91
|
+
"Scope": "https://api.ebay.com/oauth/api_scope/commerce.message",
|
|
92
|
+
"Description": "Allows access to eBay Message APIs."
|
|
93
|
+
},
|
|
94
|
+
{
|
|
95
|
+
"Scope": "https://api.ebay.com/oauth/api_scope/commerce.feedback",
|
|
96
|
+
"Description": "Allows access to Feedback APIs."
|
|
97
|
+
},
|
|
98
|
+
{
|
|
99
|
+
"Scope": "https://api.ebay.com/oauth/api_scope/commerce.shipping",
|
|
100
|
+
"Description": "View and manage shipping information"
|
|
101
|
+
},
|
|
102
|
+
{},
|
|
103
|
+
{
|
|
104
|
+
"Scope": "https://api.ebay.com/oauth/api_scope",
|
|
105
|
+
"Description": "View public data from eBay"
|
|
106
|
+
},
|
|
107
|
+
{
|
|
108
|
+
"Scope": "https://api.ebay.com/oauth/api_scope/commerce.feedback.readonly",
|
|
109
|
+
"Description": "Allows readonly access to Feedback APIs."
|
|
110
|
+
}
|
|
111
|
+
]
|
|
@@ -0,0 +1,142 @@
|
|
|
1
|
+
[
|
|
2
|
+
{
|
|
3
|
+
"Scope": "https://api.ebay.com/oauth/api_scope",
|
|
4
|
+
"Description": "View public data from eBay"
|
|
5
|
+
},
|
|
6
|
+
{
|
|
7
|
+
"Scope": "https://api.ebay.com/oauth/api_scope/buy.order.readonly",
|
|
8
|
+
"Description": "View your order details"
|
|
9
|
+
},
|
|
10
|
+
{
|
|
11
|
+
"Scope": "https://api.ebay.com/oauth/api_scope/buy.guest.order",
|
|
12
|
+
"Description": "Purchase eBay items off eBay"
|
|
13
|
+
},
|
|
14
|
+
{
|
|
15
|
+
"Scope": "https://api.ebay.com/oauth/api_scope/sell.marketing.readonly",
|
|
16
|
+
"Description": "View your eBay marketing activities, such as ad campaigns and listing promotions"
|
|
17
|
+
},
|
|
18
|
+
{
|
|
19
|
+
"Scope": "https://api.ebay.com/oauth/api_scope/sell.marketing",
|
|
20
|
+
"Description": "View and manage your eBay marketing activities, such as ad campaigns and listing promotions"
|
|
21
|
+
},
|
|
22
|
+
{
|
|
23
|
+
"Scope": "https://api.ebay.com/oauth/api_scope/sell.inventory.readonly",
|
|
24
|
+
"Description": "View your inventory and offers"
|
|
25
|
+
},
|
|
26
|
+
{
|
|
27
|
+
"Scope": "https://api.ebay.com/oauth/api_scope/sell.inventory",
|
|
28
|
+
"Description": "View and manage your inventory and offers"
|
|
29
|
+
},
|
|
30
|
+
{
|
|
31
|
+
"Scope": "https://api.ebay.com/oauth/api_scope/sell.account.readonly",
|
|
32
|
+
"Description": "View your account settings"
|
|
33
|
+
},
|
|
34
|
+
{
|
|
35
|
+
"Scope": "https://api.ebay.com/oauth/api_scope/sell.account",
|
|
36
|
+
"Description": "View and manage your account settings"
|
|
37
|
+
},
|
|
38
|
+
{
|
|
39
|
+
"Scope": "https://api.ebay.com/oauth/api_scope/sell.fulfillment.readonly",
|
|
40
|
+
"Description": "View your order fulfillments"
|
|
41
|
+
},
|
|
42
|
+
{
|
|
43
|
+
"Scope": "https://api.ebay.com/oauth/api_scope/sell.fulfillment",
|
|
44
|
+
"Description": "View and manage your order fulfillments"
|
|
45
|
+
},
|
|
46
|
+
{
|
|
47
|
+
"Scope": "https://api.ebay.com/oauth/api_scope/sell.analytics.readonly",
|
|
48
|
+
"Description": "View your selling analytics data, such as performance reports"
|
|
49
|
+
},
|
|
50
|
+
{
|
|
51
|
+
"Scope": "https://api.ebay.com/oauth/api_scope/sell.marketplace.insights.readonly",
|
|
52
|
+
"Description": "This scope would allow signed in users read only access to marketplace insights."
|
|
53
|
+
},
|
|
54
|
+
{
|
|
55
|
+
"Scope": "https://api.ebay.com/oauth/api_scope/commerce.catalog.readonly",
|
|
56
|
+
"Description": "This scope would allow signed in user to read catalog data."
|
|
57
|
+
},
|
|
58
|
+
{
|
|
59
|
+
"Scope": "https://api.ebay.com/oauth/api_scope/buy.shopping.cart",
|
|
60
|
+
"Description": "This scope would allow signed in user to access shopping carts"
|
|
61
|
+
},
|
|
62
|
+
{
|
|
63
|
+
"Scope": "https://api.ebay.com/oauth/api_scope/buy.offer.auction",
|
|
64
|
+
"Description": "View and manage bidding activities for auctions"
|
|
65
|
+
},
|
|
66
|
+
{
|
|
67
|
+
"Scope": "https://api.ebay.com/oauth/api_scope/commerce.identity.readonly",
|
|
68
|
+
"Description": "View a user's basic information, such as username or business account details, from their eBay member account"
|
|
69
|
+
},
|
|
70
|
+
{
|
|
71
|
+
"Scope": "https://api.ebay.com/oauth/api_scope/commerce.identity.email.readonly",
|
|
72
|
+
"Description": "View a user's personal email information from their eBay member account"
|
|
73
|
+
},
|
|
74
|
+
{
|
|
75
|
+
"Scope": "https://api.ebay.com/oauth/api_scope/commerce.identity.phone.readonly",
|
|
76
|
+
"Description": "View a user's personal telephone information from their eBay member account"
|
|
77
|
+
},
|
|
78
|
+
{
|
|
79
|
+
"Scope": "https://api.ebay.com/oauth/api_scope/commerce.identity.address.readonly",
|
|
80
|
+
"Description": "View a user's personal address information from their eBay member account"
|
|
81
|
+
},
|
|
82
|
+
{
|
|
83
|
+
"Scope": "https://api.ebay.com/oauth/api_scope/commerce.identity.name.readonly",
|
|
84
|
+
"Description": "View a user's first and last name from their eBay member account"
|
|
85
|
+
},
|
|
86
|
+
{
|
|
87
|
+
"Scope": "https://api.ebay.com/oauth/api_scope/commerce.identity.status.readonly",
|
|
88
|
+
"Description": "View a user's eBay member account status"
|
|
89
|
+
},
|
|
90
|
+
{
|
|
91
|
+
"Scope": "https://api.ebay.com/oauth/api_scope/sell.finances",
|
|
92
|
+
"Description": "View and manage your payment and order information to display this information to you and allow you to initiate refunds using the third party application"
|
|
93
|
+
},
|
|
94
|
+
{
|
|
95
|
+
"Scope": "https://api.ebay.com/oauth/api_scope/sell.payment.dispute",
|
|
96
|
+
"Description": "View and manage disputes and related details (including payment and order information)."
|
|
97
|
+
},
|
|
98
|
+
{
|
|
99
|
+
"Scope": "https://api.ebay.com/oauth/api_scope/sell.item.draft",
|
|
100
|
+
"Description": "View and manage your item drafts."
|
|
101
|
+
},
|
|
102
|
+
{
|
|
103
|
+
"Scope": "https://api.ebay.com/oauth/api_scope/sell.item",
|
|
104
|
+
"Description": "View and manage your item information."
|
|
105
|
+
},
|
|
106
|
+
{
|
|
107
|
+
"Scope": "https://api.ebay.com/oauth/api_scope/sell.reputation",
|
|
108
|
+
"Description": "View and manage your reputation data, such as feedback."
|
|
109
|
+
},
|
|
110
|
+
{
|
|
111
|
+
"Scope": "https://api.ebay.com/oauth/api_scope/sell.reputation.readonly",
|
|
112
|
+
"Description": "View your reputation data, such as feedback."
|
|
113
|
+
},
|
|
114
|
+
{
|
|
115
|
+
"Scope": "https://api.ebay.com/oauth/api_scope/commerce.notification.subscription",
|
|
116
|
+
"Description": "View and manage your event notification subscriptions"
|
|
117
|
+
},
|
|
118
|
+
{
|
|
119
|
+
"Scope": "https://api.ebay.com/oauth/api_scope/commerce.notification.subscription.readonly",
|
|
120
|
+
"Description": "View your event notification subscriptions"
|
|
121
|
+
},
|
|
122
|
+
{
|
|
123
|
+
"Scope": "https://api.ebay.com/oauth/api_scope/sell.stores",
|
|
124
|
+
"Description": "View and manage eBay stores"
|
|
125
|
+
},
|
|
126
|
+
{
|
|
127
|
+
"Scope": "https://api.ebay.com/oauth/api_scope/sell.stores.readonly",
|
|
128
|
+
"Description": "View eBay stores"
|
|
129
|
+
},
|
|
130
|
+
{
|
|
131
|
+
"Scope": "https://api.ebay.com/oauth/api_scope/commerce.vero",
|
|
132
|
+
"Description": "Allows access to APIs that are related to eBay's Verified Rights Owner (VeRO) program."
|
|
133
|
+
},
|
|
134
|
+
{
|
|
135
|
+
"Scope": "https://api.ebay.com/oauth/api_scope/commerce.feedback",
|
|
136
|
+
"Description": "Allows access to Feedback APIs."
|
|
137
|
+
},
|
|
138
|
+
{
|
|
139
|
+
"Scope": "https://api.ebay.com/oauth/api_scope/sell.inventory.mapping",
|
|
140
|
+
"Description": "Enables applications to manage and enhance inventory listings through the Inventory Mapping Public API."
|
|
141
|
+
}
|
|
142
|
+
]
|
package/package.json
ADDED
|
@@ -0,0 +1,122 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "ebay-mcp-remote-edition",
|
|
3
|
+
"version": "1.0.0",
|
|
4
|
+
"description": "MCP server for eBay Sell APIs — 325+ tools for inventory, orders, marketing, analytics, and more. Supports local STDIO and hosted multi-user HTTP modes.",
|
|
5
|
+
"type": "module",
|
|
6
|
+
"main": "build/index.js",
|
|
7
|
+
"types": "build/index.d.ts",
|
|
8
|
+
"bin": {
|
|
9
|
+
"ebay-mcp-remote-edition": "build/index.js"
|
|
10
|
+
},
|
|
11
|
+
"publishConfig": {
|
|
12
|
+
"access": "public"
|
|
13
|
+
},
|
|
14
|
+
"scripts": {
|
|
15
|
+
"build": "tsc && tsc-alias",
|
|
16
|
+
"start": "node build/index.js",
|
|
17
|
+
"start:http": "node build/server-http.js",
|
|
18
|
+
"dev": "tsx src/index.ts",
|
|
19
|
+
"dev:http": "tsx src/server-http.ts",
|
|
20
|
+
"test": "vitest run",
|
|
21
|
+
"test:coverage": "vitest run --coverage",
|
|
22
|
+
"setup": "tsx src/scripts/setup.ts",
|
|
23
|
+
"sync": "tsx src/scripts/dev-sync.ts",
|
|
24
|
+
"diagnose": "tsx src/scripts/diagnostics.ts",
|
|
25
|
+
"typecheck": "tsc --noEmit",
|
|
26
|
+
"check": "tsc --noEmit && eslint . && prettier --check \"src/**/*.{ts,js,json,md}\"",
|
|
27
|
+
"fix": "eslint . --fix && prettier --write \"src/**/*.{ts,js,json,md}\"",
|
|
28
|
+
"prepare": "pnpm run build"
|
|
29
|
+
},
|
|
30
|
+
"keywords": [
|
|
31
|
+
"mcp",
|
|
32
|
+
"ebay",
|
|
33
|
+
"ebay-api",
|
|
34
|
+
"model-context-protocol",
|
|
35
|
+
"ai-tools",
|
|
36
|
+
"ai",
|
|
37
|
+
"llm",
|
|
38
|
+
"mcp",
|
|
39
|
+
"documentation",
|
|
40
|
+
"api",
|
|
41
|
+
"ebay",
|
|
42
|
+
"server",
|
|
43
|
+
"backend"
|
|
44
|
+
],
|
|
45
|
+
"author": {
|
|
46
|
+
"name": "YosefHayim",
|
|
47
|
+
"url": "https://github.com/YosefHayim"
|
|
48
|
+
},
|
|
49
|
+
"contributors": [
|
|
50
|
+
{
|
|
51
|
+
"name": "Kenyatta Naji Johnson-Adams",
|
|
52
|
+
"url": "https://github.com/mrnajiboy"
|
|
53
|
+
}
|
|
54
|
+
],
|
|
55
|
+
"license": "MIT",
|
|
56
|
+
"files": [
|
|
57
|
+
"build/**/*.js",
|
|
58
|
+
"build/index.d.ts",
|
|
59
|
+
"build/server-http.d.ts",
|
|
60
|
+
"public/icons/*.png",
|
|
61
|
+
"README.md",
|
|
62
|
+
"docs/auth/production_scopes.json",
|
|
63
|
+
"docs/auth/sandbox_scopes.json"
|
|
64
|
+
],
|
|
65
|
+
"repository": {
|
|
66
|
+
"type": "git",
|
|
67
|
+
"url": "git+https://github.com/mrnajiboy/ebay-mcp-remote-edition.git"
|
|
68
|
+
},
|
|
69
|
+
"homepage": "https://github.com/mrnajiboy/ebay-mcp-remote-edition#readme",
|
|
70
|
+
"bugs": {
|
|
71
|
+
"url": "https://github.com/mrnajiboy/ebay-mcp-remote-edition/issues"
|
|
72
|
+
},
|
|
73
|
+
"npmLink": "https://www.npmjs.com/package/ebay-mcp-remote-edition",
|
|
74
|
+
"dependencies": {
|
|
75
|
+
"@modelcontextprotocol/sdk": "^1.27.1",
|
|
76
|
+
"axios": "^1.13.6",
|
|
77
|
+
"chalk": "^5.6.2",
|
|
78
|
+
"cors": "^2.8.5",
|
|
79
|
+
"dotenv": "^17.2.3",
|
|
80
|
+
"dotenv-stringify": "^3.0.1",
|
|
81
|
+
"express": "^5.1.0",
|
|
82
|
+
"fast-xml-parser": "^5.5.6",
|
|
83
|
+
"helmet": "^8.1.0",
|
|
84
|
+
"jose": "^6.1.2",
|
|
85
|
+
"jsonwebtoken": "^9.0.2",
|
|
86
|
+
"prompts": "^2.4.2",
|
|
87
|
+
"update-notifier": "^7.3.1",
|
|
88
|
+
"winston": "^3.19.0",
|
|
89
|
+
"zod": "^3.23.8",
|
|
90
|
+
"zod-to-json-schema": "^3.24.1"
|
|
91
|
+
},
|
|
92
|
+
"devDependencies": {
|
|
93
|
+
"@eslint/js": "^9.39.1",
|
|
94
|
+
"@types/cors": "^2.8.19",
|
|
95
|
+
"@types/express": "^5.0.5",
|
|
96
|
+
"@types/jsonwebtoken": "^9.0.10",
|
|
97
|
+
"@types/node": "^24.10.1",
|
|
98
|
+
"@types/prompts": "^2.4.9",
|
|
99
|
+
"@types/supertest": "^6.0.3",
|
|
100
|
+
"@types/update-notifier": "^6.0.8",
|
|
101
|
+
"@vitest/coverage-v8": "^4.0.13",
|
|
102
|
+
"@vitest/ui": "^4.0.8",
|
|
103
|
+
"eslint": "^9.39.1",
|
|
104
|
+
"eslint-config-prettier": "^10.1.8",
|
|
105
|
+
"eslint-plugin-n": "^17.23.1",
|
|
106
|
+
"eslint-plugin-vitest": "^0.5.4",
|
|
107
|
+
"nock": "^14.0.10",
|
|
108
|
+
"openapi-typescript": "^7.10.1",
|
|
109
|
+
"prettier": "^3.6.2",
|
|
110
|
+
"supertest": "^7.1.4",
|
|
111
|
+
"tsc-alias": "^1.8.16",
|
|
112
|
+
"tsx": "^4.19.2",
|
|
113
|
+
"typescript": "^5.9.3",
|
|
114
|
+
"typescript-eslint": "^8.47.0",
|
|
115
|
+
"vitest": "^4.0.8"
|
|
116
|
+
},
|
|
117
|
+
"packageManager": "pnpm@10.14.0",
|
|
118
|
+
"engines": {
|
|
119
|
+
"node": ">=22.0.0",
|
|
120
|
+
"pnpm": ">=9.0.0"
|
|
121
|
+
}
|
|
122
|
+
}
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|