# Norman (verified)

Manage business finances by tracking transactions, clients, and categories. Streamline invoicing workflows with automated reminders and document uploads. Simplify tax reporting and company data retri…

## Quick Start

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

# Browse available tools
npx -y @smithery/cli@latest tool list norman/norman-mcp
```

## Direct MCP Connection

Endpoint: `https://norman-mcp--norman.run.tools`

## Resources

- `company://current` — Get details about a company by ID.
- `categories://list` — List transaction categories.

## Prompts (7)

- `create_transaction_prompt` (amount, description, cashflow_type)
- `create_client_prompt` (name, client_type)
- `send_invoice_prompt` (invoice_id)
- `search_transactions_prompt` (date_range)
- `tax_report_prompt` (report_id)
- `upload_documents_prompt` (file_paths, cashflow_type)
- `overdue_reminder_prompt` (invoice_id, days_overdue)
