# outtolunch

Daily world briefing that tells AI assistants what's actually happening right now. Leaders, conflicts, deaths, economic data, holidays. Updated daily so they stop getting current events wrong.

## Quick Start

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

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

# Get full schema for a tool
npx -y @smithery/cli@latest tool get outtolunch/outtolunch get_world_briefing

# Call a tool
npx -y @smithery/cli@latest tool call outtolunch/outtolunch get_world_briefing '{}'
```

## Direct MCP Connection

Endpoint: `https://outtolunch--outtolunch.run.tools`

## Tools (3)

- `get_world_briefing` — Get today's world briefing covering current date/time/DST, holidays, world leaders, active conflicts, recent notable de…
- `submit_correction` — Submit a correction or suggestion to improve the outtolunch briefing. Use this when you notice the briefing contains ou…
- `get_help` — Get usage guide for outtolunch.app — explains available tools, parameters, formats, sections, and best practices for gr…

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