Skip to main content
Glama
eyetoolkit

mQuickCalc Finance MCP Server

by eyetoolkit

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
etsy_fee_calculatorA

Calculate Etsy fees: transaction (6.5%) + payment processing (3.25%+$0.25) + listing ($0.20). EU adds 2% regulatory fee.

ebay_fee_calculatorB

Calculate eBay fees for US/UK/DE/CA/AU markets. Final value fee + payment processing $0.35.

paypal_fee_calculatorA

PayPal fee: domestic 2.99%+$0.30, micropayment 4.99%+$0.05.

stripe_fee_calculatorC

Stripe domestic 2.9%+$0.30, international 3.9%+$0.30.

shopify_fee_calculatorC

Shopify monthly fee: Basic $29 / Shopify $79 / Advanced $299 + per-transaction fees (3.25%/2.95%/2.65%).

discount_calculatorB

Calculate final price and savings from discount %. Input: originalPrice, discountPercent.

markup_margin_calculatorA

Calculate selling price and margin from cost + markup %. Input: cost, markupPercent.

profit_margin_calculatorB

Calculate gross profit and profit margin % from revenue and cost.

break_even_calculatorC

Calculate break-even point in units. Input: fixedCosts, pricePerUnit, variableCostPerUnit, targetProfit (optional).

compound_interest_calculatorA

Compound interest with optional monthly contributions. Input: principal, annualRate (%), years, monthlyContribution, compoundFreq (default 12).

loan_calculatorC

Fixed-rate loan monthly payment. Input: principal, annualRate (%), years.

mortgage_calculatorA

Monthly mortgage payment. Input: homePrice, downPayment (%) default 20, years default 30, annualRate (%) default 6.5.

sales_tax_calculatorB

Add sales tax to a price. Input: price, taxRate (%) default 8.

platform_fee_comparisonA

Compare net revenue on Etsy, eBay, and PayPal for a given sale. Input: itemPrice, shippingFee (optional).

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

B3.4/5.0

Scored across 14 tools

Disambiguation4/5

Most tools have clearly distinct purposes (e.g., PayPal vs. eBay fees), but fee calculators for specific platforms are similar in structure and could be confused when selecting a generic fee tool. The platform_fee_comparison tool overlaps with individual calculators, but its aggregate purpose helps disambiguation.

Naming Consistency4/5

Most tools follow a clear pattern of 'provider_fee_calculator' or 'calculator' suffix, with consistent snake_case naming. A few like markup_margin_calculator and profit_margin_calculator are slightly redundant in wording, but the overall naming is predictable.

Tool Count5/5

With 14 tools, the server covers a reasonable range of financial calculations for a niche purpose. Each tool targets a distinct calculation need, and the count is well within the ideal 3-15 range.

Completeness4/5

The server covers common fee, pricing, and financial calculations, but lacks some expected calculators like currency conversion or simple percentage change. A tool for comparing rates or analyzing scenarios would round out the set, but the core use cases are covered.

Maintenance

ActivityMaintained
ResponsivenessNo issues