# calculator-mcp-test

Perform quick addition, subtraction, multiplication, and division. Streamline numeric workflows with fast, reliable results. Reduce errors and save time on everyday calculations.

## Quick Start

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

# Browse available tools
npx -y @smithery/cli@latest tool list f11m4at4/calculator-mcp-test

# Get full schema for a tool
npx -y @smithery/cli@latest tool get f11m4at4/calculator-mcp-test add

# Call a tool
npx -y @smithery/cli@latest tool call f11m4at4/calculator-mcp-test add '{}'
```

## Direct MCP Connection

Endpoint: `https://calculator-mcp-test--f11m4at4.run.tools`

## Tools (4)

- `add` — Add two numbers and return the sum.
- `sub` — Subtract the second number from the first.
- `mul` — Multiply two numbers and return the product.
- `div` — Divide two numbers and return floating point division

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