# Hypercore Network MCP Server

Enable seamless integration with the Hypercore network by exposing its data and tools through a standardized protocol. Facilitate dynamic access and manipulation of Hypercore resources to enhance you…

## Quick Start

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

# Browse available tools
npx -y @smithery/cli@latest tool list Vistara-Labs/hypercore-mcp

# Get full schema for a tool
npx -y @smithery/cli@latest tool get Vistara-Labs/hypercore-mcp list-containers

# Call a tool
npx -y @smithery/cli@latest tool call Vistara-Labs/hypercore-mcp list-containers '{}'
```

## Tools (2)

- `list-containers` — fetches a list of already deployed containers
- `spawn-container` — spawns a new container on the hypercore network with the given configuration

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

---

Source: https://github.com/Vistara-Labs/hypercore-mcp
