finance-calc-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": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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