# Mifactory

Transform documents into machine-readable specifications optimized for automated workflows. Validate existing specs against defined criteria to ensure high quality and technical accuracy. Streamline …

## Quick Start

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

# Browse available tools
npx -y @smithery/cli@latest tool list mifactory-bot/spec-api

# Get full schema for a tool
npx -y @smithery/cli@latest tool get mifactory-bot/spec-api convert

# Call a tool
npx -y @smithery/cli@latest tool call mifactory-bot/spec-api convert '{}'
```

## Direct MCP Connection

Endpoint: `https://spec-api--mifactory-bot.run.tools`

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

## Tools (2)

- `convert` — Convert a document to an agent-readable spec
- `validate` — Validate a spec against criteria

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get mifactory-bot/spec-api <tool-name>
```
