Tripsy Launches MCP Server for Claude: Manage Trips via Structured API

Tripsy, a trip planning app, released an official MCP (Model Context Protocol) server for Claude. This lets Claude work directly with structured trip data — itineraries, activities, stays, transportation, and expenses — rather than inferring from pasted text.
Available MCP Tools
The server exposes tools organized by domain:
- Trips: list, show, create
- Activities: create
- Transportations: update
- Expenses: create
- Collaborators: list
- Raw API access: via
tripsy_raw_request
Example Use Cases
- Reorganize itineraries by neighborhood or travel time
- Add activities to existing trips
- Update schedules after delays or changes
- Balance group itineraries
- Track transportation and lodging details
- Manage trip expenses
Setup in Claude
- Open Claude settings
- Go to Connectors
- Add custom connector
- Paste
https://mcp.tripsy.app - Login and authorize access
CLI for Automation
Tripsy also provides a CLI for terminal-based workflows: github.com/tripsyapp/cli.
More details at tripsy.app/claude.
📖 Read the full source: r/ClaudeAI
👀 See Also

companion-capture: Tool saves Claude Code's ephemeral speech bubbles
companion-capture is an open-source tool that captures Claude Code's companion character speech bubbles before they vanish from the terminal. It saves messages to markdown files and SQLite for search, using VT100 screen buffer parsing to track cursor positions.

PeaDB: Redis-Compatible Database Coded with AI Assistants in C++20
A developer created PeaDB, a Redis 7.2.5 drop-in replacement written in C++20 using Codex, Copilot, and Claude, implementing ~147 commands with persistence, replication, and cluster support. Benchmarks show performance close to Redis.

Claude Usage Monitor: Free macOS Menu Bar App for Tracking Claude.ai Limits
A developer built Claude Usage Monitor, a free macOS menu bar app that displays Claude.ai usage with color-coded icons, live counters, and reset timers. The app reads directly from Claude.ai sessions without requiring an API key.

Knowledge Raven: A Model-Agnostic Knowledge Base Platform Built with Claude Code
Knowledge Raven is a knowledge base platform that lets any MCP-compatible LLM search and cite company documents. The entire platform was built with Claude Code by a solo founder, featuring Python/FastAPI backend, MCP tool layer, and agentic RAG pipeline.