search_travel
ActiveTool of AgniGateway Marketplace
declared in 1.0.0
Search travel offers (hotels, tours, bundles) using natural language. Returns enriched, agent-optimised results including digital nomad scores, wifi quality, and direct booking links.
Parameters schema
{
"type": "object",
"required": [
"query"
],
"properties": {
"limit": {
"type": "integer",
"default": 10,
"maximum": 20,
"description": "Number of results (default 10, max 20)"
},
"query": {
"type": "string",
"description": "Natural language query, e.g. \"remote work hotel Berlin with fast wifi under $150\""
},
"filters": {
"type": "object",
"properties": {
"max_price": {
"type": "number",
"description": "Maximum price in USD"
},
"product_type": {
"enum": [
"hotel",
"flight",
"tour",
"bundle",
"addon"
],
"type": "string",
"description": "Filter by offer type"
},
"available_only": {
"type": "boolean",
"description": "Only return available offers (default: true)"
}
}
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
AgniGateway Marketplace
https://github.com/Kaanthan24/agnigateway-mcp
2/7 registries