Use this robust n8n workflow to expose eBay Catalog API search and retrieval endpoints as callable tools for any connected AI Agent. Easily deploy this custom n8n template for seamless product data extraction.
Download this n8n workflow template and start using it instantly.
The modern requirement for AI agents often involves giving them access to external systems via specialized tools. This advanced n8n workflow solves the problem of integrating complex APIs, like the eBay Catalog API, directly into an AI agent's operational toolkit. By utilizing the MCP (Multimodal Context Planner) n8n trigger, this entire n8n workflow transforms into a single, cohesive server endpoint.
This setup allows the AI to send natural language requests (like 'Find product details for EPID 12345') which the n8n node automatically translates into the correct, authenticated eBay API calls, extracting structured data. This capability is critical for building sophisticated AI-powered listing assistants or market data trackers. This specific n8n template provides two core functions: retrieving product details by ePID and searching product summaries using various filters.
This automation operates as a constantly running server, triggered solely by external AI agent requests directed at the MCP endpoint.
Catalog MCP Server n8n trigger node. This request includes the desired operation (tool name) and the necessary parameters, which are provided contextually by the AI.$fromAI() expression within their parameter fields. This expression dynamically pulls the required input (e.g., epid, q, X-EBAY-C-MARKETPLACE-ID) directly from the AI agent's request payload, ensuring that the API call is accurately structured based on the AI's intent.Retrieve Product Details or Search Product Summaries n8n node executes an authenticated HTTP GET request to the eBay Catalog API.Catalog MCP Server n8n trigger, which then transmits the final result back to the initiating AI agent.To deploy this powerful n8n workflow and make eBay data accessible to your AI agents, follow these steps:
HttpRequestTool n8n node nodes.Catalog MCP Server n8n trigger node. Catalog MCP Server (n8n trigger):
Function: Acts as the entry point and server for AI agent tool-calling requests. It listens for HTTP POST requests defined by the MCP protocol.
Key Configuration: Configured with a specific path (/catalog-mcp) to serve as the webhook endpoint for the n8n automation.
Retrieve Product Details (HTTP Request Tool n8n node):
Function: Retrieves specific product details from the eBay Catalog API using the product's unique ePID.
Key Configuration: The URL path parameter epid is dynamically generated using {{ $fromAI('epid', ...) }}. Requires X-EBAY-C-MARKETPLACE-ID in the header, also derived from AI context.
Search Product Summaries (HTTP Request Tool n8n node):
Function: Searches for products based on keywords (q), category IDs, GTINs, or MPNs, returning summarized results.
* Key Configuration: All crucial query parameters (including q, aspectfilter, categoryids, and limit) are populated using $fromAI() expressions, allowing the AI agent to fully customize the search parameters dynamically through this specialized n8n node.
Use this interactive n8n workflow template to deploy a conversational AI agent powered by DeepSeek and SerpApi for real-time flight searching, comparing, and booking recommendations.

Use this powerful n8n workflow to search Outlook emails using natural language queries powered by GPT-4o mini. Automatically generate search terms, score results, and output a clean table.

Use this powerful n8n workflow to search LinkedIn companies via the Ghost Genius API, enrich prospect data, score leads with OpenAI's GPT-4, and automatically log the best leads into your Google Sheet CRM. Ideal for sales and marketing teams.

Use this advanced n8n workflow to automatically search for torrents via custom code and initiate downloads directly in your Transmission daemon, handling session ID security automatically.

Automate web searches directly from Telegram using this powerful n8n workflow. Integrate the Brave Search API via the specialized MCP n8n node for instant, private search results delivered to your chat.

A hacker by nature, programmer by trade ⚒️ I'm looking to collaborate on things that save human labor 📫 How to reach me Github👇 -> Discord







































