# Well

Manage business data including invoices, companies, and contacts through a structured database interface. Discover available data schemas to efficiently query specific records for reporting and dashb…

## Quick Start

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

# Browse available tools
npx -y @smithery/cli@latest tool list well/app

# Get full schema for a tool
npx -y @smithery/cli@latest tool get well/app well_get_schema

# Call a tool
npx -y @smithery/cli@latest tool call well/app well_get_schema '{}'
```

## Direct MCP Connection

Endpoint: `https://app--well.run.tools`

## Tools (4)

- `well_get_schema` — Discover available data types and fields.
- `well_query_records` — Query records from Well's database.
- `well_create_company` — Create a new company in Well.
- `well_create_person` — Create a new person/contact in Well.

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