Connect your service to AskMia's API and give your users instant mobile data in 190+ countries - no SIM cards, no roaming fees.
Live examples
Concrete ways teams already use AskMia from inside an AI agent today.
Buy an eSIM directly inside a Claude chat
Claude Desktop / Cowork
A user chats with Claude: "I'm flying to Tokyo on Friday, get me 10GB."
- Claude calls search_packages with country=JP, max_validity_days=10
- Claude calls get_package_details, relays price + tax_note + activation_modes catalog
- Claude calls create_checkout with activation_mode=FIRST_USE (default, safest for planned travel)
- User pays - QR code is delivered by email in seconds
Setup: Add the AskMia MCP endpoint in Claude Desktop, Settings, Connectors. No SDK, no API key for the user.
A travel concierge GPT that actually sells data plans
Custom GPT / OpenAI Assistants
You publish a "Travel Buddy" GPT in the GPT Store.
- GPT registers AskMia MCP as a tool action
- When a user mentions a destination, GPT recommends a regional or country plan
- Checkout link is generated mid-conversation, payment handled by Stripe
- AskMia auto-creates the buyer's account and emails the eSIM
Setup: Point your GPT's tool config at the public MCP endpoint. Works with any LLM that supports MCP or function calling.
Add eSIM as a booking add-on with one backend call
OTA / Booking flow
Your booking engine knows the destination and travel dates.
- Backend calls search_packages with the destination ISO code
- Show the cheapest matching plan as an add-on at checkout
- On purchase, call create_checkout or bundle the price into your own invoice
- eSIM QR is emailed to the traveler before departure
Setup: Single HTTPS endpoint, JSON in / JSON out. No partner contract required to start testing.
FAQ
What is the AskMia MCP server?
A public Model Context Protocol endpoint that lets any AI agent (Claude, ChatGPT, custom LLMs) search, price and sell travel eSIMs in 190+ countries through a single URL.
How do I connect it to Claude?
In Claude Desktop open Settings, Connectors, Add custom connector and paste the AskMia MCP URL from the /developers page. Claude will discover all tools automatically.
Do I need an API key or contract?
No. The MCP endpoint is public for testing. Payments go through Stripe Checkout, and AskMia handles fulfilment, taxes and post-sale support.
Can the customer choose when the eSIM activates?
Yes. create_checkout accepts an activation_mode: NOW (validity starts at purchase, for customers already on-site), FIRST_USE (default, starts on first network connection in the destination, safest for booked travel), or ON_DEMAND (customer manually activates later from AskMia.app My Account, maximum flexibility for uncertain dates or backup eSIMs). The full catalog with per-mode notes is returned in every search_packages and get_package_details response so your agent can offer it to the user.
Who supports the end user after the sale?
AskMia does. Every buyer gets an auto-created account and can chat with Mia, our AI agent, in 140+ languages for installation help, balance checks and top-ups.