# ares-mcp

Czech & Slovak business registry MCP server. Look up companies by IČO, search by name, check insolvency status, and query the Slovak ORSR — all in one tool. Data from ARES (Czech Ministry of Finance)…

## Quick Start

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

# Browse available tools
npx -y @smithery/cli@latest tool list janmacher02-xl8y/ares-mcp

# Get full schema for a tool
npx -y @smithery/cli@latest tool get janmacher02-xl8y/ares-mcp lookup_company_cz

# Call a tool
npx -y @smithery/cli@latest tool call janmacher02-xl8y/ares-mcp lookup_company_cz '{}'
```

## Direct MCP Connection

Endpoint: `https://ares-mcp--janmacher02-xl8y.run.tools`

## Tools (5)

- `lookup_company_cz` — Look up a Czech company in the ARES registry by IČO. Returns full profile: name, address, VAT number, legal form, NACE …
- `search_companies_cz` — Search Czech companies by name in ARES. Returns up to 10 matching companies with IČO and address.
- `check_insolvency_cz` — Check if a Czech company or person is in insolvency proceedings via the ISIR (Insolvenční rejstřík). Returns active ins…
- `lookup_company_sk` — Look up a Slovak company in the ORSR (Obchodný register SR) by IČO. Returns company name, address, legal form and regis…
- `bulk_lookup_companies_cz` — Look up multiple Czech companies at once by their IČO numbers. Returns basic info for each. Maximum 10 companies per re…

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get janmacher02-xl8y/ares-mcp <tool-name>
```
