← Registry

General Tools

toolforte.com

Validates IBANs, calculates VAT, checks VAT number formats, and computes working days and Dutch public holidays.

1 endpoint35 known toolsFirst detected August 28, 2026Last detected September 6, 2026

ENDPOINT 1

https://toolforte.com/api/mcp/mcp

No auth detected

MCP server metadata

Name
toolforte
Version
1.2.0
Capabilities
tools.listChanged

Known tools 35

text_diff

Compute an exact line-based diff between two texts with add/remove/unchanged stats.

Potential side effects
format_json

Validate and pretty-print JSON with a real parser.

Inferred read-only
markdown_to_html

Convert Markdown to HTML deterministically.

Inferred read-only
csv_to_json

Parse CSV data into JSON with delimiter auto-detection and quoted-field handling.

Inferred read-only
url_encode

URL-encode or decode a string with exact percent-encoding.

Inferred read-only
base64

Encode text to Base64 or decode Base64 to text, byte-exact.

Inferred read-only
test_regex

Run a JavaScript regular expression against a test string using a real regex engine.

Inferred read-only
convert_color

Convert a CSS color between HEX, RGB, HSL, and HSB with exact math.

Inferred read-only
password_strength

Analyze password strength with entropy-based scoring and concrete feedback.

Inferred read-only
count_words

Exact word, character, sentence, and paragraph counts plus reading time for a text.

Inferred read-only
parse_cron

Parse a cron expression into a human-readable description and the next scheduled run times.

Inferred read-only
generate_uuids

Generate cryptographically random UUID v4 values.

Inferred read-only
validate_iban

Validate an IBAN with the exact mod-97 checksum and country format rules.

Inferred read-only
generate_slug

Convert text into a URL-safe slug, handling unicode and diacritics deterministically.

Inferred read-only
validate_email

Validate email address syntax and detect common domain typos (e.g.

Potential side effects
calculate_vat

Add VAT to a net amount or extract VAT from a gross amount at any rate (e.g.

Inferred read-only
check_vat_number_format

Check the format of an EU/GB/CH VAT number (syntax only, no VIES registration lookup).

Inferred read-only
dutch_public_holidays

Exact Dutch public holidays for a year, including movable feasts (Easter, Ascension, Whitsun) and King's Day rules.

Inferred read-only
working_days_between

Count working days (Mon-Fri) between two dates inclusive, optionally excluding Dutch public holidays.

Inferred read-only
generate_test_bsn

Generate Dutch BSN test numbers that pass the elfproef (11-check) but belong to no real person.

Inferred read-only
generate_test_iban

Generate structurally valid test IBANs (correct mod-97 check digits) for NL, DE, BE, FR, or GB that belong to no real bank account.

Inferred read-only
generate_brp_test_data

Generate Dutch BRP/GBA test persons with valid BSNs, families, addresses and life events (married, widowed, deceased, moved, living abroad).

Inferred read-only
generate_upa_files

Generate UPA pension declaration XML (the Dutch payroll-to-pension-fund message) for one or more periods, with employments, schemes and optional deliberate defects that a receiving system should reject.

Potential side effects
workflow_list

List the workflows saved to the ToolForte account this API key belongs to.

Inferred read-only
workflow_run

Run one saved workflow by id and return what every step produced.

Inferred read-only
memory_set

Store a value under a key so you can read it back in a LATER session.

Inferred read-only
memory_get

Read back a value you (or another session using the same API key) stored earlier with memory_set.

Inferred read-only
memory_list

List the keys you have stored, newest first, optionally filtered by prefix.

Inferred read-only
memory_delete

Delete a stored key.

Potential side effects
html_to_pdf

Render an HTML document to a real PDF with headless Chrome (full CSS support, print backgrounds).

Inferred read-only
url_to_pdf

Render a public web page to PDF with headless Chrome.

Inferred read-only
url_screenshot

Take a PNG screenshot of a public web page with headless Chrome.

Inferred read-only
qr_code_png

Generate a QR code as a downloadable PNG image.

Inferred read-only
read_page

Read a web page as clean text or Markdown, WITH JavaScript executed.

Inferred read-only
pdf_merge

Merge 2-10 PDFs (public URLs, max 10MB each) into one PDF.

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.toolforte]
url = "https://toolforte.com/api/mcp/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "toolforte": {
      "type": "http",
      "url": "https://toolforte.com/api/mcp/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: toolforte
Remote MCP URL: https://toolforte.com/api/mcp/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": {
    "toolforte": {
      "url": "https://toolforte.com/api/mcp/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "toolforte": {
      "type": "http",
      "url": "https://toolforte.com/api/mcp/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "toolforte",
  "transport": "streamable-http",
  "url": "https://toolforte.com/api/mcp/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.