Works with your AI
Use Vendo’s Agent or bring your own AI.
Connect Claude, Codex, or another MCP-compatible client to Vendo. It can query permitted data, inspect runs, draft Insights, create Tasks, and submit important work for Approval within the permissions you grant.
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."