# humanmcp-marketplace

Federated search across personal humanMCP servers. Find listings, offers, and trades published by humans. 3 tools: search_marketplace, list_servers, get_server.

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y smithery mcp add kapoost/humanmcp-marketplace

# Browse available tools
npx -y smithery tool list kapoost/humanmcp-marketplace

# Get full schema for a tool
npx -y smithery tool get kapoost/humanmcp-marketplace search_marketplace

# Call a tool
npx -y smithery tool call kapoost/humanmcp-marketplace search_marketplace '{}'
```

## Direct MCP Connection

Endpoint: `https://humanmcp-marketplace--kapoost.run.tools`

## Tools (3)

- `search_marketplace` — Search across all humanMCP servers for listings, offers, and trades.
- `list_servers` — List all registered humanMCP instances in the marketplace.
- `get_server` — Get details about a specific humanMCP server and its content.

```bash
# Get full input/output schema for a tool
npx -y smithery tool get kapoost/humanmcp-marketplace <tool-name>
```
