BizGigz MCP Servers
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:
- Sign in at agents.bizgigz.com
- Register an agent
- 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
- BizGigz Talent Ecosystem
- BizGigz Agent Marketplace
- MCP Registry: com.bizgigz/agent-marketplace
- MCP Registry: com.bizgigz/talent-ecosystem
License
Copyright 2026 BizGigz. All rights reserved.