← Registry

General Tools

workingfigures.com

Provides paginated catalogs of money calculators, in-browser utilities, datasets, guides, and news briefs.

1 endpoint48 known toolsFirst detected September 16, 2026Last detected September 16, 2026

ENDPOINT 1

https://workingfigures.com/api/mcp

No auth detected

MCP server metadata

Name
workingfigures-utilities
Version
1.0.0
Capabilities
tools
Server instructions

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-calculators

Paginated catalog of the money calculators (name, description, URL).

Inferred read-only
list-utilities

Paginated catalog of the in-browser utilities under /convert.

Inferred read-only
list-datasets

Paginated catalog of the published datasets under /data, with the date each was last checked.

Inferred read-only
list-guides

Paginated catalog of published guides (title, description, dates, URL).

Inferred read-only
list-news

Paginated news briefs (title, description, publish time, sources, URL).

Potential side effects
get-guide

Read one published guide in full: metadata plus the Markdown body.

Inferred read-only
get-news

Read one news brief in full: metadata, sources and the Markdown body.

Inferred read-only
slugify

Turn a title into a URL slug (lowercase, hyphens, accents stripped).

Inferred read-only
convert-case

Convert text between casings (upper, lower, title, sentence, camel, pascal, snake, kebab, constant).

Inferred read-only
base64-encode

Base64-encode UTF-8 text.

Inferred read-only
base64-decode

Decode Base64 back to UTF-8 text.

Inferred read-only
url-encode

Percent-encode text for URLs and query strings.

Inferred read-only
url-decode

Decode percent-encoded text (+ treated as space).

Inferred read-only
html-entities-encode

Escape reserved and non-ASCII characters as HTML entities.

Inferred read-only
html-entities-decode

Decode named and numeric HTML entities to text.

Inferred read-only
json-format

Validate and pretty-print or minify JSON.

Inferred read-only
csv-to-json

Parse CSV (auto delimiter) into an array of typed objects.

Inferred read-only
json-to-csv

Turn a JSON array of objects into RFC 4180 CSV.

Inferred read-only
word-count

Words, characters, sentences, paragraphs and reading time.

Inferred read-only
diff

Line diff (LCS) between two texts, with counts.

Inferred read-only
timestamp

Parse a Unix timestamp (s/ms/us) or date string into every view.

Inferred read-only
timezone-convert

Convert a wall-clock time between IANA timezones (DST-aware).

Inferred read-only
color-convert

Parse a color (hex, rgb(), hsl(), triplet) into hex, rgb and hsl.

Inferred read-only
currency-rates

Daily ECB reference rates (EUR base) with their date.

Inferred read-only
currency-convert

Convert an amount between currencies using ECB reference rates.

Inferred read-only
convert-data

Convert a document between JSON, YAML, TOON and CSV in any direction.

Inferred read-only
json-to-toon

Convert JSON to TOON, the token-oriented format that writes repeated object keys once.

Inferred read-only
toon-to-json

Convert TOON back to JSON, expanding tabular rows into full objects.

Inferred read-only
uuid

Generate random v4 UUIDs (1-100).

Inferred read-only
lorem-ipsum

Generate lorem ipsum filler (paragraphs, sentences or words).

Inferred read-only
hourly-to-salary

Convert a contract hourly rate into the W-2 salary that costs an employer the same.

Inferred read-only
savings-goal

Size an emergency fund in months of expenses and time the gap at a saving pace.

Inferred read-only
estimated-tax-penalty

IRS underpayment interest per quarter at the published rates (Form 2210 chart method).

Inferred read-only
invoice-aging

Age a list of unpaid invoices into 30/60/90 buckets and price the delay.

Potential side effects
transfer-fees

Cost of a cross-border payment at published provider pricing, exchange-rate markup included.

Potential side effects
cash-flow-forecast

Daily cash balance over a horizon from expected payments and fixed costs.

Inferred read-only
llc-costs

LLC filing, report and annual tax costs for all 50 US states and DC, with first-year and recurring totals.

Inferred read-only
timezone-abbreviation

Resolve a time zone abbreviation (CET, EST, JST) to its offset, region and every other meaning it has.

Inferred read-only
year-end-checklist

Build the December tax checklist for a freelancer situation (six booleans in, sections out).

Inferred read-only
mortgage-affordability

Indicative self-employed borrowing capacity from net profit (US, ES, UK rule sets), plus what an extra deduction costs in borrowing power.

Inferred read-only
conference-trip-cost

True cost of a conference trip: cash plus the billing lost, net of the deduction (US meals limited to 50%).

Inferred read-only
es-pension-jubilacion

Spanish 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-only
es-modelo-130

Spanish 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-only
es-nomina-bruto-neto

Spanish 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 effects
uk-state-pension

UK 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-only
us-social-security-estimate

Social Security retirement benefit estimate: AIME over 35 years, 2026 bend points, claiming-age adjustment and the 92.35% self-employment coverage haircut.

Inferred read-only
finance-score

Freelance finance readiness score out of 100 across six weighted areas, with each gap priced in dollars a year.

Inferred read-only
cost-index

The 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-only

CONNECT 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.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.