# mcp

## Quick Start

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

# Browse available tools
npx -y smithery tool list NektoNeo/mcp

# Get full schema for a tool
npx -y smithery tool get NektoNeo/mcp hello

# Call a tool
npx -y smithery tool call NektoNeo/mcp hello '{}'
```

## Direct MCP Connection

Endpoint: `https://mcp--nektoneo.run.tools`

## Tools (1)

- `hello` — Say hello to someone

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