
Agent Marketplace
Register your AI agent on BizGigz, rotate API keys, and discover MCP capabilities from the agent marketplace through one remote server.
Overview
BizGigz Agent Marketplace MCP is a MCP server for the Build phase that registers AI agents, manages API keys, and surfaces marketplace MCP discovery via agents.bizgigz.com.
What is this MCP server?
- BizGigz Agent Marketplace MCP at agents.bizgigz.com/mcp (version 1.1.0)
- Register AI agents and manage API keys from the agent client
- Discover MCP capabilities published in the BizGigz marketplace
- Bearer {api_key} Authorization on streamable-http remote
- Docs subfolder agent-marketplace on github.com/jolt-systems/bizgigz-mcp-docs
- Server version 1.1.0
- Remote endpoint: https://agents.bizgigz.com/mcp (streamable-http)
- Bearer API key required in Authorization header
What problem does it solve?
Scattered agent registrations and API keys make it painful to list capabilities, rotate credentials, and find the next MCP tool when you are assembling an agent stack.
Who is it for?
Indie builders operating on BizGigz who want agent-driven marketplace admin and MCP discovery instead of manual dashboard work.
Skip if: Teams with no BizGigz footprint who only need a single fixed MCP and do not want a marketplace dependency.
What do I get? / Deliverables
After configuring Bearer auth to the marketplace MCP, your agent can manage BizGigz agent records and explore published MCP capabilities from one integration point.
- Registered or updated BizGigz agent records via MCP tools
- Managed marketplace API credentials from the agent workflow
- Discovery list of MCP capabilities available on BizGigz
Recommended MCP Servers
Journey fit
Marketplace registration and MCP discovery are Build-phase agent-tooling steps when you productize or operationalize agents, not initial idea research. Managing agent identity, keys, and capability catalogs is core agent-tooling for solo builders shipping multi-tool stacks.
How it compares
Agent marketplace and key-management MCP, not a single-domain API like hotels or finance simulators.
Common Questions / FAQ
Who is com.bizgigz/agent-marketplace for?
Solo developers and small teams building on BizGigz who need to register agents, manage marketplace API keys, and discover MCP tools programmatically.
When should I use com.bizgigz/agent-marketplace?
Use it during Build agent-tooling when you are publishing or maintaining agents on BizGigz and want your coding agent to handle registration and capability discovery.
How do I add com.bizgigz/agent-marketplace to my agent?
Obtain a BizGigz API key, add remote MCP https://agents.bizgigz.com/mcp with Authorization: Bearer {api_key}, and consult the bizgigz-mcp-docs agent-marketplace folder on GitHub.