General Tools
toolforte.com
Validates IBANs, calculates VAT, checks VAT number formats, and computes working days and Dutch public holidays.
ENDPOINT 1
https://toolforte.com/api/mcp/mcp
MCP server metadata
- Name
- toolforte
- Version
- 1.2.0
Known tools 35
text_diffCompute an exact line-based diff between two texts with add/remove/unchanged stats.
Potential side effectscsv_to_jsonParse CSV data into JSON with delimiter auto-detection and quoted-field handling.
Inferred read-onlytest_regexRun a JavaScript regular expression against a test string using a real regex engine.
Inferred read-onlypassword_strengthAnalyze password strength with entropy-based scoring and concrete feedback.
Inferred read-onlycount_wordsExact word, character, sentence, and paragraph counts plus reading time for a text.
Inferred read-onlyparse_cronParse a cron expression into a human-readable description and the next scheduled run times.
Inferred read-onlyvalidate_ibanValidate an IBAN with the exact mod-97 checksum and country format rules.
Inferred read-onlygenerate_slugConvert text into a URL-safe slug, handling unicode and diacritics deterministically.
Inferred read-onlyvalidate_emailValidate email address syntax and detect common domain typos (e.g.
Potential side effectscalculate_vatAdd VAT to a net amount or extract VAT from a gross amount at any rate (e.g.
Inferred read-onlycheck_vat_number_formatCheck the format of an EU/GB/CH VAT number (syntax only, no VIES registration lookup).
Inferred read-onlydutch_public_holidaysExact Dutch public holidays for a year, including movable feasts (Easter, Ascension, Whitsun) and King's Day rules.
Inferred read-onlyworking_days_betweenCount working days (Mon-Fri) between two dates inclusive, optionally excluding Dutch public holidays.
Inferred read-onlygenerate_test_bsnGenerate Dutch BSN test numbers that pass the elfproef (11-check) but belong to no real person.
Inferred read-onlygenerate_test_ibanGenerate 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-onlygenerate_brp_test_dataGenerate Dutch BRP/GBA test persons with valid BSNs, families, addresses and life events (married, widowed, deceased, moved, living abroad).
Inferred read-onlygenerate_upa_filesGenerate 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 effectsworkflow_listList the workflows saved to the ToolForte account this API key belongs to.
Inferred read-onlymemory_getRead back a value you (or another session using the same API key) stored earlier with memory_set.
Inferred read-onlymemory_listList the keys you have stored, newest first, optionally filtered by prefix.
Inferred read-onlyhtml_to_pdfRender an HTML document to a real PDF with headless Chrome (full CSS support, print backgrounds).
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.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.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.