You can also integrate Geekflare with n8n using our official node.
Prerequisites
- n8n version 1.88.0 or later
- A Geekflare API key
Setup
1
Add an MCP Client node
In your n8n workflow, click + to add a new node, then search for MCP Client.
2
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.3
Select a tool
In the Tool dropdown, choose the Geekflare tool you want to use (e.g.
webScrape, search, screenshot).4
Pass parameters
Use the Parameters section to pass the required fields. For most tools,
url is required.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