Back to the catalog

com.bizgigz/agent-marketplace

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

Open source Repository Open in the app JSON README (API)

About

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

Details

Kind
MCP servers
Topic
AI, RAG & memory
Publisher
com.bizgigz
Origin
official
Category
ferramentas
Transport
http
Version
1.1.0
Last push
2026-02-22T12:05:39Z
Repository state
ativo
Added
2026-08-29 03:01:00
Updated
2026-08-29 03:01:00
Origin id
com.bizgigz/agent-marketplace

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.

More