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": "Solann Rank MCP Example Workflow",
"nodes": [
{
"parameters": {},
"name": "When clicking 'Test workflow'",
"type": "n8n-nodes-base.manualTrigger",
"typeVersion": 1,
"position": [
250,
300
]
},
{
"parameters": {
"resource": "tool",
"operation": "list"
},
"name": "List Tools",
"type": "n8n-nodes-solannrank.solannRank",
"typeVersion": 1,
"position": [
470,
300
],
"credentials": {
"solannRankApi": {
"name": "<your credential>"
}
}
},
{
"parameters": {
"resource": "tool",
"operation": "call",
"toolName": "search",
"arguments": "{\"query\": \"example\"}"
},
"name": "Call Search Tool",
"type": "n8n-nodes-solannrank.solannRank",
"typeVersion": 1,
"position": [
690,
300
],
"credentials": {
"solannRankApi": {
"name": "<your credential>"
}
}
},
{
"parameters": {
"resource": "prompt",
"operation": "list"
},
"name": "List Prompts",
"type": "n8n-nodes-solannrank.solannRank",
"typeVersion": 1,
"position": [
470,
500
],
"credentials": {
"solannRankApi": {
"name": "<your credential>"
}
}
},
{
"parameters": {
"resource": "resource",
"operation": "list"
},
"name": "List Resources",
"type": "n8n-nodes-solannrank.solannRank",
"typeVersion": 1,
"position": [
470,
700
],
"credentials": {
"solannRankApi": {
"name": "<your credential>"
}
}
}
],
"connections": {
"When clicking 'Test workflow'": {
"main": [
[
{
"node": "List Tools",
"type": "main",
"index": 0
},
{
"node": "List Prompts",
"type": "main",
"index": 0
},
{
"node": "List Resources",
"type": "main",
"index": 0
}
]
]
},
"List Tools": {
"main": [
[
{
"node": "Call Search Tool",
"type": "main",
"index": 0
}
]
]
}
}
}
Credentials you'll need
Each integration node will prompt for credentials when you import. We strip credential IDs before publishing — you'll add your own.
solannRankApi
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
Solann Rank MCP Example Workflow. Uses n8n-nodes-solannrank. Event-driven trigger; 5 nodes.
Source: https://github.com/nguyendev/n8n-nodes-solannrank/blob/97954b1aeaac8c458c94e278c2522d7d920db5ab/examples/example-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.
03 - Flow Control Demo (Loop) V2. Event-driven trigger; 11 nodes.
Report Examples Demo. Event-driven trigger; 7 nodes.
Google Sheets UI for n8n Workflow. Uses manualTrigger, stickyNote, splitInBatches, googleSheets. Event-driven trigger; 6 nodes.
Reusable and Independently Testable Sub-workflow. Uses executeWorkflowTrigger, manualTrigger, stickyNote. Event-driven trigger; 6 nodes.
example_1. Uses n8nTrainingCustomerDatastore. Event-driven trigger; 6 nodes.