# agentic_commerce

Agentic commerce infrastructure for AI agents. MCP-native product discovery, contextual ad matching, and purchase facilitation with European privacy compliance (nDSG/GDPR).

## Quick Start

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

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

# Get full schema for a tool
npx -y @smithery/cli@latest tool get nexbid/agentic_commerce nexbid_search

# Call a tool
npx -y @smithery/cli@latest tool call nexbid/agentic_commerce nexbid_search '{}'
```

## Direct MCP Connection

Endpoint: `https://agentic_commerce--nexbid.run.tools`

## Tools (5)

- `nexbid_search` — <tool_description>
- `nexbid_product` — <tool_description>
- `nexbid_categories` — <tool_description>
- `nexbid_purchase` — <tool_description>
- `nexbid_order_status` — <tool_description>

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