GrabInsurance MCP
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
| generate_copy | Generate 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
| Name | Description |
|---|---|
| insurance_catalog | Return 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
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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