@vtex-mcp/intelligent-search-events-api
v1.0.0
Published
MCP server for VTEX Intelligent Search Events Api
Readme
VTEX Intelligent Search Events Api
MCP server for the VTEX Intelligent Search Events Api, providing AI assistants access to VTEX e-commerce APIs.
Setup
Environment Variables
| Variable | Required | Description |
|---|---|---|
| VTEX_ACCOUNT_NAME | Yes | Your VTEX account name |
| VTEX_APP_KEY | Yes* | VTEX app key for authentication |
| VTEX_APP_TOKEN | Yes* | VTEX app token for authentication |
| VTEX_AUTH_TOKEN | No | Alternative auth token (replaces app key/token) |
| VTEX_ENVIRONMENT | No | VTEX environment (default: vtexcommercestable) |
* Required unless VTEX_AUTH_TOKEN is provided.
Running via npx
npx @vtex-mcp/intelligent-search-events-apiRunning with HTTP transport
npx @vtex-mcp/intelligent-search-events-api --transport http --port 3000MCP Client Configuration (Claude Desktop)
{
"mcpServers": {
"intelligent-search-events-api": {
"command": "npx",
"args": ["@vtex-mcp/intelligent-search-events-api"],
"env": {
"VTEX_ACCOUNT_NAME": "your-account",
"VTEX_APP_KEY": "your-app-key",
"VTEX_APP_TOKEN": "your-app-token"
}
}
}
}Available Tools
This server exposes 1 tool(s):
- intelligent-search-events_post_event — Save events
