← tineo.ai

INDIVIDUAL MCP TOOL

batch_segment_create

Create multiple segments in a trip in one call.

tineo.ainone authenticationAvailability not checked

Input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description contains a write-action term.

Parent endpoint

tineo.ai

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.tineo-ai]
url = "https://api.tineo.ai/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "tineo-ai": {
      "type": "http",
      "url": "https://api.tineo.ai/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: tineo-ai
Remote MCP URL: https://api.tineo.ai/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": {
    "tineo-ai": {
      "url": "https://api.tineo.ai/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

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

Client-specific MCP configuration

{
  "name": "tineo-ai",
  "transport": "streamable-http",
  "url": "https://api.tineo.ai/mcp"
}
MCP Inspector

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

Related tools

  • support_ticket_create — Create a Tineo support ticket after the user explicitly asks or confirms.
  • tineo_ping — Test connection to Tineo and verify user authentication.
  • search — Use this when the user wants to search their trips, itinerary segments, or travel documents by keyword.
  • fetch — Use this when the user wants the full text for a specific Tineo search result.
  • import_parse_text_preview — Parse pasted travel confirmation text into proposed itinerary segments without saving anything.
  • trips_list — List the user's trips.
  • trip_details — Get detailed information about a specific trip.
  • segment_details — Get full details for a specific trip segment.