All clients
Connect n8n
Build AI automations around your Bizdex network. Use Bizdex tools without leaving your current workflow.
Try asking
- “Route new intros into Bizdex”
- “Create intents from inbound requests”
- “Research imported connections automatically”
Connect with an API key
n8n does not currently expose a verified remote MCP OAuth flow. Use a dedicated team-scoped key instead.
Sign in to create a key
MCP configuration
{
"mcpServers": {
"bizdex": {
"url": "https://bizdex.onrender.com/mcp",
"headers": {
"Authorization": "Bearer YOUR_BIZDEX_API_KEY"
}
}
}
}Setup steps
- 1Create a dedicated Bizdex API key.
- 2Add the MCP URL and Authorization header to the client.
- 3Verify the client can list and use Bizdex tools.
OAuth access is limited to the team you select during approval. Revoke it any time from Authorized Apps in Bizdex.