← tineo.ai

INDIVIDUAL MCP TOOL

known_participants

Search people the authenticated user previously added to trips.

tineo.ainone authenticationAvailability not checked

LIVE ENDPOINT

https://api.tineo.ai/mcp

No auth detected

Connect to this endpoint to inspect the live schema for known_participants and invoke it with your own arguments.

Indexed 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 server

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

.mcp.json

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

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

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

Client-specific MCP configuration

{
  "name": "tineo-travel",
  "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.