AutomationFlowsWeb Scraping › Wfirma Sse Mcp Example

Wfirma Sse Mcp Example

wFirma SSE MCP Example. Uses httpRequest. Event-driven trigger; 4 nodes.

Event trigger★★☆☆☆ complexity4 nodesHTTP Request
Web Scraping Trigger: Event Nodes: 4 Complexity: ★★☆☆☆ Added:

The workflow JSON

Copy or download the full n8n JSON below. Paste it into a new n8n workflow, add your credentials, activate. Full import guide →

Download .json
{
  "name": "wFirma SSE MCP Example",
  "description": "Przyk\u0142ad u\u017cycia n8n-nodes-mcp z wFirma SSE MCP Server",
  "nodes": [
    {
      "parameters": {},
      "id": "manual-trigger",
      "name": "Manual Trigger",
      "type": "n8n-nodes-base.manualTrigger",
      "typeVersion": 1,
      "position": [
        240,
        300
      ]
    },
    {
      "parameters": {
        "url": "http://localhost:3000/initialize",
        "options": {
          "headers": {
            "Content-Type": "application/json",
            "x-wfirma-credentials": "={{ JSON.stringify({\n  \"accessKey\": $env.WFIRMA_ACCESS_KEY,\n  \"secretKey\": $env.WFIRMA_SECRET_KEY,\n  \"appKey\": $env.WFIRMA_APP_KEY,\n  \"companyId\": $env.WFIRMA_COMPANY_ID,\n  \"apiUrl\": \"https://api2.wfirma.pl\"\n}) }}"
          }
        },
        "sendBody": true,
        "bodyParameters": {
          "parameters": []
        }
      },
      "id": "initialize-mcp",
      "name": "Initialize MCP Server",
      "type": "n8n-nodes-base.httpRequest",
      "typeVersion": 4.2,
      "position": [
        680,
        300
      ]
    },
    {
      "parameters": {
        "url": "http://localhost:3000/call",
        "options": {
          "headers": {
            "Content-Type": "application/json",
            "x-wfirma-credentials": "={{ JSON.stringify({\n  \"accessKey\": $env.WFIRMA_ACCESS_KEY,\n  \"secretKey\": $env.WFIRMA_SECRET_KEY,\n  \"appKey\": $env.WFIRMA_APP_KEY,\n  \"companyId\": $env.WFIRMA_COMPANY_ID,\n  \"apiUrl\": \"https://api2.wfirma.pl\"\n}) }}"
          }
        },
        "sendBody": true,
        "bodyParameters": {
          "parameters": [
            {
              "name": "tool",
              "value": "get_invoices"
            },
            {
              "name": "args",
              "value": "={{ {\n  \"limit\": 10,\n  \"date_from\": \"2024-01-01\",\n  \"date_to\": \"2024-12-31\"\n} }}"
            }
          ]
        }
      },
      "id": "call-tool",
      "name": "Call get_invoices",
      "type": "n8n-nodes-base.httpRequest",
      "typeVersion": 4.2,
      "position": [
        900,
        300
      ]
    },
    {
      "parameters": {
        "values": {
          "string": [
            {
              "name": "status",
              "value": "={{ $json.result ? 'success' : 'error' }}"
            },
            {
              "name": "invoices_count",
              "value": "={{ $json.result?.content?.[0]?.text ? JSON.parse($json.result.content[0].text).data?.length || 0 : 0 }}"
            },
            {
              "name": "raw_response",
              "value": "={{ $json }}"
            }
          ]
        },
        "options": {}
      },
      "id": "process-results",
      "name": "Process Results",
      "type": "n8n-nodes-base.set",
      "typeVersion": 3.3,
      "position": [
        1120,
        300
      ]
    }
  ],
  "connections": {
    "Manual Trigger": {
      "main": [
        [
          {
            "node": "Initialize MCP Server",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Initialize MCP Server": {
      "main": [
        [
          {
            "node": "Call get_invoices",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Call get_invoices": {
      "main": [
        [
          {
            "node": "Process Results",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  },
  "settings": {
    "executionOrder": "v1"
  },
  "staticData": null,
  "tags": [
    "wfirma",
    "mcp",
    "sse",
    "invoices"
  ],
  "triggerCount": 0,
  "updatedAt": "2024-10-07T13:40:00.000Z",
  "versionId": "1"
}
Pro

For the full experience including quality scoring and batch install features for each workflow upgrade to Pro

About this workflow

wFirma SSE MCP Example. Uses httpRequest. Event-driven trigger; 4 nodes.

Source: https://github.com/nulline-apps/fakto-mcp/blob/362ef5983a50b59fb9cd5c1bd6070ae780081006/examples/n8n/n8n-sse-mcp-workflow.json — original creator credit. Request a take-down →

More Web Scraping workflows → · Browse all categories →

Related workflows

Workflows that share integrations, category, or trigger type with this one. All free to copy and import.

Web Scraping

Manualtrigger Workflow. Uses httpRequest, shopify. Event-driven trigger; 13 nodes.

HTTP Request, Shopify
Web Scraping

front. Uses n8n-nodes-wts, httpRequest. Event-driven trigger; 12 nodes.

N8N Nodes Wts, HTTP Request
Web Scraping

Community Node Disclaimer: This workflow uses KlickTipp community nodes.

N8N Nodes Klicktipp, Custom, HTTP Request
Web Scraping

Restore your credentials from GitHub. Uses httpRequest, github, n8n. Event-driven trigger; 11 nodes.

HTTP Request, GitHub, n8n
Web Scraping

This workflow takes an image URL and a description of the desired background, then uses the APImage AI API to produce a high-quality image, preserving the subject and applying a natural-looking new ba

HTTP Request, Form Trigger, Google Drive