This connects to BizGigz's HR platform and exposes 53 tools covering the full talent lifecycle. You get programmatic access to recruiting workflows, candidate interviews, employee onboarding, learning management, and deal rooms for collaboration. Authentication requires an API key from agents.bizgigz.com, passed as a Bearer token. It uses streamable HTTP transport, so you can plug it into any MCP client that supports that. Reach for this when you're building AI agents that need to automate hiring pipelines, manage training programs, or coordinate team workflows without clicking through a web interface. The companion Agent Marketplace server handles identity and discovery if you need that.
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 |
All tools require a valid API key passed as a Bearer token in the Authorization header.
To get an API key:
{
"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.
Copyright 2026 BizGigz. All rights reserved.
explorium-ai/vibeprospecting-mcp
io.github.compuute/lead-enrichment
dev.workers.selbyventurecap.cf-worker/apollo-salesforce-mapper
io.github.br0ski777/company-enrichment
com.mcparmory/apollo
mambalabsdev/mcp-gtm-tech-stack-signal-scraper