Home · Guides

What the free tier really gives you

Free tier is a word people use to mean anything from a full product to a countdown. Here is the actual limit for each server, taken from data/facts.json in the repository. No account, no login, no key: leave MCP_LICENSE_KEY unset and this is what runs.

claude mcp add --scope user time-tracker --   node /absolute/path/to/mcp-servers/servers/time-tracker/dist/index.js

No key on that line, so the free tier is what starts. license_status on any server reports which mode it is in if you want it confirmed rather than assumed.

Unlimited on every tier, deliberately

Five tools are never metered, and the reasoning is written into each server's own material.

statement_agingWho owes me money is the question that server exists for.
trial_balanceWhether the books add up is the question that server exists for.
loan_scheduleThe payment and the interest are the answer, not the teaser.
perdiem_calcThe tables are public regulation. Metering the reading of a regulation is charging for the tax authority's work.
reconcile (petty cash)Whether the cash matches the paperwork is the whole point of a float.

The same principle puts contract_value, asset_schedule, lines_resolve, overdue_report and every zip safety check on the free tier too.

The limits, server by server

ServerFree tier
time-trackerUnlimited timers and entries; reads cover the last 7 days; 2 rated projects
invoice3 invoices a calendar month; overdue report free; small PDF footer
expense-trackerUnlimited logging; reads cover 30 days; 3 projects, 5 rules, 200-row CSV
spreadsheetRead and query files up to 5,000 rows; writes up to 500
quotes5 open quotes; unlimited text quotes, accept, decline, revise
pdfMerge up to 5 files; edits on files up to 30 pages; PAID and DRAFT stamps
bank-statement2 accounts, 12 months, 5 rules; reconcile 31 days at a time
kanban3 projects, 200 open tasks
zip20 archives a month, 25 MB, 200 entries; reading never metered
imageImages up to 4 megapixels, batches of 5
currencyLatest rates and conversion; history up to 90 days
docxUnlimited create and read; 3 proposals or contracts a month
timezoneSlots for up to 3 participants over 5 days; 5 contacts; 3 ics a month
calendar2 calendars, windows up to 31 days, exports up to 50 events
resumeModern-style resume and exports; 3 cover letters a month
clausesStarter set plus 10 own clauses; assemble up to 8
recurring3 active schedules, 30-day view
price-trackerUnlimited price checks; 3 watches, 30 observations each
barcode20 codes a month, SVG at any size, every symbology
billing-docs5 documents a month; text exports never metered
deposits5 recorded a month; applying, refunds and balances unlimited
statement-of-account5 distinct statements a month; aging and dunning free
per-diemRate lookups unlimited; 5 trips saved a month
asset-registerSchedules unlimited; 10 assets in the register
cash-bookTrial balance unlimited; 3 periods a month
amortizationSchedules unlimited; 3 loans held
petty-cashReconcile unlimited; 1 float, 20 vouchers a month
work-order5 open work orders, 200 lines each
change-order5 open change orders; contract value free
catalogue25 SKUs, one price tier, unlimited rate cards and text answers

The pattern in the caps

Look at what is metered. It is nearly always creating a document that goes to somebody else, or holding more records than a one-person business holds. It is almost never reading back what you already put in, and it is never a safety check. Where a cap counts open items rather than items ever created, finishing one frees the slot, which is true on quotes, work orders and change orders.

A byte-identical duplicate is refused before the cap is consulted on several servers, so filing the same thing twice by accident costs you nothing and the refusal names the id already holding it rather than offering an upgrade.

If you outgrow it

19 dollars once for one server, 39 dollars once for all of them. One-time, not a subscription, and the key is an Ed25519 signature the server verifies locally with no activation server to phone. Prices from data/facts.json.

Questions

Is there a trial that expires?

No. There is no clock anywhere in these servers. The free tier is the free tier in month one and in month twelve, and an install with no key never stops working.

What happens when I hit a cap?

The call is refused by name with the reason and the number. Nothing already created becomes unreachable: reads, lists, exports of existing records and every free tool keep working. The cap is on adding, not on reaching what you have.

Do the servers phone home to count usage?

No. There is no network call in 28 of the 30 servers at all, and the two that make one fetch European Central Bank rates or a product page you named. Counters are local files. Deleting the data folder resets a monthly counter, which is a consequence of not having a server and is stated rather than hidden.

Can I try Pro before buying?

There is no trial key. What there is instead is a free tier designed so the thing each server exists to answer is free: aging, trial balance, loan schedules, per diem calculation and the petty cash reconciliation are all unmetered on purpose. You can judge the answers before you pay for the documents.

Related

All MCP servers and prices · All guides · Buy the bundle $39