# AskMia eSIM MCP Server

## AskMia eSIM MCP Server

## 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`

**Required config:**
- `api_key` (header) — Your API Key?

## 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. Customer gets eSIM via email after payment.

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