Skip to main content
Glama

IbiPoint eSIM Catalog

Server Details

Search prepaid travel eSIM data plans for 200+ countries with live prices and a buy link.

If you are the author of this connector, you can claim ownership with GitHub, an HTTP challenge, or a DNS record. Claimed connector authors can inspect health checks, view analytics, and manage their listing.
Status
Healthy
Last Tested
Transport
Streamable HTTP
URL

TDQS

A3.9/5.0

Scored across 3 tools

Disambiguation5/5

Each tool targets a distinct step: search_esim_plans discovers plans by destination, get_plan_details drills into one plan by product id, and start_checkout hands off to purchase. Boundaries are unambiguous and the descriptions reinforce the progression.

Naming Consistency5/5

All three names follow a consistent verb_noun snake_case pattern (get_plan_details, search_esim_plans, start_checkout). The convention is predictable and readable throughout.

Tool Count4/5

Three tools is on the lean side, but the domain is narrow (browse plans, view one plan, buy it), so each tool earns its place. Slightly thin rather than mismatched.

Completeness4/5

The browse-to-buy lifecycle is covered: search, detail, and checkout handoff. Minor gaps exist (no destination/region listing, plan comparison, or order tracking), but order tracking is explicitly out of scope and agents can work around the rest.

Available Tools

3 tools
get_plan_detailsGet plan detailsA
Read-only
Inspect

Full details for one IbiPoint plan by product id: data, validity, network, top-up support, transparency, reviews and link.

ParametersJSON Schema
NameRequiredDescriptionDefault
languageNoISO language of the conversation. Sets the landing-page language/currency of the link.
product_idYesWooCommerce product id from search_esim_plans.

Output Schema

ParametersJSON Schema
NameRequiredDescription
urlNo
dataNoData Pack: total data label.
nameNo
typeNoData Pack or Unlimited Flex.
priceNoFull fixed price in currency; not per-day or per-GB.
topupNo
ratingNo
data_gbNo
networkNoSpeed token only (e.g. 4G/LTE/5G) — never a carrier/operator name.
currencyNo
validityNoData Pack: validity label.
tetheringNo
product_idNo
descriptionNo
review_countNo
transparencyNo
always_on_rateNoUnlimited Flex: reduced rate after the daily allowance.
daily_high_speedNoUnlimited Flex: daily high-speed allowance.

TDQS

A3.6/5.0
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations already declare readOnlyHint=true, destructiveHint=false and openWorldHint=true, so the read-only, externally-sourced nature is covered. The description adds a useful enumeration of what the response contains (data, validity, network, top-up, reviews, link), but since an output schema exists, this is supplementary rather than essential.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

A single economical sentence that front-loads the resource and scope, with the field list compressed into a trailing enumeration. No filler.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

With annotations covering safety and an output schema covering return shape, the description needs only to identify the resource and scope, which it does. It lacks any routing hint toward search_esim_plans for id discovery, a minor gap given only three siblings.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100%, so both product_id and language are already documented in the schema, including the landing-page language/currency effect of language. The description only gestures at product_id, adding nothing beyond the structured fields; baseline 3 applies.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

States a specific verb (get) and resource (full details for one IbiPoint plan) scoped to a single product id, and enumerates the returned facets. This contrasts implicitly with the bulk-orientation of search_esim_plans, though the sibling is never named.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The phrase 'by product id' implies the tool is used after obtaining an id, and the schema notes the id comes from search_esim_plans, but the description itself gives no explicit when/when-not guidance or naming of the alternative search flow.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

search_esim_plansFind eSIM plansA
Read-only
Inspect

Find IbiPoint eSIM plans for a destination (country or region). Returns the best-value plans sorted by IbiPoint Data Rating, with prices and a direct link. Use when a user wants mobile data abroad.

ParametersJSON Schema
NameRequiredDescriptionDefault
typeNoPlan type. Default any.
currencyNoOptional ISO 4217 override for the headline "from" price. Normally derived from language.
languageNoISO language of the conversation, e.g. en, de, ja, th. Sets the landing-page language and currency.
destinationYesCountry or region, e.g. "Thailand", "Japan", "Europe". City names are mapped to their country.

Output Schema

ParametersJSON Schema
NameRequiredDescription
isoNo
plansNo
coveredNo
messageNo
currencyNo
from_priceNoLocalized "from" price string.
destinationNo
all_plans_urlNo

