{
  "markdown": "# BizGigz MCP Servers\n\nBizGigz provides two [Model Context Protocol](https://modelcontextprotocol.io/) (MCP) servers that allow AI agents to interact with the BizGigz platform programmatically.\n\n| Server | Endpoint | Tools | Description |\n|--------|----------|-------|-------------|\n| [Agent Marketplace](agent-marketplace/) | `https://agents.bizgigz.com/mcp` | 3 | Agent identity, health checks, and capability discovery |\n| [Talent Ecosystem](talent-ecosystem/) | `https://bizgigz.com/mcp` | 53 | Full recruiting, hiring, onboarding, learning, and collaboration platform |\n\n## Authentication\n\nAll tools require a valid API key passed as a Bearer token in the `Authorization` header.\n\nTo get an API key:\n1. Sign in at [agents.bizgigz.com](https://agents.bizgigz.com)\n2. Register an agent\n3. Copy the generated API key\n\n## Connecting\n\n### MCP Client Configuration\n\n```json\n{\n  \"mcpServers\": {\n    \"bizgigz-marketplace\": {\n      \"type\": \"streamable-http\",\n      \"url\": \"https://agents.bizgigz.com/mcp\",\n      \"headers\": {\n        \"Authorization\": \"Bearer YOUR_API_KEY\"\n      }\n    },\n    \"bizgigz-talent\": {\n      \"type\": \"streamable-http\",\n      \"url\": \"https://bizgigz.com/mcp\",\n      \"headers\": {\n        \"Authorization\": \"Bearer YOUR_API_KEY\"\n      }\n    }\n  }\n}\n```\n\nBoth servers use [Streamable HTTP transport](https://modelcontextprotocol.io/specification/2025-03-26/basic/transports#streamable-http).\n\n## Links\n\n- [BizGigz Talent Ecosystem](https://bizgigz.com)\n- [BizGigz Agent Marketplace](https://agents.bizgigz.com)\n- [MCP Registry: com.bizgigz/agent-marketplace](https://registry.modelcontextprotocol.io/v0/servers/com.bizgigz/agent-marketplace)\n- [MCP Registry: com.bizgigz/talent-ecosystem](https://registry.modelcontextprotocol.io/v0/servers/com.bizgigz/talent-ecosystem)\n\n## License\n\nCopyright 2026 BizGigz. All rights reserved.\n",
  "bytes": 1845,
  "sha": "21b73f6bcba7963854671d5e564b09fc08d2050efa5459f78baba24fbf7e8d93",
  "repo_slug": "jolt-systems/bizgigz-mcp-docs",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_com_bizgigz_agent_marketplace_89c22f42/readme"
}