# MicroEsim

MicroEsim MCP connects your AI agent to global eSIM networks. Instead of manually browsing data plans, just tell your agent where you're going and when — it'll recommend the best 5G plan across 200+ …

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add MicroEsim/instant-esim-data

# Browse available tools
npx -y @smithery/cli@latest tool list MicroEsim/instant-esim-data

# Get full schema for a tool
npx -y @smithery/cli@latest tool get MicroEsim/instant-esim-data search_shop_catalog

# Call a tool
npx -y @smithery/cli@latest tool call MicroEsim/instant-esim-data search_shop_catalog '{}'
```

## Direct MCP Connection

Endpoint: `https://microesim.run.tools`

## Tools (5)

- `search_shop_catalog` — Search for products from the online store, hosted on Shopify.
- `get_cart` — Get the cart including items, shipping options, discount info, and checkout url for a given cart id
- `update_cart` — Perform updates to a cart, including adding/removing/updating line items, buyer information, shipping details, discount…
- `search_shop_policies_and_faqs` — Used to get facts about the stores policies, products, or services.
- `get_product_details` — Look up a product by ID and optionally specify variant options to select a specific variant.

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get MicroEsim/instant-esim-data <tool-name>
```
