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 →
{
"name": "wFirma HTTP Streamable MCP Example",
"description": "Przyk\u0142ad u\u017cycia n8n-nodes-mcp z wFirma HTTP Streamable transport. Uwaga: endpoint /stream jest deprecated, u\u017cyj /wfirma/stream",
"nodes": [
{
"parameters": {},
"id": "manual-trigger",
"name": "Manual Trigger",
"type": "n8n-nodes-base.manualTrigger",
"typeVersion": 1,
"position": [
240,
300
]
},
{
"parameters": {
"url": "http://localhost:3000/wfirma/stream",
"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": "jsonrpc",
"value": "2.0"
},
{
"name": "id",
"value": "1"
},
{
"name": "method",
"value": "initialize"
},
{
"name": "params",
"value": "={{ {\n \"protocolVersion\": \"2024-11-05\",\n \"capabilities\": {},\n \"clientInfo\": { \"name\": \"n8n-http-streamable\", \"version\": \"1.0.0\" }\n} }}"
}
]
}
},
"id": "initialize-mcp",
"name": "Initialize MCP Server",
"type": "n8n-nodes-base.httpRequest",
"typeVersion": 4.2,
"position": [
460,
300
]
},
{
"parameters": {
"url": "http://localhost:3000/wfirma/stream",
"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": "jsonrpc",
"value": "2.0"
},
{
"name": "id",
"value": "2"
},
{
"name": "method",
"value": "tools/call"
},
{
"name": "params",
"value": "={{ {\n \"name\": \"get_invoices\",\n \"arguments\": {\n \"limit\": 10,\n \"date_from\": \"2024-01-01\",\n \"date_to\": \"2024-12-31\"\n }\n} }}"
}
]
}
},
"id": "call-tool",
"name": "Call get_invoices",
"type": "n8n-nodes-base.httpRequest",
"typeVersion": 4.2,
"position": [
680,
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": [
900,
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",
"http-streamable",
"invoices"
],
"triggerCount": 0,
"updatedAt": "2024-10-07T14:40:00.000Z",
"versionId": "1"
}
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
wFirma HTTP Streamable MCP Example. Uses httpRequest. Event-driven trigger; 4 nodes.
Source: https://github.com/nulline-apps/fakto-mcp/blob/362ef5983a50b59fb9cd5c1bd6070ae780081006/examples/n8n/n8n-http-streamable-mcp-workflow.json — original creator credit. Request a take-down →
Related workflows
Workflows that share integrations, category, or trigger type with this one. All free to copy and import.
Manualtrigger Workflow. Uses httpRequest, shopify. Event-driven trigger; 13 nodes.
front. Uses n8n-nodes-wts, httpRequest. Event-driven trigger; 12 nodes.
Community Node Disclaimer: This workflow uses KlickTipp community nodes.
Restore your credentials from GitHub. Uses httpRequest, github, n8n. Event-driven trigger; 11 nodes.
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