Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Talent Ecosystem

FreeNot checked

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

GitHubEmbed

About

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

README

BizGigz provides two Model Context Protocol (MCP) servers that allow AI agents to interact with the BizGigz platform programmatically.

Server Endpoint Tools Description
Agent Marketplace https://agents.bizgigz.com/mcp 3 Agent identity, health checks, and capability discovery
Talent Ecosystem https://bizgigz.com/mcp 53 Full recruiting, hiring, onboarding, learning, and collaboration platform

Authentication

All tools require a valid API key passed as a Bearer token in the Authorization header.

To get an API key:

  1. Sign in at agents.bizgigz.com
  2. Register an agent
  3. Copy the generated API key

Connecting

MCP Client Configuration

{
  "mcpServers": {
    "bizgigz-marketplace": {
      "type": "streamable-http",
      "url": "https://agents.bizgigz.com/mcp",
      "headers": {
        "Authorization": "Bearer YOUR_API_KEY"
      }
    },
    "bizgigz-talent": {
      "type": "streamable-http",
      "url": "https://bizgigz.com/mcp",
      "headers": {
        "Authorization": "Bearer YOUR_API_KEY"
      }
    }
  }
}

Both servers use Streamable HTTP transport.

Links

License

Copyright 2026 BizGigz. All rights reserved.

from github.com/jolt-systems/bizgigz-mcp-docs

Installing Talent Ecosystem

This server has no published package — it is built from source. Open the repository and follow its README.

▸ github.com/jolt-systems/bizgigz-mcp-docs

FAQ

Is Talent Ecosystem MCP free?

Yes, Talent Ecosystem MCP is free — one-click install via Unyly at no cost.

Does Talent Ecosystem need an API key?

No, Talent Ecosystem runs without API keys or environment variables.

Is Talent Ecosystem hosted or self-hosted?

A hosted option is available: Unyly runs the server in the cloud, no local setup required.

How do I install Talent Ecosystem in Claude Desktop, Claude Code or Cursor?

Open Talent Ecosystem on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare Talent Ecosystem with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All ai MCPs