[eBay] 구매 마케팅 API MCP 서버
초급
이것은Engineering, AI Chatbot분야의자동화 워크플로우로, 5개의 노드를 포함합니다.주로 HttpRequestTool, McpTrigger 등의 노드를 사용하며. AI스마트에이전트与eBay购买마케팅API통합
사전 요구사항
- •대상 API의 인증 정보가 필요할 수 있음
사용된 노드 (5)
워크플로우 미리보기
노드 연결 관계를 시각적으로 표시하며, 확대/축소 및 이동을 지원합니다
워크플로우 내보내기
다음 JSON 구성을 복사하여 n8n에 가져오면 이 워크플로우를 사용할 수 있습니다
{
"id": "44kmM0ECqkFTMjyE",
"meta": null,
"name": "[eBay] Buy Marketing API MCP Server",
"tags": [],
"nodes": [
{
"id": "c220949f-8f9d-4c61-849a-b886da204782",
"name": "설치 지침",
"type": "n8n-nodes-base.stickyNote",
"position": [
-1380,
-240
],
"parameters": {
"color": 4,
"height": 1020,
"content": "### ⚙️ Setup Instructions\n\n1. **Import Workflow**: \nLoad this workflow into your n8n instance\n\n2. **Configure Authentication**: \nSet up oauth2 credentials\n\n3. **Activate Workflow**:\nEnable the workflow to start the MCP server\n\n4. **Get MCP URL**: \nCopy the webhook URL from the MCP trigger\n\n5. **Connect AI Agent**:\nUse the MCP URL in your AI agent configuration\n\n\n### 💡 Usage Notes\n• Parameters are auto-populated by AI using $fromAI() expressions\n• With 1 API endpoints available as tools\n• Responses maintain original API structure\n\n\n### 🛠️ Customization\n• Add data transformation nodes if needed\n• Implement custom error handling\n• Add logging or monitoring nodes\n\n• Modify parameter defaults in any HTTP request node as needed\n\n### 💬 Need Help?\nPing me on [discord](https://discord.me/cfomodz) for integration guidance and custom automations. Check the [n8n documentation](https://docs.n8n.io/integrations/builtin/cluster-nodes/sub-nodes/n8n-nodes-langchain.toolmcp/) for more information."
},
"typeVersion": 1
},
{
"id": "72e4ac74-3059-4b7b-a084-92cba5092b0e",
"name": "워크플로 개요",
"type": "n8n-nodes-base.stickyNote",
"position": [
-1120,
-240
],
"parameters": {
"width": 420,
"height": 920,
"content": "## 🛠️ Buy Marketing MCP Server ✅ 1 operations\n\n### About\nThe Marketing API retrieves eBay products based on a metric, such as Best Selling, as well as products that were also bought and also viewed.\n\n### 🔧 How it Works\n\nThis workflow converts the Buy Marketing API into an MCP-compatible interface for AI agents.\n\n• **MCP Trigger**: Serves as your server endpoint for AI agent requests\n• **HTTP Request Nodes**: Handle API calls to https://api.ebay.com/buy/marketing/v1_beta\n• **AI Expressions**: Automatically populate parameters via `$fromAI()` placeholders\n• **Native Integration**: Returns responses directly to the AI agent\n\n\n### 📋 Available Operations (1 endpoints)\n\n**Merchandised Product (1 operations)**\nFetch Merchandised Products\n\n"
},
"typeVersion": 1
},
{
"id": "ea139953-d990-435c-afce-ae78f9b1b4d3",
"name": "구매 마케팅 MCP 서버",
"type": "@n8n/n8n-nodes-langchain.mcpTrigger",
"position": [
-560,
-240
],
"webhookId": "e1e45712-a1dc-479c-99b6-c19fe77636ba",
"parameters": {
"path": "buy-marketing-mcp"
},
"typeVersion": 1
},
{
"id": "dc815043-b4a2-4e1b-a1b4-5458c70c253d",
"name": "스티커 메모",
"type": "n8n-nodes-base.stickyNote",
"position": [
-660,
-100
],
"parameters": {
"color": 2,
"width": 320,
"height": 220,
"content": "## Merchandised Product"
},
"typeVersion": 1
},
{
"id": "3748b148-d6b3-4a7b-b328-8dfc8b258d54",
"name": "상품화된 제품 가져오기",
"type": "n8n-nodes-base.httpRequestTool",
"position": [
-520,
-40
],
"parameters": {
"url": "=https://api.ebay.com/buy/marketing/v1_beta/merchandised_product",
"options": {},
"sendQuery": true,
"authentication": "genericCredentialType",
"genericAuthType": "httpHeaderAuth",
"queryParameters": {
"parameters": [
{
"name": "aspect_filter",
"value": "={{ $fromAI('aspect_filter', 'The aspect name/value pairs used to further refine product results. For example: /buy/marketing/v1_beta/merchandised_product?category_id=31388&metric_name=BEST_SELLING&aspect_filter=Brand:Canon You can use the Browse API search method with the fieldgroups=ASPECT_REFINEMENTS field to return the aspects of a product. For implementation help, refer to eBay API documentation at https://developer.ebay.com/api-docs/buy/marketing/types/gct:MarketingAspectFilter', 'string') }}"
},
{
"name": "category_id",
"value": "={{ $fromAI('category_id', 'This query parameter limits the products returned to a specific eBay category. The list of eBay category IDs is not published and category IDs are not all the same across all the eBay maketplace. You can use the following techniques to find a category by site: Use the <a href=\"https://pages.ebay.com/sellerinformation/news/categorychanges.html\" target=\"_blank\">Category Changes page</a>. Use the Taxonomy API. For details see <a href=\"/api-docs/buy/buy-categories.html\">Get Categories for Buy APIs</a>. Use the Browse API and submit the following method to get the dominantCategoryId for an item. /buy/browse/v1/item_summary/search?q=keyword&fieldgroups=ASPECT_REFINEMENTS Maximum: 1 Required: 1', 'string') }}"
},
{
"name": "limit",
"value": "={{ $fromAI('limit', 'This value specifies the maximum number of products to return in a result set. Note: Maximum value means the method will return up to that many products per set, but it can be less than this value. If the number of products found is less than this value, the method will return all of the products matching the criteria. Default: 8 Maximum: 100', 'string') }}"
},
{
"name": "metric_name",
"value": "={{ $fromAI('metric_name', 'This value filters the result set by the specified metric. Only products in this metric are returned. Currently, the only metric supported is BEST_SELLING. Default: BEST_SELLING Maximum: 1 Required: 1', 'string') }}"
}
]
},
"toolDescription": "Array of products based on the category and metric specified. This includes details of the product, such as the eBay product ID (EPID), title, and user reviews and ratings for the product. You can use the epid returned by this method in the Browse API search method to retrieve items for this product. Restrictions To test getMerchandisedProducts in Sandbox, you must use category ID 9355 and the response will be mock data. For a list of supported sites and other restrictions, see <a href=\"/api-docs/buy/marketing/overview.html#API\">API Restrictions</a>.\n\nParameters:\n- Query parameters:\n • aspect_filter (optional) - Aspect name/value pairs used to further refine product results. For example: /buy/marketing/v1_beta/merchandised_product?category_id=31388&metric_name=BEST_SELLING&aspect_filter=Brand:Canon You can use the Browse API search method with the fieldgroups=ASPECT_REFINEMENTS field to return the aspects of a product. For implementation help, refer to eBay API documentation at https://developer.ebay.com/api-docs/buy/marketing/types/gct:MarketingAspectFilter\n • category_id (required) - Query parameter limits the products returned to a specific eBay category. The list of eBay category IDs is not published and category IDs are not all the same across all the eBay maketplace. You can use the following techniques to find a category by site: Use the <a href=\"https://pages.ebay.com/sellerinformation/news/categorychanges.html\" target=\"_blank\">Category Changes page</a>. Use the Taxonomy API. For details see <a href=\"/api-docs/buy/buy-categories.html\">Get Categories for Buy APIs</a>. Use the Browse API and submit the following method to get the dominantCategoryId for an item. /buy/browse/v1/item_summary/search?q=keyword&fieldgroups=ASPECT_REFINEMENTS Maximum: 1 Required: 1\n • limit (optional) - Value specifies the maximum number of products to return in a result set. Note: Maximum value means the method will return up to that many products per set, but it can be less than this value. If the number of products found is less than this value, the method will return all of the products matching the criteria. Default: 8 Maximum: 100\n • metric_name (required) - Value filters the result set by the specified metric. Only products in this metric are returned. Currently, the only metric supported is BEST_SELLING. Default: BEST_SELLING Maximum: 1 Required: 1"
},
"typeVersion": 4.2
}
],
"active": false,
"shared": [
{
"role": "workflow:owner",
"project": {
"id": "G5fce9xGuBAsWBXe",
"icon": null,
"name": "David Ashby <david.ashby.lds@gmail.com>",
"type": "personal",
"createdAt": "2025-06-04T02:55:02.013Z",
"updatedAt": "2025-06-04T02:56:01.361Z",
"projectRelations": [
{
"role": "project:personalOwner",
"user": {
"id": "715c1c00-cb48-4712-9a32-f1f4b6db2b30",
"role": "global:owner",
"email": "david.ashby.lds@gmail.com",
"disabled": false,
"lastName": "Ashby",
"settings": {
"npsSurvey": {
"responded": true,
"lastShownAt": 1749357655581
},
"userActivated": true,
"userActivatedAt": 1749075994495,
"easyAIWorkflowOnboarded": true,
"firstSuccessfulWorkflowId": "3N3vVikZb3MckFYm"
},
"createdAt": "2025-06-04T02:55:01.745Z",
"firstName": "David",
"isPending": false,
"updatedAt": "2025-06-08T04:40:58.399Z",
"mfaEnabled": false,
"personalizationAnswers": {
"version": "v4",
"personalization_survey_n8n_version": "1.95.3",
"personalization_survey_submitted_at": "2025-06-04T02:56:07.075Z"
}
},
"userId": "715c1c00-cb48-4712-9a32-f1f4b6db2b30",
"createdAt": "2025-06-04T02:55:02.013Z",
"projectId": "G5fce9xGuBAsWBXe",
"updatedAt": "2025-06-04T02:55:02.013Z"
}
]
},
"createdAt": "2025-07-02T02:44:58.948Z",
"projectId": "G5fce9xGuBAsWBXe",
"updatedAt": "2025-07-02T02:44:58.948Z",
"workflowId": "44kmM0ECqkFTMjyE"
}
],
"pinData": {},
"settings": {
"timezone": "America/New_York"
},
"createdAt": "2025-07-02T02:44:58.946Z",
"updatedAt": "2025-07-02T02:46:01.000Z",
"versionId": "d8dcd7b8-84a7-415b-80d8-46744f0ae6e4",
"isArchived": false,
"staticData": null,
"connections": {
"3748b148-d6b3-4a7b-b328-8dfc8b258d54": {
"ai_tool": [
[
{
"node": "ea139953-d990-435c-afce-ae78f9b1b4d3",
"type": "ai_tool",
"index": 0
}
]
]
}
},
"triggerCount": 0
}자주 묻는 질문
이 워크플로우를 어떻게 사용하나요?
위의 JSON 구성 코드를 복사하여 n8n 인스턴스에서 새 워크플로우를 생성하고 "JSON에서 가져오기"를 선택한 후, 구성을 붙여넣고 필요에 따라 인증 설정을 수정하세요.
이 워크플로우는 어떤 시나리오에 적합한가요?
초급 - 엔지니어링, AI 챗봇
유료인가요?
이 워크플로우는 완전히 무료이며 직접 가져와 사용할 수 있습니다. 다만, 워크플로우에서 사용하는 타사 서비스(예: OpenAI API)는 사용자 직접 비용을 지불해야 할 수 있습니다.
관련 워크플로우 추천
[eBay] 물류 API MCP 서버
통해MCP服务器实现eBay物流API의AI에이전트통합
Http Request Tool
Mcp Trigger
Http Request Tool
Mcp Trigger
11 노드David Ashby
엔지니어링
BIN 쿼리 API MCP 서버
BIN 카드 정보쿼리 API 커넥터, AI 대리자용, 잔액 확인 포함.
Http Request Tool
Mcp Trigger
Http Request Tool
Mcp Trigger
7 노드David Ashby
엔지니어링
[eBay] 준수성 API MCP 서버
연결AI 대리인을 eBay 규제 API에 연결하여 상품 위반 관리
Http Request Tool
Mcp Trigger
Http Request Tool
Mcp Trigger
8 노드David Ashby
엔지니어링
Domains-Index API 서버 생성, AI 대리자 사용을 위해 완전한 운영 권한 부여
도메인-인덱스 API 서버 생성, AI 에이전트 사용
Http Request Tool
Mcp Trigger
Http Request Tool
Mcp Trigger
18 노드David Ashby
엔지니어링
[eBay] 카테고리 API MCP 서버
MCP 서버를 통해 AI 대리자에게 eBay 카테고리 API를 제공하여 카테고리 관리
Http Request Tool
Mcp Trigger
Http Request Tool
Mcp Trigger
12 노드David Ashby
엔지니어링
IPQualityScore API MCP 서버
IPQualityScore API MCP 서버
Http Request Tool
Mcp Trigger
Http Request Tool
Mcp Trigger
9 노드David Ashby
엔지니어링
워크플로우 정보
난이도
초급
노드 수5
카테고리2
노드 유형3
저자
David Ashby
@cfomodzA hacker by nature, programmer by trade ⚒️ I'm looking to collaborate on things that save human labor 📫 How to reach me Github👇 -> Discord
외부 링크
n8n.io에서 보기 →
이 워크플로우 공유