Skip to content
FlowHubFluxonLab
W
General Automationfree

Create an eBay Item Feed Service API Gateway for AI Agents

by David Ashbyadapted from n8n official workflow galleryUpdated Aug 2026
Share Post Share
McItem Feed Service MCP ServerItem Feed Servi…HRDownload Item FeedDownload Item F…HRDownload Item Group FeedDownload Item G…HRDownload Priority Item FeedDownload Priori…HRDownload Hourly Snapshot FeedDownload Hourly…1234
1/5
STEPS · 4
Starts on a Mcp event

Need help? Want access to this workflow + many more paid workflows + live Q&A sessions with a top verified n8n creator? Join the community Complete MCP server exposing 4 Item Feed Service API operations to AI agents. ⚡ Quick Setup Import this workflow into your n8n instance Credentials Add Item Feed Service credentials Activate the workflow to start your MCP server Copy the webhook URL from the MCP trigger node Connect AI agents using the MCP URL 🔧 How it Works This workflow converts the Item Feed Service API into an MCP-compatible interface for AI agents. • MCP Trigger: Serves as your server endpoint for AI agent requests • HTTP Request Nodes: Handle API calls to https://api.ebay.com/buy/feed/v1_beta • AI Expressions: Automatically populate parameters via $fromAI() placeholders • Native Integration: Returns responses directly to the AI agent 📋 Available Operations (4 total) 🔧 Item (1 endpoints) • GET /item: Download Hourly Snapshot Feed 🔧 Item_Group (1 endpoints) • GET /item_group: Get Item Group 🔧 Item_Priority (1 endpoints) • GET /item_priority: Get Item Priority 🔧 Item_Snapshot (1 endpoints) • GET /item_snapshot: Get Item Snapshot 🤖 AI Integration Parameter Handling: AI

Tags

n8nreference-only
CategoryGeneral Automation
Triggermanual
Complexitymedium
Nodes5
AddedJul 2, 2025
W
free

Tiny tiny Rss (aka tt-rss) Feed to Mastodon

Every 10 minutes look at your published news in your Tiny tiny RSS public feed and make a toot on your mastodon. You'll need: Your mastondon URL instance Your mastondon access token Your Tiny Tiny RSS public published feed URL

by dev
C
free

Generate daily Etsy sales and ledger reports via Shop Operations API

Quick overview This workflow runs daily to pull recent Etsy receipts and payment-account ledger entries via a linked sub-workflow, then aggregates sales metrics by currency and fee totals by ledger type and outputs a consolidated report object for downstream accounting or BI tools. How it works Runs every day on a schedule. Sets the reporting window and maximum record count used for all Etsy queries. Calls a separate Etsy Shop Operations workflow to fetch receipts for the configured date range. Calls the same Etsy Shop Operations workflow to fetch payment-account ledger entries for the same date range. Aggregates receipts into per-currency totals (orders, revenue, shipping, tax, discounts, and average order value) and groups ledger amounts by ledger type. Outputs the final report payload (including summaries plus the raw receipts and ledger entries) for use in other steps like saving to a database or sending by email. Setup Set up Etsy OAuth credentials in the workflow that performs the Etsy API calls (the Etsy Shop Operations sub-workflow). In both Execute Workflow steps, select the Etsy Shop Operations workflow to run by filling in the referenced workflow ID. Update the reporting

by Pawel Jurczyk
CW
free

Sync Etsy customers with Meta custom audiences using hashed emails

Quick overview This workflow runs daily to fetch recent Etsy receipt emails via an Etsy Shop Operations sub-workflow, normalizes and SHA-256 hashes the emails, and either previews the hashed payload or uploads it to a Meta Custom Audience using the Meta Graph API. How it works Runs every day on a schedule. Sets sync parameters (lookback window, maximum receipts, dry-run mode, Meta audience ID, and API version). Requests recent Etsy receipt records from a connected Etsy Shop Operations workflow and extracts buyer/payment email addresses. Normalizes, deduplicates, and SHA-256 hashes the email addresses to build a Meta Custom Audience upload payload. If dry-run is enabled, returns counts and a small sample of hashes for verification. If dry-run is disabled, sends the hashed EMAIL payload to the Meta Graph API endpoint for the specified Custom Audience. Setup Configure and connect the “Get Etsy customer receipts” execute-workflow step to an Etsy Shop Operations (PRO) workflow that returns receipt records including buyer/payment emails. Create or choose a Meta Custom Audience and paste its ID into the configuration values. Add a Meta access token to the HTTP header auth for the upload r

by Pawel Jurczyk