AutomationFlowsGeneral › Solann Rank Mcp Example Workflow

Solann Rank Mcp Example Workflow

Solann Rank MCP Example Workflow. Uses n8n-nodes-solannrank. Event-driven trigger; 5 nodes.

Event trigger★★☆☆☆ complexity5 nodesN8N Nodes Solannrank
General Trigger: Event Nodes: 5 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": "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.

Pro

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 →

More General workflows → · Browse all categories →

Related workflows

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

General

03 - Flow Control Demo (Loop) V2. Event-driven trigger; 11 nodes.

General

Report Examples Demo. Event-driven trigger; 7 nodes.

General

Google Sheets UI for n8n Workflow. Uses manualTrigger, stickyNote, splitInBatches, googleSheets. Event-driven trigger; 6 nodes.

Google Sheets
General

Reusable and Independently Testable Sub-workflow. Uses executeWorkflowTrigger, manualTrigger, stickyNote. Event-driven trigger; 6 nodes.

Execute Workflow Trigger
General

example_1. Uses n8nTrainingCustomerDatastore. Event-driven trigger; 6 nodes.

N8N Training Customer Datastore