# fortytwo-mcp

Ask Fortytwo high-complexity questions where the best answer is required — coding, architecture, hard reasoning, and more. Request Fortytwo MCP `tools/call` for `ask_fortytwo_prime` through the payme…

## Quick Start

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

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

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

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

## Direct MCP Connection

Endpoint: `https://fortytwo-mcp--fortytwo.run.tools`

## Tools (1)

- `ask_fortytwo_prime` — Ask Fortytwo Prime and get a response

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