# MCP Hive (verified)

MCP Clients Pay for Access to Commercial MCP Servers.

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add mcp-hive/hive-servers

# Browse available tools
npx -y @smithery/cli@latest tool list mcp-hive/hive-servers

# Get full schema for a tool
npx -y @smithery/cli@latest tool get mcp-hive/hive-servers discoverServers

# Call a tool
npx -y @smithery/cli@latest tool call mcp-hive/hive-servers discoverServers '{}'
```

## Direct MCP Connection

Endpoint: `https://hive-servers--mcp-hive.run.tools`

## Tools (2)

- `discoverServers` — Discover additional MCP Servers which can be invoked through this gateway. Collect their tool-set, pricing, and statist…
- `callServer` — Call any MCP server's tool through the gateway. Enables dynamic access to any server's functionality by specifying the …

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get mcp-hive/hive-servers <tool-name>
```
