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": "Fakturownia HTTP Streamable MCP Example",
"description": "Przyk\u0142ad u\u017cycia n8n-nodes-mcp z Fakturownia HTTP Streamable transport",
"nodes": [
{
"parameters": {},
"id": "manual-trigger",
"name": "Manual Trigger",
"type": "n8n-nodes-base.manualTrigger",
"typeVersion": 1,
"position": [
240,
300
]
},
{
"parameters": {
"url": "http://localhost:3000/fakturownia/stream",
"options": {
"headers": {
"Content-Type": "application/json",
"x-fakturownia-credentials": "={{ JSON.stringify({\n \"token\": $env.FAKTUROWNIA_TOKEN,\n \"subdomain\": $env.FAKTUROWNIA_SUBDOMAIN,\n \"subscriptionApiKey\": $env.SUBSCRIPTION_API_KEY\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 Fakturownia MCP",
"type": "n8n-nodes-base.httpRequest",
"typeVersion": 4.2,
"position": [
460,
300
]
},
{
"parameters": {
"url": "http://localhost:3000/fakturownia/stream",
"options": {
"headers": {
"Content-Type": "application/json",
"x-fakturownia-credentials": "={{ JSON.stringify({\n \"token\": $env.FAKTUROWNIA_TOKEN,\n \"subdomain\": $env.FAKTUROWNIA_SUBDOMAIN,\n \"subscriptionApiKey\": $env.SUBSCRIPTION_API_KEY\n}) }}"
}
},
"sendBody": true,
"bodyParameters": {
"parameters": [
{
"name": "jsonrpc",
"value": "2.0"
},
{
"name": "id",
"value": "2"
},
{
"name": "method",
"value": "tools/call"
},
{
"name": "params",
"value": "={{ {\n \"name\": \"fakturownia_get_invoices\",\n \"arguments\": {\n \"limit\": 10\n }\n} }}"
}
]
}
},
"id": "call-tool",
"name": "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).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 Fakturownia MCP",
"type": "main",
"index": 0
}
]
]
},
"Initialize Fakturownia MCP": {
"main": [
[
{
"node": "Get Invoices",
"type": "main",
"index": 0
}
]
]
},
"Get Invoices": {
"main": [
[
{
"node": "Process Results",
"type": "main",
"index": 0
}
]
]
}
},
"settings": {
"executionOrder": "v1"
},
"staticData": null,
"tags": [
"fakturownia",
"mcp",
"http-streamable",
"invoices"
],
"triggerCount": 0,
"updatedAt": "2025-11-17T00:00:00.000Z",
"versionId": "1"
}
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
Fakturownia HTTP Streamable MCP Example. Uses httpRequest. Event-driven trigger; 4 nodes.
Source: https://github.com/nulline-apps/fakto-mcp/blob/362ef5983a50b59fb9cd5c1bd6070ae780081006/examples/n8n/n8n-fakturownia-http-streamable-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