# aksjah

## Quick Start

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

# Browse available tools
npx -y smithery tool list mybytecode/aksjah

# Get full schema for a tool
npx -y smithery tool get mybytecode/aksjah WizCommerce Open API_GetAttributes

# Call a tool
npx -y smithery tool call mybytecode/aksjah WizCommerce Open API_GetAttributes '{}'
```

## Direct MCP Connection

Endpoint: `https://aksjah--mybytecode.run.tools`

## Tools (5)

- `WizCommerce Open API_GetAttributes` — List Attributes
- `WizCommerce Open API_GetCustomers` — List Attributes
- `WizCommerce Open API_PostCustomers` — List Attributes
- `Hubspot_hubspot-get-user-details`
- `Hubspot_hubspot-list-objects`

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