← agentinfrastructureco.com

INDIVIDUAL MCP TOOL

travel.places.search

Search live place evidence for the selected or top in-scope destination candidate and return category coverage without ranked destinations or booking/rate/fare claims.

agentinfrastructureco.comnone authenticationAvailability not checked

Input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent endpoint

agentinfrastructureco.com

CONNECT 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.agentinfrastructureco-com]
url = "https://agentinfrastructureco.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "agentinfrastructureco-com": {
      "type": "http",
      "url": "https://agentinfrastructureco.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: agentinfrastructureco-com
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": {
    "agentinfrastructureco-com": {
      "url": "https://agentinfrastructureco.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "agentinfrastructureco-com": {
      "type": "http",
      "url": "https://agentinfrastructureco.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "agentinfrastructureco-com",
  "transport": "streamable-http",
  "url": "https://agentinfrastructureco.com/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • rank_travel_destinations — Rank 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.
  • travel.intent.parse — Parse messy travel intent into normalized constraints, conflicts, effective inputs, and beta warnings without ranking destinations.
  • travel.provider_handoffs.generate — Generate 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.
  • travel.destinations.search — Search 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.
  • travel.plan.validate — Validate a proposed travel plan against interpreted constraints, stale candidate/date/theme mismatches, unsupported live claims, and provider-validation requirements without ranking destinations.
  • goods.comps.search — Search comparable used-goods listings as an independent comps primitive before deal validation.
  • goods.deal.validate — Validate 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.
  • goods.seller_handoff.generate — Generate 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.