Tripsy MCP Server

tripsy is a command-line client for the public Tripsy API at https://api.tripsy.app. The project also ships tripsy-mcp, a Model Context Protocol server that exposes typed Tripsy tools for agents and MCP-capable apps. It is available as a remote MCP endpoint.

Teams that want a hosted endpoint instead of running a local process. The project is written in Go.

VERIFIED ACTIVE

LAST COMMIT 2026-08-19 · ★ 15 · #624 OF 848 MAINTAINED OTHER · VERIFIED 2026-08-25

MIT · Go servers · how we verify → /methodology

01 · Install Tripsy

before you install - you'll need

Set TRIPSY_TOKEN, TRIPSY_API_BASE, TRIPSY_CONFIG_DIR, TRIPSY_AUTH_BACKEND, TRIPSY_MCP_PUBLIC_URL, TRIPSY_OAUTH_ISSUER, TRIPSY_OAUTH_SCOPES before connecting.

Claude Code

claude mcp add tripsyapp-cli --transport http https://mcp.tripsy.app

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "tripsyapp-cli": {
      "url": "https://mcp.tripsy.app"
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

https://mcp.tripsy.app

transport: streamable-http

endpoint alive - authentication required · probed 2026-08-25

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as remote - your agent's requests go to mcp.tripsy.app

endpoint auth requires authentication - rejected our unauthenticated MCP initialize

license MIT - declared in the repository

registry namespace io.github.tripsyapp is GitHub-verified and matches the repo owner

03 · What Tripsy can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

v1.7.1 · 2026-08-18

update Go to 1.26.6 · redirect MCP browser visits to setup guide · accept Tripsy API tokens on hosted MCP

v1.7.0 · 2026-08-03

restore trip detail endpoint

v1.6.2 · 2026-05-28

MCP reservation codes · Added provider_reservation_code as a typed MCP create field for activities, hostings, and transportations. · Documented that provider_reservation_code stores the provider-issued reservation…

04 · Who maintains Tripsy

Tripsy is maintained by tripsyapp. It's the only MCP server we track from this author; the repo dates to Apr 2026.

05 · Facts

category
other - ranked #624 of 848 actively-maintained other servers as of 2026-08-25.
release cadence
4 releases in the last 90 days (latest 2026-08-18)
registry
io.github.tripsyapp/tripsy (active, first published 2026-08-19)

06 · Tripsy FAQ

What is Tripsy?

tripsy is a command-line client for the public Tripsy API at https://api.tripsy.app. The project also ships tripsy-mcp, a Model Context Protocol server that exposes typed Tripsy tools for agents and MCP-capable apps. It is available as a remote MCP endpoint.

Is Tripsy still maintained?

Yes - as of 2026-08-25, its last commit was 2026-08-19 and it shipped 4 releases in the last 90 days. We re-verify nightly.

How do I install Tripsy?

Run `claude mcp add tripsyapp-cli --transport http https://mcp.tripsy.app`. The README documents 7 environment variables (TRIPSY_TOKEN, TRIPSY_API_BASE, TRIPSY_CONFIG_DIR…) to set first. Set TRIPSY_TOKEN, TRIPSY_API_BASE, TRIPSY_CONFIG_DIR, TRIPSY_AUTH_BACKEND, TRIPSY_MCP_PUBLIC_URL, TRIPSY_OAUTH_ISSUER, TRIPSY_OAUTH_SCOPES before connecting. You can also paste the ready-made client config above.

Does Tripsy require authentication?

Yes - when we probed the endpoint on 2026-08-25, it rejected an unauthenticated MCP initialize; you'll need credentials to connect.

07 · Alternatives to Tripsy