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

Context-Engineered Study System for Claude Code Acts as Persistent Tutor
A developer built a study system using Claude Code that tracks progress across sessions, probes understanding, works through exercises, and adapts to learning styles. The system uses structured markdown files to shape agent behavior and includes tools for extracting textbook pages from PDFs.

Building an Agentic RAG for Obsidian with Claude and an Eval Harness to Detect Hallucinations
A developer built an agentic RAG system over an Obsidian vault to let Claude answer questions from engineering books, then created an eval harness using Claude Sonnet as a judge to detect when the agent was confidently wrong. Rubric iterations improved judge-human agreement from 39% to 94%.

GlycemicGPT: Self-Hosted AI Diabetes Monitor with BYOAI and Plugin SDK
GlycemicGPT is an open-source, self-hosted platform that connects Dexcom G7 and Tandem pumps to an AI analysis layer. It provides daily briefs, meal analysis, conversational chat, and configurable alerts, all on your own hardware.

Noren AI: Voice Extraction Tool Identifies Writing Patterns from Samples
Noren AI analyzes 5-10 writing samples to automatically generate a voice guide based on actual patterns, matching 90% of manually identified patterns and discovering additional ones.