Skip to main content

Overview

Connect n8n to your Minoa workspace to build automated workflows powered by your sales data. Use n8n as a bridge to connect Minoa with hundreds of other tools.
This integration is currently in beta. Reach out to support@minoa.io to get access.

Use Cases


Getting Started

Prerequisites

  • n8n Cloud account (or self-hosted instance)
  • Minoa account with MCP enabled

Step 1: Create MCP OAuth Credential

  1. In n8n, go to CredentialsAdd Credential
  2. Search for MCP OAuth2 API
  3. Configure the credential:
Important: Make sure “Authentication” is set to Body, not Header. Otherwise the token exchange will fail.
  1. Click SaveConnect my account
  2. Sign in to Minoa and authorize access

Step 2: Use Minoa in Workflows

  1. Create a new workflow with your preferred trigger
  2. Add an MCP Client node
  3. Select your Minoa MCP credential
  4. Choose a tool (e.g., list_business_cases or get_pipeline_analytics)
  5. Connect to other n8n nodes as needed

Available Minoa Tools


Troubleshooting

”OAuth Authorization Error” - Missing required parameters

Cause: Dynamic client registration failed because n8n looks for discovery endpoints at the root domain. Solution: Disable “Use Dynamic Client Registration” and manually enter the Authorization URL and Access Token URL.

”Missing or invalid required parameters” on token exchange

Cause: n8n is sending client_id in the HTTP header instead of the request body. Solution: In the credential settings, set Authentication to Body (not Header).

Need Help?

For access or other questions, reach out to support@minoa.io.