Skip to main content
Glama
saketh12e

GrabInsurance MCP

by saketh12e

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
classify_deal_intentA

Classify deal intent and return top insurance products.

Takes a deal object and returns the top 2 insurance products with confidence scores. Uses rule-based classification first, falls back to Claude API if category is unknown.

Args: merchant: Merchant name e.g. "IndiGo", "Samsung", "Zomato" category: One of travel, electronics, food, health, fashion subcategory: Specific subcategory like flight, hotel, gadget, phone deal_value: Deal amount in INR user_history: Optional dict with risk_tier, total_purchases, categories_bought

Returns: ClassificationResult with top_products, cart_context, show_offer, fallback_used

get_insurance_quoteA

Calculate premium quote for an insurance product.

Returns a premium quote based on the product's base rate, deal value, and user's risk tier. Premium is floored at Rs 19 and capped at Rs 499.

Args: product_id: Insurance product ID from catalog (e.g., TRVL_CANCEL, ELEC_SCREEN) deal_value: Deal amount in INR risk_tier: User risk tier (low, medium, high)

Returns: PremiumQuote with premium_inr, coverage_inr, validity_days, policy_type

Prompts

Interactive templates invoked by user choice

NameDescription
generate_copyGenerate personalized insurance copy for a deal. Creates a prompt that instructs Claude to generate one copy string under 120 characters. The copy mentions the deal amount and premium explicitly. Args: product_name: Name of the insurance product deal_description: Description including merchant, destination, amount premium_inr: Premium amount in INR variant: A/B variant type (urgency, value, or social_proof) Returns: Message list for Claude API with few-shot examples and variant framing

Resources

Contextual data attached and managed by the client

NameDescription
insurance_catalogReturn the full insurance product catalog. This resource provides Claude with complete product context including all 8 insurance products with their triggers, rates, and descriptions. Load this before performing any classification.

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/saketh12e/GrabonInsurance-MCP'

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