Odel
bizgigz mcp docs

bizgigz mcp docs

@jolt-systemsAI AgentsUpdated 4mo ago

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

Server endpointStreamable HTTP

This is the third-party server itself — Odel doesn't run it. Hitting this URL directly talks straight to the upstream server with no auth or proxying. Connect through Odel to front it with managed auth.

BizGigz MCP Servers

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

ServerEndpointToolsDescription
Agent Marketplacehttps://agents.bizgigz.com/mcp3Agent identity, health checks, and capability discovery
Talent Ecosystemhttps://bizgigz.com/mcp53Full 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.