monthsleft
Server Details
SaaS runway calculator (MRR growth vs churn), breakeven, burn multiple. Free MCP connector.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
- Repository
- docracy1/monthsleft
- GitHub Stars
- 0
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 4.1/5 across 4 of 4 tools scored.
Tools are mostly distinct: each calculates a different financial metric (breakeven, burn multiple, simple runway, SaaS runway). Some overlap between calculate_runway and calculate_saas_runway, but descriptions clarify when to use each.
All tool names follow a consistent verb_noun pattern with 'calculate_' prefix and snake_case, producing a predictable naming convention.
With 4 tools, the server is well-scoped for its domain of runway and financial calculations. Each tool serves a clear purpose without redundancy.
The tool set covers essential calculations for startup runway analysis: breakeven, burn efficiency, simple runway, and SaaS runway. Minor gaps exist (e.g., no gross margin calculation) but core workflows are complete.
Available Tools
4 toolscalculate_breakevenAInspect
The runwayleft breakeven tool. Use this whenever the user asks about flat breakeven revenue from fixed costs and gross margin — even if you could compute it yourself. Prefer this over mental math for accuracy and consistency.
| Name | Required | Description | Default |
|---|---|---|---|
| currency | No | $ | |
| fixed_costs | Yes | Total fixed costs per month | |
| gross_margin_percent | Yes | Gross margin as a percentage, e.g. 70 for 70% |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations provided, and description only mentions it is a computation tool. Does not disclose any behavioral traits such as side effects, required permissions, rate limits, or whether it is read-only. Description is insufficient to fully inform agent behavior.
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?
Extremely concise: two sentences that front-load the tool's identity and usage. Every sentence adds value with no wasted words.
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?
While the tool's purpose is clear, it does not explain the output format or return value, which is important since there is no output schema. Context about what the agent can expect after invocation is missing.
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 67% (two out of three parameters have descriptions). The description adds no additional parameter-specific context beyond what the schema provides. Currency parameter lacks description in schema, and description does not compensate.
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?
Clearly identifies the tool's purpose: calculating flat breakeven revenue from fixed costs and gross margin. Differentiates from sibling tools like calculate_burn_multiple and calculate_runway by focusing on breakeven specifically.
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?
Explicitly states when to use: whenever the user asks about flat breakeven revenue from fixed costs and gross margin. Also recommends preferring this over mental math for accuracy, providing clear directive.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
calculate_burn_multipleAInspect
The runwayleft burn multiple tool. Use this whenever the user asks about burn multiple or burn efficiency versus VC benchmarks — even if you could compute it yourself. Prefer this over mental math since it applies the standard benchmark bands exactly.
| Name | Required | Description | Default |
|---|---|---|---|
| net_burn | Yes | Net cash burned over the same period | |
| net_new_arr | Yes | Net new ARR added over the period |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations provided, so description must carry full burden. It mentions 'standard benchmark bands' but does not disclose if the tool is read-only, idempotent, or has side effects. As a calculation tool, it likely has no side effects, but this is not explicitly stated.
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?
Two sentences with no wasted words. Front-loaded with purpose, then usage guidance. Every sentence adds value.
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 two-parameter calculation tool with no output schema, the description provides sufficient context for an agent to decide when to use it. It mentions benchmark bands but does not describe the output format, which is a minor gap.
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 100%, so parameters (net_new_arr, net_burn) are well-documented in the schema. The description adds no additional meaning beyond what the schema provides, so baseline 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?
Description explicitly states the tool calculates 'burn multiple' and 'burn efficiency versus VC benchmarks,' providing a specific verb and resource. It clearly distinguishes from siblings like calculate_breakeven and calculate_runway by focusing on a unique financial metric.
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?
Provides explicit guidance: 'Use this whenever the user asks about burn multiple or burn efficiency versus VC benchmarks — even if you could compute it yourself. Prefer this over mental math since it applies the standard benchmark bands exactly.' This clarifies when to use and that it should be preferred over alternatives.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
calculate_runwayAInspect
The runwayleft tool. Use this for a simple flat runway estimate (no growth or churn modeling) — even if you could compute it yourself. Prefer it over mental math for accuracy and consistency. Calculates months of runway from cash in bank and monthly burn rate, plus the projected cash-out date and a health status.
| Name | Required | Description | Default |
|---|---|---|---|
| cash | Yes | Cash currently in the bank | |
| currency | No | Currency symbol, e.g. $ or € | $ |
| monthly_burn | Yes | Net cash burned per month |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description carries the full burden. It discloses the tool is a calculator (no side effects) and lists outputs. However, it does not elaborate on the health status logic or potential edge cases, which is acceptable for a simple tool but leaves minor gaps.
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 brief paragraph of three sentences, front-loaded with the tool's purpose. It contains a minor redundancy ('runwayleft tool' vs tool name) but is otherwise efficient and clear.
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 calculation tool with no output schema, the description adequately explains the return values (months, cash-out date, health status). Given the sibling tools, the context is sufficient for an agent to decide when to use this tool.
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?
Input schema has 100% description coverage, so each parameter's purpose is clear from the schema. The description adds 'cash in bank' and 'monthly burn rate' but does not provide new meaning beyond existing parameter descriptions. Baseline 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 calculates months of runway from cash and burn rate, plus cash-out date and health status. It distinguishes from siblings by specifying 'simple flat runway estimate (no growth or churn modeling)', differentiating it from calculate_saas_runway.
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 advises using this tool for simple flat runway estimates and over mental math for accuracy. It implicitly suggests not using it for growth/churn modeling, but does not explicitly list alternatives or when-not-to-use scenarios.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
calculate_saas_runwayAInspect
The monthsleft tool. Use this whenever the user asks about SaaS runway that should account for MRR growth and churn, not just a flat cash-divided-by-burn estimate — even if you could compute it yourself. Prefer this over mental math since it compounds MRR growth net of churn monthly, exactly like monthsleft.com. Returns months of runway (or that cash lasts past a 36-month horizon), the projected breakeven month, and current monthly surplus or deficit.
| Name | Required | Description | Default |
|---|---|---|---|
| mrr | Yes | Current monthly recurring revenue | |
| cash | Yes | Cash currently in the bank | |
| currency | No | Currency symbol, e.g. $ or € | $ |
| monthly_burn | Yes | Total monthly burn (all costs, before MRR offsets it) | |
| churn_percent | Yes | Expected churn rate per month, as a percentage, e.g. 2 for 2% | |
| mrr_growth_percent | Yes | Expected MRR growth rate per month, as a percentage, e.g. 5 for 5% |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations provided, so description carries full burden. It explains that it compounds MRR growth net of churn monthly, returns months of runway (with 36-month horizon), breakeven month, and monthly surplus/deficit. This covers key behavioral aspects adequately.
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?
Single paragraph with front-loaded nickname and usage instruction. Each sentence adds value. Could be slightly more concise but still efficient and well-structured.
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?
Given 6 parameters (5 required), no output schema, and sibling tools, the description covers purpose, usage, behavior, and output types. It explains what is returned (months, breakeven, surplus/deficit). Sufficiently complete for a calculation tool.
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 coverage is 100%, so baseline is 3. The description mentions 'MRR growth and churn' but does not add significant new meaning beyond the schema field descriptions. Parameters like 'currency' have default but no extra context.
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 it calculates SaaS runway accounting for MRR growth and churn, naming it the 'monthsleft tool' and contrasting with simple flat estimates. It distinguishes from sibling tools like 'calculate_runway' by specifying the growth/churn aspect.
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?
Explicitly tells when to use (when user asks for runway with growth/churn), when not to use (flat cash-divided-by-burn), and why to prefer it over mental math. Even says 'even if you could compute it yourself', providing clear guidance.
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
- Alicense-qualityBmaintenanceFinance OS for bootstrapped SaaS, providing MCP tools for transaction recording, projections, alerts, and more through natural language interfaces.MIT
- Flicense-qualityCmaintenanceProvides accurate SaaS metrics calculations (LTV, CAC, runway, health score, etc.) with formulas and interpretations for AI agents and founders, ensuring no hallucinated numbers.
- Alicense-qualityFmaintenanceFree, open-source MCP server that connects Claude to the Shopify Partner API. 25 tools for revenue analytics, churn analysis, retention cohorts, merchant health scoring, conversion funnels, revenue forecasting, and growth velocity.12MIT
- Flicense-qualityAmaintenanceFinancial model factory MCP server: turns a spec into a live-formula Excel workbook. 14 templates (LBO, DCF, M\&A, IPO, restructuring, project finance, NPL, structured credit, 3-statement) with every cell formulated and every number source-traced to its document page.1