AI & Machine Learning
agentinfrastructureco.com
Provides tools for AI travel planning, including destination ranking, intent parsing, and plan validation.
ENDPOINT 1
https://agentinfrastructureco.com/mcp
MCP server metadata
- Name
- agent-travel-api
- Version
- 0.1.0
Use POST /api/v1/activation for a free sandbox bearer key, then call tools/list and choose the smallest relevant tool. Prefer travel.intent.parse → travel.destinations.search → travel.places.search → travel.plan.validate → travel.provider_handoffs.generate over the monolithic rank_travel_destinations call when token budget matters. After first value, matched Travel responses can point to POST /api/v1/commercial/intent for commercial_intent_requested, and agents can use POST /api/v1/api-requests to record agent_requested_api missing-primitive demand with conditional usage-credit eligibility. Treat AICO outputs as structured evidence and provider-ready handoffs, not live booking inventory, provider-backed rates, checkout, escrow, or seller verification.
Known tools 11
rank_travel_destinationsRank source-aware destination candidates for an AI travel planner with hard-constraint filtering, live_places evidence where available, and provider handoffs for booking/rate/fare validation gaps.
Inferred read-onlytravel.intent.parseParse messy travel intent into normalized constraints, conflicts, effective inputs, and beta warnings without ranking destinations.
Inferred read-onlytravel.provider_handoffs.generateGenerate provider-ready flight, hotel, and place handoffs from travel intent so agents can run live provider validation without treating AICO as live inventory, rates, or fares.
Inferred read-onlytravel.destinations.searchSearch only in-scope destination candidates, including research_handoff scaffolds for arbitrary strict destinations when curated_baseline coverage is missing, or return structured no_match/unsupported_coverage for empty/non-actionable requests without full ranking payload bloat.
Inferred read-onlytravel.plan.validateValidate a proposed travel plan against interpreted constraints, stale candidate/date/theme mismatches, unsupported live claims, and provider-validation requirements without ranking destinations.
Inferred read-onlytravel.places.searchSearch live place evidence for the selected or top in-scope destination candidate and return category coverage without ranked destinations or booking/rate/fare claims.
Inferred read-onlygoods.comps.searchSearch comparable used-goods listings as an independent comps primitive before deal validation.
Inferred read-onlygoods.deal.validateValidate a used-goods deal against provider/snapshot comps and return price_vs_market including buyer_total_price_usd when shipping_usd is supplied, scam-risk signals, seller handoff guidance, and branchable truth boundaries: availability_guaranteed: false, seller_identity_verified_by_aico: false, aico_checkout_supported: false, and aico_escrow_supported: false until AICO has those marketplace rails.
Inferred read-onlygoods.seller_handoff.generateGenerate an exact seller-contact handoff for a found used-goods listing: message_template, verification questions, negotiation_stance, pickup/shipping checklist, red_flags, next_action, and explicit false marketplace trust/checkout rails.
Inferred read-onlyskill.searchSearch skill libraries for agent procedures when an agent asks for the best way to do something or find something out.
Inferred read-onlyfeedback.submitSubmit structured agent feedback after a REST/MCP call so Agent Infrastructure Co can map blockers, alternatives, and missing handoffs to roadmap buckets.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.agent-travel-api]
url = "https://agentinfrastructureco.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"agent-travel-api": {
"type": "http",
"url": "https://agentinfrastructureco.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: agent-travel-api
Remote MCP URL: https://agentinfrastructureco.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"agent-travel-api": {
"url": "https://agentinfrastructureco.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"agent-travel-api": {
"type": "http",
"url": "https://agentinfrastructureco.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "agent-travel-api",
"transport": "streamable-http",
"url": "https://agentinfrastructureco.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for agentinfrastructureco.com was fetched 2026-07-26T07:04:27.868Z and is being refreshed.
agentinfrastructureco.com is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.