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
See and control every tool call
Available Tools
4 toolscompare_health_classesInspect
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. |
compare_termsInspect
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 |
list_optionsInspect
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 | |||
query_ratesInspect
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 |
Verify Ownership
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 verified, the connector will appear as claimed by you.
Last verification attempt failed.
Control your server's listing on Glama, including description and metadata
Receive usage reports showing how your server is being used
Get monitoring and health status updates for your server
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!