Prerequisites
- n8n version 1.88.0 or later
- A Geekflare API key
Setup
Configure the connection
In the MCP Client node settings:
- Transport: Select Streamable HTTP
- URL:
https://mcp.geekflare.com/YOUR_API_KEY/mcp
YOUR_API_KEY with your Geekflare API key.Select a tool
In the Tool dropdown, choose the Geekflare tool you want to use (e.g.
webScrape, search, screenshot).You can also use the AI Agent node in n8n to let the AI automatically
select and call Geekflare tools based on your workflow prompts.
Example Workflows
Scrape a webpage on a schedule- Add a Schedule Trigger node (e.g. every hour)
- Add an MCP Client node with tool
webScrapeand parameterurl: https://example.com - Add a Gmail or Slack node to send the scraped content
- Add a Schedule Trigger node
- Add an MCP Client node with tool
search, parametersquery: "AI news today"andsource: news - Add an OpenAI node to summarize the results
- Send via Slack or email
- Add a Schedule Trigger node
- Add an MCP Client node with tool
dnsRecordand parameterurl: yourdomain.com - Add an IF node to check if records have changed
- Alert via Slack if they have