# Correkt Commerce

Correkt is an online marketplace offering 10M+ physical products from verified sellers, with support for crypto, card, and CashApp payments. Enables AI agents to search and discover real products on …

## Quick Start

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

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

# Get full schema for a tool
npx -y @smithery/cli@latest tool get correkt/marketplace search_products

# Call a tool
npx -y @smithery/cli@latest tool call correkt/marketplace search_products '{}'
```

## Direct MCP Connection

Endpoint: `https://marketplace--correkt.run.tools`

## Tools (1)

- `search_products` — Search Correkt's catalog of over 10 million products.

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