{"name":"Agent Travel API MCP Server","transport":"streamable_http_json_rpc","endpoint":"https://agentinfrastructureco.com/mcp","authentication":"Bearer API key from the Agent Infrastructure Co dashboard","beta_caveat":"Seeded/modelled travel intelligence only; not booking and not live provider quotes.","tools":[{"name":"rank_travel_destinations","description":"Rank destination candidates for an AI travel planner from query-sensitive seeded travel heuristics. Beta: not booking and not live provider quotes.","inputSchema":{"type":"object","properties":{"origin":{"type":"string","description":"Airport/city origin, e.g. SFO"},"departure_window":{"type":"array","items":{"type":"string"},"minItems":2,"maxItems":2,"description":"Two ISO dates: earliest and latest departure"},"trip_length_days":{"type":"number"},"budget_usd":{"type":"number"},"interests":{"type":"array","items":{"type":"string"},"description":"Examples: hiking, food, recovery, beach, cycling, vegetarian"},"services":{"type":"array","items":{"type":"string"},"description":"Optional beta label only; does not toggle live provider behavior yet"}},"required":["origin","departure_window","trip_length_days","budget_usd","interests"],"additionalProperties":false}}]}