Works with your AI
Use Vendo with Claude, Codex, or your preferred AI client.
Use Vendo’s Agent, Claude, Codex, or another MCP-compatible client to ask questions, inspect runs, draft reports, and prepare recurring work from the data your team allows.
Connect your AI tools to your Vendo workspace
Create an API key, add the Vendo server to your client, and start asking questions. Your AI works with the same data, definitions, and permissions as your workspace without a separate export for each question.
Add to your AI tool's MCP config:
{
"mcpServers": {
"vendo": {
"type": "http",
"url": "https://app2.vendodata.com/api/mcp",
"headers": {
"Authorization": "Bearer $VENDO_API_KEY"
}
}
}
}What you can ask:
Add a data source
Manual path
Open dashboard → navigate → fill form → configure → save
Agent request
"Connect Shopify and kick off the first sync"
Debug a failed sync
Manual path
Check jobs → find failure → read logs → retry
Agent request
"Why did last night's sync fail? Prepare the next step."