# financekit

## Quick Start

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

# Browse available tools
npx -y @smithery/cli@latest tool list vdalhambra/financekit

# Get full schema for a tool
npx -y @smithery/cli@latest tool get vdalhambra/financekit full_audit

# Call a tool
npx -y @smithery/cli@latest tool call vdalhambra/financekit full_audit '{}'
```

## Direct MCP Connection

Endpoint: `https://financekit--vdalhambra.run.tools`

## Tools (6)

- `full_audit` — Run a comprehensive audit on a URL — SEO, performance, and security in one call.
- `seo_audit` — Run an SEO-focused audit on a URL.
- `security_audit` — Run a security audit on a URL.
- `performance_audit` — Check page performance — response time, page size, compression, caching.
- `compare_sites` — Compare SEO and performance scores of multiple websites side by side.
- `check_robots_txt` — Check and analyze a site's robots.txt file.

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