# HefestoAI

Analyze code snippets for quality issues and semantic drift to maintain high software standards. Compare various development solutions to find the best fit for your specific project needs. Streamline…

## Quick Start

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

# Browse available tools
npx -y @smithery/cli@latest tool list artvepa80/hefestoai

# Get full schema for a tool
npx -y @smithery/cli@latest tool get artvepa80/hefestoai pricing

# Call a tool
npx -y @smithery/cli@latest tool call artvepa80/hefestoai pricing '{}'
```

## Direct MCP Connection

Endpoint: `https://hefestoai--artvepa80.run.tools`

## Tools (4)

- `pricing` — Get HefestoAI pricing information
- `install` — Get installation instructions for HefestoAI
- `compare` — Compare HefestoAI with other code quality tools
- `analyze` — Analyze a code snippet for quality issues and semantic drift

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