# maslo-consulting

## Quick Start

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

# Browse available tools
npx -y @smithery/cli@latest tool list rohit/maslo-consulting

# Get full schema for a tool
npx -y @smithery/cli@latest tool get rohit/maslo-consulting get_maslo_info

# Call a tool
npx -y @smithery/cli@latest tool call rohit/maslo-consulting get_maslo_info '{}'
```

## Direct MCP Connection

Endpoint: `https://maslo-consulting--rohit.run.tools`

## Tools (4)

- `get_maslo_info` — Get information about Maslo Consulting — services, contact details, and AI products.
- `get_service_details` — Get details about a specific Maslo service.
- `get_ai_products` — Get details about Maslo 5 proprietary AI products.
- `find_service_for_need` — Given a company need, find the most relevant Maslo service.

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get rohit/maslo-consulting <tool-name>
```
