Skip to main content
Glama
FellowTraveler

finance-calc-mcp

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
calculateA

Evaluate a financial/business math expression. Supports +, -, *, /, **, %, parentheses, and common functions: round(), abs(), max(), min(), sum(), sqrt(). Examples: '125000 * 0.21', '(85000 - 12000) / 12', 'round(1234567.89, -3)'

gross_marginA

Calculate gross margin, gross profit, and markup from revenue and COGS.

us_income_tax_estimateB

Estimate 2024 US federal income tax (individuals). Filing statuses: single, married_jointly, married_separately, head_of_household.

self_employment_taxA

Calculate self-employment (SE) tax and deductible half for Schedule SE.

depreciationA

Calculate straight-line or MACRS-style depreciation schedule.

payroll_summaryA

Estimate employer payroll costs and employee net pay for a given gross salary. Covers FICA (SS + Medicare), FUTA, and SUTA estimate.

loan_amortizationA

Generate a loan amortization summary (monthly payment, total interest, full schedule).

percent_changeB

Calculate percent change, markup, or margin between two values.

break_evenA

Calculate break-even units and revenue given fixed costs, price per unit, and variable cost per unit.

currency_formatA

Format a number as USD currency string (or other locale).

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/FellowTraveler/finance-calc-mcp'

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