# mcp

## Quick Start

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

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

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

# Call a tool
npx -y @smithery/cli@latest 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/cli@latest tool get NektoNeo/mcp <tool-name>
```

---

Source: https://github.com/NektoNeo/MCP_SERVER
