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

Merlin: Local-first LLM context dedup – measure up to 71% chunk overlap, free & open-core
Merlin is a local-first context dedup tool that measured 22-71% chunk overlap across 22M passages from real agent/RAG sessions. Ships as HTTP proxy (Ollama/vLLM/SGLang/llama.cpp), MCP server (Claude/Cursor/OpenClaw), or standalone CLI. MIT open-core with daily usage caps.

Memora v0.2.25 MCP Server: 5× Faster Writes on D1 Database
Memora v0.2.25, an MCP server for Claude persistent memory, achieves 5× faster writes on Cloudflare D1 with memory_create dropping from 10s+ to ~1.8s and memory_update from 10s+ to ~1.1s per call.

x402 API Gateway for OpenClaw Bots: One Endpoint Replaces 18 API Keys
An x402 API gateway eliminates the need for multiple API keys in OpenClaw bots by providing access to 18 services including smart LLM routing, web search, maps, travel, food, AI, and finance data through a single endpoint authenticated via USDC wallet credits.

aco-system: An Entire Company OS for Claude That Writes User Stories, Breaks Tasks, Reviews PRs
A Reddit user shared how aco-system turned a single GitHub issue into a fully validated PR with tests — driven entirely by Claude. Includes user story generation, task breakdown, secret checking, and PR review.