Skip to main content
Glama
saivarun1410

insurance-mcp-poc

by saivarun1410

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
DATABASE_URLYesPostgreSQL connection string, e.g. postgres://insurance:insurance@localhost:55432/insurance
EMBEDDING_DIMNoDimension of the embedding vectors, must match the vector(n) column in db/init.sql
AZURE_OPENAI_KEYNoAzure OpenAI API key, used only when replacing the default embedding model
EMBEDDING_DEPLOYMENTNoAzure OpenAI deployment name for the embedding model, used only when replacing the default embedding model
AZURE_OPENAI_ENDPOINTNoAzure OpenAI endpoint URL, used only when replacing the default embedding model

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
search_policy_documentsA

Semantic search over policy contracts, riders, underwriting guidelines and disclosure documents. Use this to answer questions about what a policy says. Returns ranked excerpts with document ids.

get_application_statusA

Look up a life insurance application by its number and return current status, the step it is waiting on, the assigned underwriter, and the full event timeline.

lookup_product_rulesA

Return a product’s issue limits and underwriting rules. When applicant_age, face_amount or state are supplied, also evaluates hard eligibility and flags which rules would trigger.

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/saivarun1410/insurance-mcp-poc'

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