# onelev1

# 1lev1 (1💗1)

## Quick Start

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

# Browse available tools
npx -y @smithery/cli@latest tool list aviadam-segel/onelev1

# Get full schema for a tool
npx -y @smithery/cli@latest tool get aviadam-segel/onelev1 getPlatformInfo

# Call a tool
npx -y @smithery/cli@latest tool call aviadam-segel/onelev1 getPlatformInfo '{}'
```

## Direct MCP Connection

Endpoint: `https://onelev1--aviadam-segel.run.tools`

## Tools (2)

- `getPlatformInfo` — Get general information about the 1lev1 platform, its goals, and features.
- `howToConnect` — Instructions on how to register, login and get an API key for full MCP access.

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get aviadam-segel/onelev1 <tool-name>
```
