General Tools
workingfigures.com
Provides paginated catalogs of money calculators, in-browser utilities, datasets, guides, and news briefs.
ENDPOINT 1
https://workingfigures.com/api/mcp
MCP server metadata
- Name
- workingfigures-utilities
- Version
- 1.0.0
Free text/data utilities from workingfigures.com: slugs, case, base64, URL and HTML escaping, JSON/CSV, diffs, word counts, timestamps, timezone and color conversion, ECB currency rates, UUIDs and lorem ipsum. Every tool is also a web page under https://workingfigures.com/convert.
Known tools 48
list-calculatorsPaginated catalog of the money calculators (name, description, URL).
Inferred read-onlylist-datasetsPaginated catalog of the published datasets under /data, with the date each was last checked.
Inferred read-onlylist-guidesPaginated catalog of published guides (title, description, dates, URL).
Inferred read-onlylist-newsPaginated news briefs (title, description, publish time, sources, URL).
Potential side effectsconvert-caseConvert text between casings (upper, lower, title, sentence, camel, pascal, snake, kebab, constant).
Inferred read-onlyjson-to-toonConvert JSON to TOON, the token-oriented format that writes repeated object keys once.
Inferred read-onlyhourly-to-salaryConvert a contract hourly rate into the W-2 salary that costs an employer the same.
Inferred read-onlysavings-goalSize an emergency fund in months of expenses and time the gap at a saving pace.
Inferred read-onlyestimated-tax-penaltyIRS underpayment interest per quarter at the published rates (Form 2210 chart method).
Inferred read-onlyinvoice-agingAge a list of unpaid invoices into 30/60/90 buckets and price the delay.
Potential side effectstransfer-feesCost of a cross-border payment at published provider pricing, exchange-rate markup included.
Potential side effectscash-flow-forecastDaily cash balance over a horizon from expected payments and fixed costs.
Inferred read-onlyllc-costsLLC filing, report and annual tax costs for all 50 US states and DC, with first-year and recurring totals.
Inferred read-onlytimezone-abbreviationResolve a time zone abbreviation (CET, EST, JST) to its offset, region and every other meaning it has.
Inferred read-onlyyear-end-checklistBuild the December tax checklist for a freelancer situation (six booleans in, sections out).
Inferred read-onlymortgage-affordabilityIndicative self-employed borrowing capacity from net profit (US, ES, UK rule sets), plus what an extra deduction costs in borrowing power.
Inferred read-onlyconference-trip-costTrue cost of a conference trip: cash plus the billing lost, net of the deduction (US meals limited to 50%).
Inferred read-onlyes-pension-jubilacionSpanish state pension estimate from a career of periods (employee, self-employed or mixed), with the 2026 dual base reguladora and the early or delayed retirement adjustment.
Inferred read-onlyes-modelo-130Spanish modelo 130 quarterly income-tax prepayment: 20% of the profit accumulated since January, net of earlier payments, client withholding and the low-income reduction.
Inferred read-onlyes-nomina-bruto-netoSpanish employee gross-to-net pay: 2026 worker Social Security rates, IRPF withholding and the net figure per payslip at 12 or 14 payments.
Potential side effectsuk-state-pensionUK new State Pension forecast from qualifying years, with the shortfall to the full rate and the payback on a voluntary Class 3 top-up.
Inferred read-onlyus-social-security-estimateSocial Security retirement benefit estimate: AIME over 35 years, 2026 bend points, claiming-age adjustment and the 92.35% self-employment coverage haircut.
Inferred read-onlyfinance-scoreFreelance finance readiness score out of 100 across six weighted areas, with each gap priced in dollars a year.
Inferred read-onlycost-indexThe Freelance Cost Index: a published monthly reading (0-10) of what running a US freelance business costs, with every component scored, weighted and sourced.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.workingfigures-utilities]
url = "https://workingfigures.com/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"workingfigures-utilities": {
"type": "http",
"url": "https://workingfigures.com/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: workingfigures-utilities
Remote MCP URL: https://workingfigures.com/api/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"workingfigures-utilities": {
"url": "https://workingfigures.com/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"workingfigures-utilities": {
"type": "http",
"url": "https://workingfigures.com/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "workingfigures-utilities",
"transport": "streamable-http",
"url": "https://workingfigures.com/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.