# token-squeezer

Compresses large blocks of text, code, or conversation history into hyper-dense Reasoning Maps optimized for LLM context windows. Saves agents 80%+ on token costs. Stateless. Pay $0.001 USDC per comp…

## Quick Start

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

# Browse available tools
npx -y @smithery/cli@latest tool list found402/token-squeezer

# Get full schema for a tool
npx -y @smithery/cli@latest tool get found402/token-squeezer squeeze

# Call a tool
npx -y @smithery/cli@latest tool call found402/token-squeezer squeeze '{}'
```

## Direct MCP Connection

Endpoint: `https://token-squeezer--found402.run.tools`

## Tools (1)

- `squeeze` — Compresses large text, code, or conversation history into a hyper-dense Reasoning Map optimized for LLM context windows…

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