TDQS

A3.5/5.0
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations already declare readOnlyHint, openWorldHint, and destructiveHint=false, so the safety profile is covered. The description adds useful behavior (result ordering by IbiPoint Data Rating, prices and a direct link included), but says nothing about rate limits, result caps, or empty-destination behavior, and the return detail is partly redundant with the existing output schema.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Three tight sentences, front-loaded with the core action and scope followed by usage. The closing 'with prices and a direct link' is mildly redundant given the output schema, but nothing else is wasted.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a read-only search tool with full schema coverage and an output schema, the description supplies purpose, scope, trigger context, and result ordering. Only the routing to sibling tools (details vs. checkout) is left unstated.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100%, so all four parameters (destination, type, currency, language) are already well documented, including the enum and the currency/language derivation. The description only restates the destination scope and adds no syntax or format detail beyond the schema.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

States a specific verb ('Find') and resource ('eSIM plans') scoped to a destination, and adds concrete output semantics (best-value, sorted by IbiPoint Data Rating, with prices and a link). It is clearly distinct from the siblings get_plan_details and start_checkout, though it never names or contrasts them explicitly.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Provides a clear trigger condition: 'Use when a user wants mobile data abroad.' However it gives no when-not guidance and never mentions the alternatives (get_plan_details for a specific plan, start_checkout to buy), so an agent must infer the boundary between searching, inspecting, and purchasing.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

start_checkoutStart secure checkoutA
Read-only
Inspect

Hand the customer to the IbiPoint shop to buy one plan. Returns buy_url (the product page where they tap Buy now to pay securely — card, Apple Pay, Google Pay, with an optional discount code) plus the plan name and price. No account needed; the eSIM is emailed right after payment. There is no in-chat order tracking.

ParametersJSON Schema
NameRequiredDescriptionDefault
languageNoISO language of the conversation. Sets the language/currency of the payment page.
product_idYesWooCommerce product id to buy.

Output Schema

ParametersJSON Schema
NameRequiredDescription
priceNoFull fixed price in currency; not per-day.
buy_urlNoThe exact product page to send the customer to. Use verbatim.
messageNo
productNo
currencyNo
app_linksNoOptional links to the free IbiPoint app (android/ios). Mention only when present.

TDQS

A4.1/5.0
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations already declare readOnlyHint=true/openWorldHint=true and are not contradicted — this tool only mints a URL and mutates nothing server-side. The description adds genuinely useful behavior the annotations cannot convey: accepted payment methods, optional discount code, no-account requirement, post-payment email delivery, and the absence of in-chat order tracking.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Front-loaded with the core action and return value, then layered with payment and delivery details. Slightly heavy with secondary facts (payment methods, discount code, email) but every sentence is relevant to setting customer expectations.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

An output schema exists so return values need not be explained, yet the description helpfully names buy_url, plan name, and price anyway. Combined with annotation coverage and a simple two-parameter schema, the definition gives the agent enough to call it correctly; only explicit sibling routing is missing.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100%, so both parameters (product_id, language) are fully documented in the schema and the description adds no new syntax or format detail. The mention of an 'optional discount code' is not a parameter at all, so it adds no semantic value for invocation.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description states a specific verb and resource — handing the customer to the IbiPoint shop to buy one plan and returning a buy_url — which is unmistakably different from the lookup-oriented siblings get_plan_details and search_esim_plans. An agent can identify this as the conversion step without opening any schema.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

It establishes clear context (buying one plan, no account needed, eSIM emailed after payment) that implies when to invoke it after plan discovery. It stops short of explicitly naming the sibling tools or stating 'call after search_esim_plans', so the routing guidance is inferred rather than spelled out.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections.

  1. 3 tool updates
    • First observedget_plan_details
    • First observedsearch_esim_plans
    • First observedstart_checkout

Related MCP Connectors

Related MCP Servers

  • A
    license
    Not graded
    quality
    B
    maintenance
    Search and buy travel eSIMs for 200+ countries, with specialized China plans that deliver uncensored internet without a VPN. Exposes five read-only tools to search plans, check device eSIM compatibility, get plan details, get help, and generate a secure on-site checkout link.
    MIT
  • -
    license
    Not graded
    quality
    B
    maintenance
    Lets AI agents search and buy travel eSIMs from ALT eSIM for 200+ destinations, with Stripe payment links and email delivery of QR codes.
    -
Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources