Letisim retail MCP
Lets AI agents search travel eSIM plans by destination, get exact current prices, and hand off to a first-party checkout link without the server ever accepting email or payment credentials.
README
Letisim retail MCP
Public, redirect-first MCP surface for consumer eSIM discovery and checkout handoff.
The server deliberately does not accept email or payment credentials. create_checkout persists
only an inert, PII-free AgentCheckout; the buyer must open the returned first-party Letisim URL.
The existing web checkout then re-quotes, collects email/legal action, creates the Order/Payment and
hands payment data directly to the PSP.
Local run
npm run build -w @letisim/retail-mcp
# Start the API separately with RETAIL_MCP_ENABLED=1 in a non-production test environment.
LETISIM_API_BASE_URL=http://127.0.0.1:3200 npm run start:http -w @letisim/retail-mcp
The Streamable HTTP endpoint is http://127.0.0.1:3210/retail; start:stdio exposes the same tool
factory to a local MCP host. A non-loopback bind is fail-closed unless
RETAIL_MCP_ALLOWED_HOSTS is set. This package is private/test-only until the legal, tax, receipt,
abuse, client-matrix and controlled-live gates in the ExecPlan are closed. The API routes are
fail-closed unless RETAIL_MCP_ENABLED=1; the key is intentionally not in the generic production
env writer allowlist.
Partner attribution
An installation can be attributed to an affiliate partner with one environment variable:
LETISIM_MCP_ATTRIBUTION=promo:TRAVELPRO # or ref:<campaign-slug>
Purchases started by that installation carry the partner's promo code into the first-party checkout URL, and the existing affiliate rules decide the commission. The handle is deliberately not a tool argument: an agent that read an untrusted page must not be able to redirect somebody else's commission. A malformed, unknown or revoked handle degrades to an unattributed checkout and never fails the purchase. Ask for your handle in the Letisim affiliate cabinet at https://partner.letisim.com.
Install in Claude Code
claude plugin marketplace add skorik94-glitch/letisim-mcp
claude plugin install letisim@letisim
The plugin runs the bundled dist/stdio.js, so it needs no npm package and no build step. Export
LETISIM_MCP_ATTRIBUTION before starting Claude Code if you are an affiliate.
Current capability
Plan search, destination coverage and prices are live against the production catalog. Quoting and
the checkout handoff answer 404 until Letisim opens the agent commerce gate — that is a
deliberate server-side switch, not a client bug.
Distribution
Registry metadata lives in server.json and is kept in sync with package.json by
test/distribution.test.ts. The public repository https://github.com/skorik94-glitch/letisim-mcp
is generated from the Letisim monorepo by scripts/sync-retail-mcp-public.mjs: edit the source
upstream, never in the mirror.
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.