# Clarity AI (verified)

Access ESG and sustainability data for companies and portfolios. Screen investments against climate, social, and governance metrics.

## Quick Start

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

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

# Get full schema for a tool
npx -y @smithery/cli@latest tool get clarityai search_securities

# Call a tool
npx -y @smithery/cli@latest tool call clarityai search_securities '{}'
```

## Direct MCP Connection

Endpoint: `https://clarityai.run.tools`

## Tools (6)

- `search_securities` — Search securities by keyword, ISIN, or CUSIP through the upstream Clarity SFDR demo API.
- `sfdr20_assess_fund_name` — Preferred for fund names, partial names, and natural-language requests. Resolve a fund from free-text (for example S&P …
- `sfdr20_check_by_isin` — Use only when the user already provided an explicit ISIN. Do not use for fund names, partial names, or natural-language…
- `sfdr20_check_by_query` — Deprecated alias for sfdr20_assess_fund_name. Keep for backward compatibility only. Prefer sfdr20_assess_fund_name for …
- `sfdr20_check` — Deprecated alias for sfdr20_check_by_isin. Keep for backward compatibility only. Do not use for fund names or natural-l…
- `interpret_sfdr20_result` — Normalize raw SFDR20 flags into category-level assessment evidence.

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

## Resources

- `ui://sfdr20-check-by-query/app` — Interactive view for sfdr20_assess_fund_name results.
