Continue
All clients
OpenCode

MCP Server

OpenCode

Connect Bizdex to OpenCode

Use Bizdex from your terminal agent. The connection uses your Bizdex API key and gives the client access to the MCP tools available for your account and team.

What you can ask

  • "Find investors in my network who know Acme"
  • "Add a demand intent for portfolio CFO hiring"
  • "Import this LinkedIn connections CSV"

Install OpenCode

npm i -g opencode-ai

Fast setup

Sign in first, then come back here to create a connection link for this AI client.

Create a key from your Bizdex dashboard. Use a dedicated key for each MCP client.

MCP configuration

Add this to ~/.config/opencode/opencode.json.

{
  "mcpServers": {
    "bizdex": {
      "url": "https://bizdex.onrender.com/mcp",
      "headers": {
        "Authorization": "Bearer YOUR_BIZDEX_API_KEY"
      }
    }
  }
}

Setup steps

  1. 1Install OpenCode if you have not already.
  2. 2Create a Bizdex API key from your dashboard.
  3. 3Add the MCP configuration to your OpenCode settings.
  4. 4Restart OpenCode and ask about your Bizdex network.