Development & IT Workflows
Software development and IT operations
Classify Bug Reports using Airtable + ChatGPT
Manage incoming reports sent through Airtable by using ChatGPT to classify it into specific priorities.
PipedreamFreeAutomate Internal Phishing Simulations with OpenAI and Google Sheets
Leverage OpenAI to generate realistic phishing emails, send them via Gmail, and track engagement through webhooks. Ideal for security teams to enhance phishing awareness and training.
n8n$9.99Sync Google Sheets Contacts to SeaTable with Upsert Logic
Syncs contacts from Google Sheets to SeaTable by checking for existing records via email and performing updates or inserts to prevent duplicates and maintain data consistency.
n8n$14.99Auto-Update YouTube Video Descriptions with Inserted Text
Automates bulk insertion of text (e.g., new links) between specific rows in YouTube video descriptions, saving time for creators managing multiple videos.
n8n$14.99Secure Data Transfer with Custom Webhook and ChatGPT Integration
Automate secure data transfer using a custom webhook and ChatGPT completions. This workflow integrates with HTTP Basic Auth to ensure data is sent securely.
Make$3.99Simulate Phishing Login Page for Red Team Testing
This workflow simulates a phishing login page to test user behavior and SOC response, sending trap links to predefined targets and logging interactions without capturing real credentials.
n8n$4.99Telegram DALL-E Image Generator with Google Sheets Logging
Generate AI images from Telegram prompts using OpenAI DALL-E, log requests to Google Sheets, and send images back to users instantly.
n8n$14.99Summarize YouTube Transcripts in Any Language with Gemini & Docs
Automates fetching YouTube video transcripts via RapidAPI, generating AI summaries in any language using Google Gemini, and storing them in Google Docs for easy sharing.
n8n$12.99Deploy a Comprehensive SecurityScorecard MCP Server for AI Integration
Set up a complete MCP server to expose all SecurityScorecard operations to AI agents with zero configuration. This workflow includes all 19 operations pre-built for seamless integration.
n8n$14.99AI-Powered LinkedIn Profile vs Job Description Matcher
Automates comparison of LinkedIn profiles/CVs against job descriptions using GhostGenius scraping and Groq AI for recruiter insights, strengths, gaps, and optimization tips.
n8n$22.99♻️ AI Multi-Stop Planner for Circular Logistics (GPT-4o & OpenRoute)
Automates multi-stop pickup route optimization for reusable packaging returns using Gmail triggers, GPT-4o AI parsing, geocoding, and OpenRouteService API.
n8n$24.99Npm Tool MCP Server - All 5 Operations
Need help? Want access to this workflow + many more paid workflows + live Q&A sessions with a top verified n8n creator? [Join the community](https://www.skool.com/beyond-nodes-automation-lab-2006/about) Complete MCP server exposing all Npm tool operations to AI agents. Zero configuration needed - all 5 operations pre-built. ## Quick Setup 1. **Import** this workflow into your n8n instance 2. **Activate** the workflow to start your MCP server 3. **Copy** the webhook URL from the MCP trigger node 4. **Connect** AI agents using the MCP URL ## How it Works **MCP Trigger**: Serves as your server endpoint for AI agent requests **Tool Nodes**: Pre-configured for every Npm tool operation **AI Expressions**: Automatically populate parameters via `$fromAI()` placeholders **Native Integration**: Uses official n8n Npm tool tool with full error handling ## Available Operations (5 total) Every possible Npm tool operation is included: ### Package (3 operations) - **Returns all the metadata for a package at a specific version** - **Returns all the versions for a package** - **Search for packages** ### Disttag (2 operations) - **Returns all the dist-tags for a package** - **Update the dist-tags for a package** ## AI Integration **Parameter Handling**: AI agents automatically provide values for: - Resource IDs and identifiers - Search queries and filters - Content and data payloads - Configuration options **Response Format**: Native Npm tool API responses with full data structure **Error Handling**: Built-in n8n error management and retry logic ## Usage Examples Connect this MCP server to any AI agent or workflow: - **Claude Desktop**: Add MCP server URL to configuration - **Custom AI Apps**: Use MCP URL as tool endpoint - **Other n8n Workflows**: Call MCP tools from any workflow - **API Integration**: Direct HTTP calls to MCP endpoints ## Benefits - **Complete Coverage**: Every Npm tool operation available - **Zero Setup**: No parameter mapping or configuration needed - **AI-Ready**: Built-in `$fromAI()` expressions for all parameters - **Production Ready**: Native n8n error handling and logging - **Extensible**: Easily modify or add custom logic > **[Free for community use](https://github.com/Cfomodz/community-use)!** Ready to deploy in under 2 minutes.
n8n$9.99Automate Phone Number Verification from Google Sheets Entries
Automatically verify phone numbers from new rows added to a Google Sheets spreadsheet and update the sheet with verification results.
Make$3.99Automate SSL Certificate Expiry Monitoring and Alerts
Automatically monitor SSL certificate expiration dates for any domain and send alerts via Telegram when a certificate has expired.
n8n$4.99Automate GitLab Operations with AI-Integrated MCP Server
Deploy a fully-configured MCP server to automate all GitLab operations with AI integration, enabling seamless interaction with AI agents.
n8n$14.99Automated Cocktail Recipe Image Generator & Sharer
Triggers weekly to fetch random cocktail data, overlays custom text on images via Bannerbear, and auto-posts to Rocket.Chat for engaging social shares.
n8n$12.99Automatically Assign Sequential Numbers to Monday.com Items
This workflow automatically assigns sequential numbers to items on a Monday.com board, making it easier to track bugs, manage SKUs, or reference items.
Make$2.99Automate Uspacy Webhook Confirmation and Event Parsing
Streamline your Uspacy webhook integration by automating subscription confirmations and event parsing, allowing you to focus on custom automation logic.
Make$3.99Suspicious Login Detection
This n8n workflow is designed for security monitoring and incident response when suspicious login events are detected. It can be initiated either manually from within the n8n UI for testing or automatically triggered by a webhook when a new login event occurs. The workflow first extracts relevant data from the incoming webhook payload, including the IP address, user agent, timestamp, URL, and user ID. It then splits into three parallel processing paths. In the first path, it queries GreyNoise's Community API to retrieve information about the investigated IP address. Depending on the classification and trust level received from GreyNoise, the alert is given a High, Medium, or Low priority. This priority is assigned based on the best practices documentation from GreyNoise on how to apply their data to analysis. Once a priority is assigned, a message is sent to a Slack channel to notify users about the alert. The second path involves fetching geolocation data about the IP address using IP-API's Geolocation API and merging it with data from the UserParser node. This data is then combined with the data obtained from GreyNoise. In the third path, the UserParser node queries the Userparser IP address and user agent lookup API to obtain information about the user's IP and user agent. This data is merged with the IP-API data and GreyNoise data. The workflow then checks if the IP address is considered an unknown threat by examining both the noise and riot fields from GreyNoise. If it is considered an unknown threat, the workflow proceeds to retrieve the last 10 login records for the same user from a Postgres database. If there are any discrepancies in the login information, indicating a new location or device/browser, the user is informed via email. Potential issues when setting up this workflow include ensuring that credentials are correctly entered for GreyNoise and UserParser nodes, and addressing any discrepancies in the data sources that could lead to false positives or negatives in threat detection. Additionally, the usage of hardcoded API keys should be replaced with credentials for security and flexibility. Thorough testing and validation with sample data are crucial to ensure the workflow performs as expected and aligns with security incident response procedures.
n8n$24.99Analyze Reddit Posts with AI to Identify Business Opportunities
AI-powered workflow that scans Reddit for trending discussions, uses GPT-4 to detect business opportunities, filters content, and exports scored insights to Google Sheets.
n8n$24.99Monitor Reddit Job Posts: GPT-4o Analysis & Telegram Alerts via Sheets
Monitors Reddit subreddits for job posts using keywords/flairs, analyzes with GPT-4o for summaries, deduplicates via Google Sheets, and sends alerts to Telegram.
n8n$19.99Automated Invoice Email Parsing Workflow
The 'Parse Invoice Emails' workflow is designed to automate the extraction and processing of invoice data from incoming emails. By leveraging advanced text processing and machine learning techniques, this workflow can significantly reduce the time...
n8n$18.22Automate URL Compliance with AI-Enhanced robots.txt Verification
This workflow automates URL filtering by integrating AI-powered robots.txt compliance checks and source verification against a forbidden list. It ensures ethical web automation by respecting exclusion protocols and user-defined restrictions.
n8n$24.99Authenticate Users via OpenID Connect in n8n Workflows
This workflow facilitates user authentication using OpenID Connect, allowing secure access to webhooks and user information retrieval.
n8n$9.99
Related categories
Custom AI Systems & Services
Our team of experienced AI builders will help build custom AI systems, workflows, and solutions.
Request Custom Work