# Cowsay

Cowsay MCP Server, providing ASCII art cow capabilities for LLMs. This implementation allows language models to generate fun ASCII art cows with custom messages.

## Quick Start

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

# Browse available tools
npx -y @smithery/cli@latest tool list mrseanchow/cowsay-mcp

# Get full schema for a tool
npx -y @smithery/cli@latest tool get mrseanchow/cowsay-mcp cowsay

# Call a tool
npx -y @smithery/cli@latest tool call mrseanchow/cowsay-mcp cowsay '{}'
```

## Tools (4)

- `cowsay` — Generate ASCII art of a cow saying something.
- `cowthink` — Generate ASCII art of a cow thinking something.
- `list_cows` — List all available cow characters.
- `get_version` — Get the current version of cowsay-mcp server.

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