axiom-calculator-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
| logging | {} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| mortgage_calculatorA | Calculate monthly mortgage payment, total interest paid, and full amortization summary. Returns the monthly principal+interest payment, total interest over the loan life, total cost of the home, break-even analysis, and the first 12 months of amortization. Optionally includes property tax and insurance in the total monthly cost. |
| rent_vs_buyA | Compare total cost of renting vs buying over a given number of years. Accounts for mortgage payments, equity built, opportunity cost of down payment, rent increases over time, and home appreciation. Returns which option is cheaper and by how much over the analysis period. |
| compound_interestA | Project investment growth with compound interest and optional regular contributions. Shows final value, total contributions, total interest earned, and a year-by-year growth table. Uses the standard compound interest formula with optional periodic contributions. |
| fire_numberA | Calculate your FIRE (Financial Independence, Retire Early) number and timeline. Finds the portfolio size needed to cover your expenses indefinitely using the chosen withdrawal rate. If you provide current savings and annual savings rate, also estimates how many years until you reach FIRE. |
| inflation_adjusted_returnA | Calculate the real (inflation-adjusted) return on an investment. Shows the difference between nominal growth and actual purchasing power growth. Useful for understanding if your investments are truly beating inflation. |
| loan_comparisonA | Compare two loan options by total cost, monthly payment, and true APR. Helps decide between a lower rate with higher fees vs higher rate with lower fees, or shorter term (higher payment, less interest) vs longer term (lower payment, more interest). |
| true_credit_costA | Find the true total cost and implied APR of any credit product. Works for car financing, buy-now-pay-later, credit card minimum payments, personal loans, and any fixed payment schedule. Cuts through misleading '0% financing' or low-rate marketing to show actual cost. |
| debt_payoff_planA | Calculate how long to pay off a debt and how much interest you'll pay. Compares the base payment plan vs adding extra monthly payments, showing exactly how many months and dollars you save. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
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/vdalhambra/axiom-calculator-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server