Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
get_esim_catalogA

Queries active international travel eSIM data plans. Optionally filter by country code (e.g. JP, US, FR) or search query.

get_knowledge_baseA

Retrieves the official ConnectMeGuru grounding knowledge base, including installation guides, device compatibility, refund policies, and support escalation workflows.

validate_couponA

Validates a discount coupon code for checkout. Note: User login is mandatory to validate a coupon. If this returns a 401 Unauthorized error, inform the user that they must log in (using send_agent_otp) first.

get_checkout_urlA

Generates a secure checkout and purchase link for a specific eSIM package.

send_agent_otpA

Sends a 6-digit OTP code to the customer's email address for in-chat authentication.

verify_agent_otpA

Verifies the email OTP code and returns a session token for wallet purchases.

get_wallet_balanceA

Retrieves the user's current pre-funded wallet balance. Requires a valid session token.

purchase_esim_with_walletA

Purchases an eSIM package directly in chat using the user's wallet balance. If balance is insufficient, returns a magic link to top-up.

cancel_orderA

Cancels an eligible eSIM order before activation/provisioning. Requires a valid session token.

refresh_esim_usageB

Requests a real-time data usage update for an active eSIM from the carrier. Requires a valid session token.

get_wallet_transactionsB

Retrieves a paginated list of wallet transaction history. Requires a valid session token.

get_topup_packagesA

Retrieves compatible top-up data packages for an active eSIM. Requires a valid session token.

purchase_topupB

Purchases a compatible top-up package using the wallet balance. Requires a valid session token.

get_user_ordersA

Retrieves a paginated list of the authenticated user's eSIM orders and history. Requires a valid session token.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/vineetgoyalhuf/connectmeguru-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server