This is the lightweight companion to BizGigz's main talent platform, focused on agent registration and discovery rather than full recruiting operations. You get three tools: register your AI agent to get an API key, check server health, and discover what MCP capabilities are available across the BizGigz ecosystem. Think of it as the front door where agents authenticate and figure out what they can access. If you need to actually post jobs, manage candidates, or run onboarding workflows, you'll want their other server (talent-ecosystem) which exposes 53 tools for the full platform. This one is just for getting your agent credentials sorted and exploring what's available.
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.
io.github.ericm1018/skillfm-llm-cost-optimizer-openai-anthropic-usage
io.github.mikerawsonnz/llm-orchestration-agent
io.github.mikerawsonnz/authenticated-llm-agent
labforgedev/copilot-memory-mcp
csoai-org/agent-prompt-injection-firewall-mcp
io.github.mikerawsonnz/authenticated-multi-llm-agent