# AskMia.app travel eSIM AI shop

AskMia eSIM API - Search, browse, and purchase prepaid eSIM data plans for 190+ countries. List available countries, search packages by destination, check network coverage, and generate Stripe checko…

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add info-kk33/AskMia_app

# Browse available tools
npx -y @smithery/cli@latest tool list info-kk33/AskMia_app

# Get full schema for a tool
npx -y @smithery/cli@latest tool get info-kk33/AskMia_app list_countries

# Call a tool
npx -y @smithery/cli@latest tool call info-kk33/AskMia_app list_countries '{}'
```

## Direct MCP Connection

Endpoint: `https://askmia_app--info-kk33.run.tools`

## Tools (5)

- `list_countries` — List all countries where eSIM data plans are available.
- `search_packages` — Search eSIM data packages by country code. Optionally filter by minimum data size in GB.
- `get_package_details` — Get detailed info about a specific eSIM package.
- `check_coverage` — Check network coverage and operators for a country.
- `create_checkout` — Create a payment link for an eSIM package. Requires API key.

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get info-kk33/AskMia_app <tool-name>
```
