Back to Browse

Bizgigz Mcp Docs MCP Server

Developer ToolsLow Risk10.0MCP RegistryRemote
Free

Server data from the Official MCP Registry

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

About

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

Remote endpoints: streamable-http: https://agents.bizgigz.com/mcp

Security Report

10.0
Low Risk10.0Low Risk

Valid MCP server (1 strong, 1 medium validity signals). No known CVEs in dependencies. Imported from the Official MCP Registry. Trust signals: trusted author (3/3 approved). 1 finding(s) downgraded by scanner intelligence.

Endpoint verified · Open access · 1 issue found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

HTTP Network Access

Connects to external APIs or services over the internet.

How to Connect

Remote Plugin

No local installation needed. Your AI client connects to the remote endpoint directly.

Add this to your MCP configuration to connect:

{
  "mcpServers": {
    "com-bizgigz-agent-marketplace": {
      "url": "https://agents.bizgigz.com/mcp"
    }
  }
}

Documentation

View on GitHub

From the project's GitHub README.

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.

Reviews

No reviews yet

Be the first to review this server!