Product search agent
Turns broad natural-language requests into filtered product discovery.
TripGuru MCP agents sit on top of the same API primitives and help with discovery, operations, support, and internal analysis.
Best fit
Good for: search, support triage, reporting, and guided operational tasks.
Not the first step: core transactional reliability still comes before agent orchestration.
Turns broad natural-language requests into filtered product discovery.
Moves from quote context into cart, order, and booking changes.
Handles order status, refund context, and common traveler questions.
Summarizes what happened across bookings, channels, and time windows.
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"tripguru-mcp": {
"type": "remote",
"url": "https://tripguru.ai/mcp",
"enabled": true,
"oauth": false,
"timeout": 30000,
"headers": {
"Authorization": "Bearer <your-api-key>"
}
}
}
}
Start with a workflow that benefits from natural language but does not hide critical system transitions.
Make sure product, cart, order, and payment paths already work without an agent in the loop.
Connect your assistant runtime to the TripGuru MCP endpoint with the correct environment variables.
Pick a narrow workflow first, such as product search or order support, and define what the agent may modify.