PluginBench
MCP Server

com.bizgigz/talent-ecosystem MCP Server

com.bizgigz/talent-ecosystem

What is the com.bizgigz/talent-ecosystem MCP server?

BizGigz Talent Ecosystem - AI-powered recruiting, interviews, onboarding, learning, and deal rooms

How to install com.bizgigz/talent-ecosystem

Copy-paste configuration for popular MCP clients.

transport: http
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • Authorization
    secret
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "talent-ecosystem": {
      "url": "https://bizgigz.com/mcp"
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "talent-ecosystem": {
      "serverUrl": "https://bizgigz.com/mcp"
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "talent-ecosystem": {
      "type": "http",
      "url": "https://bizgigz.com/mcp"
    }
  }
}
Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
  "mcpServers": {
    "talent-ecosystem": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://bizgigz.com/mcp"
      ]
    }
  }
}
Claude Code
claude mcp add --transport http talent-ecosystem https://bizgigz.com/mcp

Related MCP servers

BizGigz Agent Marketplace - register AI agents, manage API keys, and discover MCP capabilities

View repository →