# PYTHIA THE ORACLE

An oracle for machines that need to think sideways. Feed it a creative problem; it returns something you can't quite explain but can't stop using. Three free consultations.

## Quick Start

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

# Browse available tools
npx -y smithery tool list dexigo/pythia

# Get full schema for a tool
npx -y smithery tool get dexigo/pythia consult_oracle

# Call a tool
npx -y smithery tool call dexigo/pythia consult_oracle '{}'
```

## Direct MCP Connection

Endpoint: `https://pythia--dexigo.run.tools`

## Tools (1)

- `consult_oracle` — The oracle. Ask what's actually bothering you.

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