← thistripbtw.us

INDIVIDUAL MCP TOOL

read_kept_trip

Use when someone gives you a KEPT this trip, btw link — one that looks like https://thistripbtw.

thistripbtw.usnone authenticationAvailability not checked

LIVE ENDPOINT

https://thistripbtw.us/mcp

No auth detected

Connect to this endpoint to inspect the live schema for read_kept_trip 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

thistripbtw.us

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

.mcp.json

{
  "mcpServers": {
    "thistripbtw": {
      "type": "http",
      "url": "https://thistripbtw.us/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

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

Client-specific MCP configuration

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

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

Related tools

  • build_trip_link — Use when someone has planned (or roughly sketched) a trip in this conversation and needs somewhere real to put it — when they say things like 'send me that', 'can I share this with my wife', or 'save this trip'.
  • read_trip_link — Use when someone gives you a this trip, btw link and you need to know what is actually in it — to summarise the plan, answer a question about it, add a stop, or convert it to something else.