# muell-io

## Quick Start

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

# Browse available tools
npx -y @smithery/cli@latest tool list lochmueller/muell-io

# Get full schema for a tool
npx -y @smithery/cli@latest tool get lochmueller/muell-io fetch-garbage-information-via-address

# Call a tool
npx -y @smithery/cli@latest tool call lochmueller/muell-io fetch-garbage-information-via-address '{}'
```

## Direct MCP Connection

Endpoint: `https://muell-io--lochmueller.run.tools`

## Tools (1)

- `fetch-garbage-information-via-address` — Fetch garbage information via full address search. Get a list of garbage types and dates for the given address.

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get lochmueller/muell-io <tool-name>
```
