CoverSavvy Term Life Insurance Rates
Server Details
Get realistic term life insurance rates from the CoverSavvy Term Life Index. Query monthly premiums by age (20-65), gender, health class, coverage ($100K-$4M), and term length (10-30 years). Rates are averages of 2-3 lowest carrier quotes from leading U.S. life insurance carriers.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
Glama MCP Gateway
Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.
Full call logging
Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.
Tool access control
Enable or disable individual tools per connector, so you decide what your agents can and cannot do.
Managed credentials
Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.
Usage analytics
See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.
Tool Definition Quality
Average 3.9/5 across 4 of 4 tools scored.
Each tool has a clearly distinct purpose with no overlap: list_options provides metadata, query_rates calculates a specific premium, compare_terms shows term length variations, and compare_health_classes shows health class variations. An agent can easily distinguish between them based on their specific functions.
All tool names follow a consistent verb_noun pattern (e.g., compare_health_classes, compare_terms, list_options, query_rates) with clear, descriptive verbs and nouns. There are no deviations in naming style, making the set predictable and easy to understand.
With 4 tools, this server is well-scoped for its purpose of providing term life insurance rate comparisons and queries. Each tool earns its place by covering essential aspects: metadata retrieval, specific queries, and comparative analyses across key parameters like term length and health class.
The tool surface is complete for the domain of term life insurance rate exploration. It covers metadata listing (list_options), specific premium calculation (query_rates), and comparative analyses for both term lengths and health classes, with no obvious gaps in the core workflow for rate comparison and decision-making.
Available Tools
4 toolscompare_health_classesAInspect
Given a fixed profile (age, gender, coverage, term), returns rates across all health classes (preferred, standard, standard_tobacco). Helps explain the cost impact of health rating or tobacco use.
| Name | Required | Description | Default |
|---|---|---|---|
| age | Yes | Applicant age (20–65) | |
| term | Yes | Term length in years: 10, 15, 20, 25, or 30 | |
| gender | Yes | ||
| coverage | Yes | Coverage amount in dollars (e.g. 500000 for $500K). Call list_options for valid values. |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries the full burden of behavioral disclosure. It states that the tool 'returns rates' (implying a read-only operation) and lists the specific health classes, but it does not disclose any potential side effects, permissions, rate limits, or output format. The behavior is straightforward, but the description adds limited context beyond what the tool name implies.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is concise and well-structured. The first sentence states the core functionality, and the second sentence explains the practical benefit. No redundant information or filler words are present, making it easy for an agent to quickly grasp the tool's purpose.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
The tool has no output schema, so the description should clarify what the return value looks like. It says 'returns rates across all health classes' but does not specify the format (e.g., list of objects, mapping of class to rate) or whether comparisons are shown. The description covers the inputs and the general outcome, but for an agent to invoke it correctly, more detail about the result would be helpful.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 75% with three of four parameters (age, term, coverage) described in the schema; gender is only an enum without a description. The tool description refers to the parameters collectively as a 'fixed profile' but adds no individual parameter details or examples beyond the schema. It does not compensate for the missing gender description, but overall the schema is fairly self-explanatory.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool's function: given a fixed profile, it returns rates for all health classes, distinguishing it from siblings like compare_terms (which likely compares term lengths) and query_rates (which may return a single rate). The specific mention of health classes and purpose (cost impact of health rating/tobacco use) makes the tool's purpose unambiguous.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description implies usage context by specifying a fixed profile and the intent to compare health classes, but it does not provide explicit guidance on when to choose this tool over alternatives. No mention of 'use this when you need to compare health classes' or 'instead of query_rates'. The sibling tools exist but are not referenced, leaving usage guidance implicit rather than explicit.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
compare_termsAInspect
Given a fixed profile (age, gender, health class, coverage), returns rates across all available term lengths (10, 15, 20, 25, 30 years). Helps answer 'should I get a 20 or 30 year term?'
| Name | Required | Description | Default |
|---|---|---|---|
| age | Yes | Applicant age (20–65) | |
| gender | Yes | ||
| coverage | Yes | Coverage amount in dollars (e.g. 500000 for $500K). Call list_options for valid values. | |
| health_class | Yes | preferred = best non-tobacco rate, standard = average non-tobacco rate, standard_tobacco = tobacco user rate |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries the full burden of behavioral disclosure. It communicates that the tool returns rates across term lengths for a fixed profile, implying a read-only operation. However, it omits details such as the return format (e.g., per $1,000 coverage, monthly vs annual rates) and whether all term lengths are always included. This is adequate but not rich.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is exactly two sentences: the first states the precise inputs and outputs, and the second gives a practical use case. There is no filler or redundant information; every word serves a purpose.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a simple 4-parameter tool with no output schema, the description covers the core purpose and a common use case. It lacks explicit return-format details, which would be helpful for an agent to know what to expect, and it does not address edge cases like invalid inputs. Overall, it is sufficiently complete for tool selection but has minor gaps.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The input schema already provides descriptions for 75% of parameters, including valid values for health_class and the note to call list_options for coverage. The description adds little beyond restating the parameter list, though it emphasizes the 'fixed profile' requirement. Given high schema coverage, a score of 3 is appropriate.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool's function: 'Given a fixed profile ... returns rates across all available term lengths.' It explicitly lists the term lengths (10, 15, 20, 25, 30 years) and provides a concrete use case ('should I get a 20 or 30 year term?'). This distinguishes it from sibling tools like compare_health_classes and query_rates by focusing specifically on term-length comparison.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description gives clear context on when to use the tool: when comparing term lengths for a fixed profile. The example question 'should I get a 20 or 30 year term?' makes this practical. It does not explicitly mention when not to use it or name alternative tools, but the specific phrasing and sibling tool names imply a distinct role.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
list_optionsAInspect
Returns all valid parameter values. Call this first to know what ages, coverages, terms, genders, and health classes are available.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries the full burden. 'Returns' implies a read-only operation, and the enumeration of value categories adds useful context. But it does not disclose potential side effects, costs, or failure modes. For a simple list tool, this is adequate but not rich.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single, front-loaded sentence that directly states the purpose and key output. It wastes no words and is perfectly scannable.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a tool with no parameters and no output schema, the description is complete: it states the return content and enumerates the relevant categories. Given the sibling tools (comparison/query), this discovery tool is fully placed in context.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
There are zero parameters in the schema, so by the rubric the baseline is 4. The description does not need to elaborate on inputs, but it usefully clarifies that the output enumerates valid values for future parameters across the listed categories.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description uses a specific verb ('Returns') and a clear resource ('all valid parameter values'), and enumerates the categories (ages, coverages, terms, genders, health classes). It distinguishes itself from sibling tools like compare_health_classes and query_rates by framing this as the prerequisite discovery tool.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The phrase 'Call this first' provides explicit when-to-use guidance, making clear this is the initial discovery step. However, it does not mention when not to use it or name specific alternatives, so it lacks the full exclusionary guidance required for a 5.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
query_ratesBInspect
Returns the monthly and annual premium for a specific profile. All 5 parameters are required.
| Name | Required | Description | Default |
|---|---|---|---|
| age | Yes | Applicant age (20–65) | |
| term | Yes | Term length in years: 10, 15, 20, 25, or 30 | |
| gender | Yes | ||
| coverage | Yes | Coverage amount in dollars (e.g. 500000 for $500K). Call list_options for valid values. | |
| health_class | Yes | preferred = best non-tobacco rate, standard = average non-tobacco rate, standard_tobacco = tobacco user rate |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description must disclose behavioral traits, but it only states the output and required parameters. It does not explicitly mention read-only behavior, error handling, or any side effects, leaving the agent to infer safety from the verb 'Returns'.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is extremely concise at two sentences. The first sentence states the core purpose, and the second reinforces a key constraint. Every word earns its place with no redundancy.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a simple query tool with well-documented parameters in the schema and a clear output statement in the description, the description is mostly complete. It lacks context about when to use it vs siblings, but that is covered under usage guidelines. The output schema is absent, but the description explicitly states what the tool returns.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is high (80%) and includes detailed descriptions for age, term, coverage, and health_class, with enums for gender and health_class. The description adds nothing beyond the schema, except reiterating that all parameters are required, which is already in the required list.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool returns monthly and annual premiums for a specific profile. The verb 'Returns' is specific, and the resource 'premium' is distinct from sibling tools like compare_health_classes or list_options, making its purpose immediately clear.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description provides no explicit guidance on when to use this tool versus the sibling comparison tools. It only notes that all parameters are required, which is already in the schema, but does not indicate scenarios where this tool is preferred or alternatives should be used.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Claim this connector by publishing a /.well-known/glama.json file on your server's domain with the following structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"maintainers": [{ "email": "your-email@example.com" }]
}The email address must match the email associated with your Glama account. Once published, Glama will automatically detect and verify the file within a few minutes.
Control your server's listing on Glama, including description and metadata
Access analytics and receive server usage reports
Get monitoring and health status updates for your server
Feature your server to boost visibility and reach more users
For users:
Full audit trail – every tool call is logged with inputs and outputs for compliance and debugging
Granular tool control – enable or disable individual tools per connector to limit what your AI agents can do
Centralized credential management – store and rotate API keys and OAuth tokens in one place
Change alerts – get notified when a connector changes its schema, adds or removes tools, or updates tool definitions, so nothing breaks silently
For server owners:
Proven adoption – public usage metrics on your listing show real-world traction and build trust with prospective users
Tool-level analytics – see which tools are being used most, helping you prioritize development and documentation
Direct user feedback – users can report issues and suggest improvements through the listing, giving you a channel you would not have otherwise
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!
Related MCP Servers
- AlicenseAqualityAmaintenanceGTM signal intelligence suite for AI agents. Six tools: hiring signals, tech stack detection, company-to-LinkedIn resolution, ICP scoring, job board scanning, and a combined signals aggregator. Built for outbound sales workflows.117371MIT

industrylens-mcpofficial
AlicenseNot gradedqualityBmaintenanceBrowse IndustryLens's published competitive-intelligence reports and head-to-head competitor comparisons from any AI agent — real, source-backed data.MIT- AlicenseNot gradedqualityCmaintenanceA Voice of Customer pipeline that cross-references feedback from calls, reviews, chat, and other sources to surface only corroborated patterns, routing actionable insights with exact customer quotes to the right people.MIT
- AlicenseAqualityAmaintenanceDetects hiring intent signals by scanning job boards for specific companies. Returns structured role data for outbound sales targeting.1761MIT