# fungenerators

## Quick Start

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

# Browse available tools
npx -y @smithery/cli@latest tool list orthosie/fungenerators

# Get full schema for a tool
npx -y @smithery/cli@latest tool get orthosie/fungenerators list_all_generation_tools

# Call a tool
npx -y @smithery/cli@latest tool call orthosie/fungenerators list_all_generation_tools '{}'
```

## Direct MCP Connection

Endpoint: `https://fungenerators.run.tools`

## Tools (2)

- `list_all_generation_tools` — List all available FunGenerators tools. Returns a catalog of generators grouped by type. Use the returned type and slug…
- `generate` — Invoke a specific FunGenerators generator. Provide the type and slug from list_all_generation_tools, plus any optional …

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

## Prompts (1)

- `generator_assistant` (use_case) — System prompt that instructs an AI agent how to use the FunGenerators MCP server effectively.
