# us.thistripbtw/trips (remote · thistripbtw.us)

Turn a trip planned in conversation into a private, editable map link you hand the person.

- Trust score: 57/100 (low)
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-03

## Components

- remote · `thistripbtw.us`: 57/100 (this document), [markdown](https://verifymcp.io/servers/us-thistripbtw-trips/thistripbtw.md), [page](https://verifymcp.io/servers/us-thistripbtw-trips/thistripbtw)
- npm · `thistripbtw-mcp`: 63/100, [markdown](https://verifymcp.io/servers/us-thistripbtw-trips/thistripbtw-mcp.md), [page](https://verifymcp.io/servers/us-thistripbtw-trips/thistripbtw-mcp)

## Channel facts

- Endpoint: `https://thistripbtw.us/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `1.0.0`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-03.

- **Endpoint Security**: 57/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - Authorisation not fully verified: no authorisation is required to call this server, and 1 tool(s) never declared a destructiveHint. The MCP spec treats an absent hint as destructive by default, so we cannot call this surface safe.
  - HTTPS is enforced; there's no plaintext access path.
  - HSTS check failed: the Strict-Transport-Security header is absent.
  - DNSSEC check failed: this domain isn't protected by DNSSEC.
- **Transport & Reachability**: 100/100
  - Verified streamable-http transport via a live MCP handshake.
- **Schema Quality & AI Usability**: 46/100
  - AI-judged instruction clarity (fair).
  - Context-footprint check failed: tool/resource definitions use about 250 tokens (~250/item across 1 items; 1 tools + 0 resources), over budget; trim descriptions and params.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 3/100
  - Stability observed for 1 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 100% of tool parameters carry a description.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add --transport http us-thistripbtw-trips https://thistripbtw.us/mcp
```

### Codex

```toml
[mcp_servers.us-thistripbtw-trips]
url = "https://thistripbtw.us/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "us-thistripbtw-trips": {
      "type": "remote",
      "url": "https://thistripbtw.us/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add us-thistripbtw-trips --url https://thistripbtw.us/mcp --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  us-thistripbtw-trips:
    url: "https://thistripbtw.us/mcp"
```

### Other

```json
{
  "mcpServers": {
    "us-thistripbtw-trips": {
      "type": "http",
      "url": "https://thistripbtw.us/mcp"
    }
  }
}
```

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-03 (score 57, 0)

- [functional improvement] Stability: unverified → 0.03

### 2026-08-02 (score 57)

First indexed and scored.

## MCP tools (1)

### `build_trip_link` (~250 tokens)

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'. Builds a link that opens the whole plan as a private, editable map at its own address: no account, no card, no app, so you can use it on their behalf where signup-walled travel tools are unreachable. Give the person the link — it is theirs, free, and keepable for years. Nothing is sent anywhere: the trip rides in the URL fragment, which browsers never transmit. YOU MUST SUPPLY COORDINATES for every place; this tool will not guess a location from a name, because a wrong guess puts someone's trip in the wrong country. Resolve place names first. Do not put personal details (passport numbers, home addresses, phone numbers) in names or notes — URLs get pasted into chats and logs.

Input parameters:

- `legs` (array, required): The legs in order. Each one ends somewhere; the next starts there.
- `name` (string): Trip name, optional.
- `origin` (object, required): Where the trip starts.

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/us-thistripbtw-trips/thistripbtw#diagnostics

## Score history

- 2026-08-03: 57
- 2026-08-02: 57

## Links

- Remote endpoint: https://thistripbtw.us/mcp
- Repository: https://github.com/peterbartsch/thistripbtw-mcp
- Website: https://thistripbtw.us/for-agents
- Changelog RSS feed: https://verifymcp.io/servers/us-thistripbtw-trips/thistripbtw/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/us-thistripbtw-trips/thistripbtw/changelog.json
- HTML version of this page: https://verifymcp.io/servers/us-thistripbtw-trips/thistripbtw
