Refineo - Humanize any AI text right in n8n workflow
Humanize any AI generated text right there in n8n
Shared 1/13/2026
4 views
Visual Workflow
JSON Code
{
"meta": {
"instanceId": "d0b96ff1eb1ab845bc9737e0689fc870225e820de193877b2cbb14b8deeaa173",
"templateCredsSetupCompleted": true
},
"nodes": [
{
"id": "3ea5d1d5-e706-4e61-90aa-3cb877771c17",
"name": "When clicking ‘Execute workflow’",
"type": "n8n-nodes-base.manualTrigger",
"position": [
0,
0
],
"parameters": {},
"typeVersion": 1
},
{
"id": "b8d45cfa-10e8-439a-9fa2-7fbd37d4600c",
"name": "RefineoHumanizeSummary",
"type": "@n8n/n8n-nodes-langchain.mcpClient",
"position": [
544,
0
],
"parameters": {
"tool": {
"__rl": true,
"mode": "list",
"value": "humanize_text",
"cachedResultName": "humanize_text"
},
"options": {},
"parameters": {
"value": {
"text": "={{ $json.output[0].content[0].text }}"
},
"schema": [
{
"id": "text",
"type": "string",
"display": true,
"removed": false,
"required": true,
"displayName": "text",
"defaultMatch": false
},
{
"id": "model",
"type": "options",
"display": true,
"options": [
{
"name": "standard",
"value": "standard"
},
{
"name": "enhanced",
"value": "enhanced"
}
],
"removed": true,
"required": false,
"displayName": "model",
"defaultMatch": false
}
],
"mappingMode": "defineBelow",
"matchingColumns": [],
"attemptToConvertTypes": false,
"convertFieldsToString": false
},
"endpointUrl": "https://www.refineo.app/mcp/mcp",
"authentication": "headerAuth"
},
"credentials": {
"httpHeaderAuth": {
"id": "oTBi4452fLNofacF",
"name": "RefineoMcpApiKeyAuth"
}
},
"typeVersion": 1
},
{
"id": "06e9fc6e-a4ee-466c-bbd5-9b96dbca9987",
"name": "Generate AI text",
"type": "@n8n/n8n-nodes-langchain.openAi",
"position": [
208,
0
],
"parameters": {
"modelId": {
"__rl": true,
"mode": "list",
"value": "gpt-5-mini",
"cachedResultName": "GPT-5-MINI"
},
"options": {},
"responses": {
"values": [
{
"content": "Generate me a 2 paragraph blog post for seo purposes about Reddit and overwhelming AI content in there. Respond with only the content I asked, no preambles."
}
]
},
"builtInTools": {}
},
"credentials": {
"openAiApi": {
"id": "XKbZsZHflpeQ6AsG",
"name": "YourOpenAIKey"
}
},
"typeVersion": 2.1
}
],
"pinData": {},
"connections": {
"Generate AI text": {
"main": [
[
{
"node": "RefineoHumanizeSummary",
"type": "main",
"index": 0
}
]
]
},
"RefineoHumanizeSummary": {
"main": [
[]
]
},
"When clicking ‘Execute workflow’": {
"main": [
[
{
"node": "Generate AI text",
"type": "main",
"index": 0
}
]
]
}
}
}