# mifactory-logic-verifier

Verify reasoning chains before AI agents act. Pay-per-use MCP server.

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y smithery mcp add mifactory-bot/logic-verifier

# Browse available tools
npx -y smithery tool list mifactory-bot/logic-verifier

# Get full schema for a tool
npx -y smithery tool get mifactory-bot/logic-verifier verify

# Call a tool
npx -y smithery tool call mifactory-bot/logic-verifier verify '{}'
```

## Direct MCP Connection

Endpoint: `https://logic-verifier--mifactory-bot.run.tools`

**Required config:**
- `apikey` (query) — Your mifactory API key. Get one at https://mifactory-portal.vercel.app

## Tools (2)

- `verify` — Verify a reasoning chain for logical consistency
- `verify_chain` — Verify a multi-step reasoning chain

```bash
# Get full input/output schema for a tool
npx -y smithery tool get mifactory-bot/logic-verifier <tool-name>
```
