kitinerary-mcp

mrwulf/kitinerary-mcp
★ 0 stars Python AI/LLM Updated 4d ago
MCP server wrapping KDE's kitinerary-extractor - deterministic schema.org Reservation JSON-LD extraction from travel confirmation emails, PDFs, and Wallet passes
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "kitinerary-mcp": {
      "command": "uvx",
      "args": [
        "kitinerary-mcp"
      ]
    }
  }
}

Or install with pip: pip install kitinerary-mcp

README Excerpt

An [MCP](https://modelcontextprotocol.io) server that wraps KDE's [`kitinerary-extractor`](https://invent.kde.org/pim/kitinerary) CLI: give it a travel confirmation email, PDF ticket, or Apple/Google Wallet `.pkpass` file, and it returns whatever structured `schema.org` `Reservation` JSON-LD the file contains — deterministically, with no LLM in the loop.