# agent-marketplace [Health: Active]

**Category:** 💻 Developer Tools  
**Repository:** https://github.com/jolt-systems/bizgigz-mcp-docs  
**GitHub Stars:** 0  
**Views:** 1  
**Installs:** 0  
**Upvotes:** 0  
**Directory Page:** https://allmcps.com/mcp/agent-marketplace-2

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

## Claude Desktop Quick Installation
Remote MCP endpoint (confidence: high). Install path detected from listing signals. Add as a URL/SSE server in your client:

```json
"mcpServers": {
  "agent-marketplace": {
    "url": "https://modelcontextprotocol.io/"
  }
}
```

## Documentation & README

# BizGigz MCP Servers

BizGigz provides two [Model Context Protocol](https://modelcontextprotocol.io/) (MCP) servers that allow AI agents to interact with the BizGigz platform programmatically.

| Server | Endpoint | Tools | Description |
|--------|----------|-------|-------------|
| [Agent Marketplace](agent-marketplace/) | `https://agents.bizgigz.com/mcp` | 3 | Agent identity, health checks, and capability discovery |
| [Talent Ecosystem](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:
1. Sign in at [agents.bizgigz.com](https://agents.bizgigz.com)
2. Register an agent
3. Copy the generated API key

## Connecting

### MCP Client Configuration

```json
{
  "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](https://modelcontextprotocol.io/specification/2025-03-26/basic/transports#streamable-http).

## Links

- [BizGigz Talent Ecosystem](https://bizgigz.com)
- [BizGigz Agent Marketplace](https://agents.bizgigz.com)
- [MCP Registry: com.bizgigz/agent-marketplace](https://registry.modelcontextprotocol.io/v0/servers/com.bizgigz/agent-marketplace)
- [MCP Registry: com.bizgigz/talent-ecosystem](https://registry.modelcontextprotocol.io/v0/servers/com.bizgigz/talent-ecosystem)

## License

Copyright 2026 BizGigz. All rights reserved.

