Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

io.github.Toinedotcom/toolforte

REMOTE · TOOLFORTE.COM · 2 COMPONENTS · SCANNED SEP 25

Exact IBAN, VAT, cron, regex answers; HTML/URL to hosted PDF or screenshot; agent memory; workflows.

+1 this week 75 Trust /100
Trust breakdown (7 categories)

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. How we score → Why this is hard to score →

Endpoint Security80
Transport & Reachability100
Schema Quality & AI Usability81
  • 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).Pass
  • AI-judged instruction clarity (excellent).Pass
  • Context-footprint check failed: tool/resource definitions use about 2419 tokens (~161/item across 15 items; 14 tools + 1 resources), over budget; trim descriptions and params. See how to fix → Fail
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management0
  • Stability check failed: schema churn in the 18 days we've observed: 100 tool removals, 0 breaking changes, 0 auth/transport breaks, 3 additions. See how to fix → Fail
Tool Coverage100
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 100% of tool parameters carry a description.Pass
  • Structured output schemas are declared (100% of tools); any adoption earns full credit.Pass
Tool Safety100
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • We read all 14 captured tool definition(s), and no name or description among them implies an irreversible operation.Pass
  • An AI judge read all 16 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
  • Implements a current MCP spec version (2026-07-28).Pass
Install

How do I install the io.github.Toinedotcom/toolforte MCP server?

io.github.Toinedotcom/toolforte is a hosted endpoint at https://toolforte.com/api/mcp, so there is nothing to install locally. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

remote · toolforte.com

# add to Claude Code
claude mcp add --transport http toinedotcom-toolforte 'https://toolforte.com/api/mcp'
// .cursor/mcp.json
{
  "mcpServers": {
    "toinedotcom-toolforte": {
      "url": "https://toolforte.com/api/mcp"
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "toinedotcom-toolforte": {
      "type": "http",
      "url": "https://toolforte.com/api/mcp"
    }
  }
}
# ~/.codex/config.toml
[mcp_servers.toinedotcom-toolforte]
url = "https://toolforte.com/api/mcp"
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "toinedotcom-toolforte": {
      "type": "remote",
      "url": "https://toolforte.com/api/mcp",
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add toinedotcom-toolforte --url 'https://toolforte.com/api/mcp' --transport streamable-http
# ~/.hermes/config.yaml
mcp_servers:
  toinedotcom-toolforte:
    url: "https://toolforte.com/api/mcp"
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "toinedotcom-toolforte": {
      "Transport": "http",
      "Url": "https://toolforte.com/api/mcp"
    }
  }
}
# add to Vellum
assistant mcp add toinedotcom-toolforte -t streamable-http -u 'https://toolforte.com/api/mcp'
// mcp.json
{
  "mcpServers": {
    "toinedotcom-toolforte": {
      "type": "http",
      "url": "https://toolforte.com/api/mcp"
    }
  }
}

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 25 Sept 26 0
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 23 Sept 26 +1
    • The server rewrote its instructions, which are the text every model session reads security
    • Schema quality: 128 → 161 ▼ functional
    • The server now declares the “resources” capability functional
    • The server now declares the “prompts” capability functional
    • First check of Schema quality: 100 functional
    • New prompt “when_to_use_toolforte” functional
    • New prompt “page_to_pdf” functional
    • New prompt “dutch_test_dataset” functional
    • New prompt “check_payment_data” functional
    • New resource “tools” functional
    • Server version: 1.10.0 → 1.11.0 functional
  • 21 Sept 26 0
    • Server version: 1.8.0 → 1.10.0 functional
  • 14 Sept 26 +5
    • Stability: 0.20 → fail ▼ security
    • Tool “format_sql” was removed ▼ security
    • Tool “format_xml” was removed ▼ security
    • Tool “generate_brp_test_data” was removed ▼ security
    • Tool “generate_excel_formula” was removed ▼ security
    • Tool “generate_lorem_ipsum” was removed ▼ security
    • Tool “generate_password” was removed ▼ security
    • Tool “generate_slug” was removed ▼ security
    • Tool “generate_sql” was removed ▼ security
    • Tool “generate_test_bsn” was removed ▼ security
    • Tool “generate_test_document_number” was removed ▼ security
    • Tool “generate_test_iban” was removed ▼ security
    • Tool “generate_upa_files” was removed ▼ security
    • Tool “generate_uuids” was removed ▼ security
    • Tool “hash_text” was removed ▼ security
    • Tool “html_entities” was removed ▼ security
    • Tool “html_to_pdf” was removed ▼ security
    • Tool “http_status” was removed ▼ security
    • Tool “image_compress” was removed ▼ security
    • Tool “image_convert” was removed ▼ security
    • Tool “image_resize” was removed ▼ security
    • Tool “images_to_pdf” was removed ▼ security
    • Tool “improve_prompt” was removed ▼ security
    • Tool “json_to_csv” was removed ▼ security
    • Tool “json_to_typescript” was removed ▼ security
    • Tool “json_to_xml” was removed ▼ security
    • Tool “json_to_yaml” was removed ▼ security
    • Tool “loan_payment” was removed ▼ security
    • Tool “markdown_to_html” was removed ▼ security
    • Tool “memory_delete” was removed ▼ security
    • Tool “memory_get” was removed ▼ security
    • Tool “memory_list” was removed ▼ security
    • Tool “memory_set” was removed ▼ security
    • Tool “merge_csv” was removed ▼ security
    • Tool “morse_code” was removed ▼ security
    • Tool “numbers_to_words” was removed ▼ security
    • Tool “parse_cron” was removed ▼ security
    • Tool “password_strength” was removed ▼ security
    • Tool “pdf_merge” was removed ▼ security
    • Tool “pdf_split” was removed ▼ security
    • Tool “pdf_to_docx” was removed ▼ security
    • Tool “percentage” was removed ▼ security
    • Tool “px_to_rem” was removed ▼ security
    • Tool “qr_code_png” was removed ▼ security
    • Tool “random_numbers” was removed ▼ security
    • Tool “read_page” was removed ▼ security
    • Tool “reading_time” was removed ▼ security
    • Tool “reverse_text” was removed ▼ security
    • Tool “roi” was removed ▼ security
    • Tool “roman_numerals” was removed ▼ security
    • Tool “rot13” was removed ▼ security
    • Tool “sort_lines” was removed ▼ security
    • Tool “split_csv” was removed ▼ security
    • Tool “split_tip” was removed ▼ security
    • Tool “strip_metadata” was removed ▼ security
    • Tool “translate_code” was removed ▼ security
    • Tool “url_encode” was removed ▼ security
    • Tool “url_screenshot” was removed ▼ security
    • Tool “url_to_pdf” was removed ▼ security
    • Tool “validate_email” was removed ▼ security
    • Tool “week_number” was removed ▼ security
    • Tool “word_frequency” was removed ▼ security
    • Tool “write_email” was removed ▼ security
    • Tool “xml_to_json” was removed ▼ security
    • Tool “yaml_to_json” was removed ▼ security
    • Tool “check_vat_number_format” was removed ▼ security
    • Tool “clean_text” was removed ▼ security
    • Tool “color_contrast” was removed ▼ security
    • Tool “compound_interest” was removed ▼ security
    • Tool “convert_case” was removed ▼ security
    • Tool “convert_color” was removed ▼ security
    • Tool “convert_number_base” was removed ▼ security
    • Tool “convert_subtitles” was removed ▼ security
    • Tool “convert_timestamp” was removed ▼ security
    • Tool “convert_timezone” was removed ▼ security
    • Tool “convert_units” was removed ▼ security
    • Tool “count_words” was removed ▼ security
    • Tool “csv_to_markdown” was removed ▼ security
    • Tool “date_difference” was removed ▼ security
    • Tool “decode_jwt” was removed ▼ security
    • Tool “dedupe_lines” was removed ▼ security
    • Tool “discount” was removed ▼ security
    • Tool “docx_to_pdf” was removed ▼ security
    • Tool “dutch_30_percent_ruling” was removed ▼ security
    • Tool “dutch_gift_tax” was removed ▼ security
    • Tool “dutch_holiday_allowance” was removed ▼ security
    • Tool “dutch_inheritance_tax” was removed ▼ security
    • Tool “dutch_mileage_allowance” was removed ▼ security
    • Tool “dutch_notice_period” was removed ▼ security
    • Tool “dutch_school_holidays” was removed ▼ security
    • Tool “dutch_severance” was removed ▼ security
    • Tool “dutch_ww_duration” was removed ▼ security
    • Tool “find_and_replace” was removed ▼ security
    • Tool “age” was removed ▼ security
    • Tool “aow_age” was removed ▼ security
    • Tool “base64” was removed ▼ security
    • Tool “bmi” was removed ▼ security
    • Tool “break_even” was removed ▼ security
    • Tool “build_utm_url” was removed ▼ security
    • Tool “check_scam_message” was removed ▼ security
    • Tool “chmod” was removed ▼ security
    • Authorization: fail → partial ▲ security
    • Schema quality: 15600 → 1792 ▲ functional
    • Destructive annotations: 60 → pass functional
    • Server version: 1.7.0 → 1.8.0 functional
    • New tool “describe_tool” functional
    • New tool “run_tool” functional
    • New tool “search_tools” functional
  • 13 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 17 to 20. That category is still filling its 30-day observation window: 5 days of observed history at the previous scan, 6 at this one. The score rises as the window fills, whether or not the server changes.

  • 11 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 10 to 13. That category is still filling its 30-day observation window: 3 days of observed history at the previous scan, 4 at this one. The score rises as the window fills, whether or not the server changes.

  • 9 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 3 to 7. That category is still filling its 30-day observation window: 1 days of observed history at the previous scan, 2 at this one. The score rises as the window fills, whether or not the server changes.

  • 8 Sept 26 0
    • Stability: unverified → 0.03 ▲ functional
Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 25 Sept 2026 · Probed https://toolforte.com/api/mcp

TLS valid

Negotiated TLS 1.3 with TLS_AES_128_GCM_SHA256 .

Subject Issuer Valid from Valid until Key Signature Serial
CN=toolforte.com CN=YR2,O=Let's Encrypt,C=US 20 Aug 2026 18 Nov 2026 RSA 2048 SHA256-RSA 61f298971eb9e3df47a036d1b253585776e
SANs: toolforte.com
CN=YR2,O=Let's Encrypt,C=US (CA) CN=Root YR,O=ISRG,C=US 3 Sept 2025 2 Sept 2028 RSA 2048 SHA256-RSA 4ebd24947e24d394802d84a52fd5b319
CN=Root YR,O=ISRG,C=US (CA) CN=ISRG Root X1,O=Internet Security Research Group,C=US 13 May 2026 2 Sept 2032 RSA 4096 SHA256-RSA f24b6d17f9d9ad7cb1c9fea78782699f

Background: What to check on a remote MCP endpoint →

DNSSEC insecure

Validation of toolforte.com. — Not signed

Zone DS Keys Algorithms Outcome
. trust_anchor 20326, 38696 8, 8 Verified
com. present 19718 13 Verified
toolforte.com. absent Unsigned (proven) parent-signed NSEC/NSEC3 proves an unsigned delegation
Authentication No authorisation required

The endpoint answered without asking for a token. Anyone who knows the URL can reach it.

Result No authorisation required
HTTP status 200
Header Value
strict-transport-security max-age=63072000; includeSubDomains; preload
content-security-policy default-src 'self'; style-src 'self' 'unsafe-inline'; img-src 'self' data: https: blob:; media-src 'self' blob:; font-src 'self' data:; object-src 'none'; base-uri 'self'; form-action 'self'; frame-ancestors 'none'; upgrade-insecure-requests; script-src 'self' 'unsafe-inline' 'wasm-unsafe-eval' https://pagead2.googlesyndication.com https://tpc.googlesyndication.com https://*.adtrafficquality.google https://www.googletagmanager.com https://fundingchoicesmessages.google.com https://www.google.com https://va.vercel-scripts.com https://cdn.jsdelivr.net; worker-src 'self' blob:; connect-src 'self' blob: https://*.supabase.co https://pagead2.googlesyndication.com https://tpc.googlesyndication.com https://*.adtrafficquality.google https://www.googletagmanager.com https://fundingchoicesmessages.google.com https://www.google.com https://googleads.g.doubleclick.net https://www.google-analytics.com https://*.google-analytics.com https://va.vercel-scripts.com https://*.ingest.de.sentry.io https://vercel.com https://*.ver
x-content-type-options nosniff
x-frame-options DENY
referrer-policy strict-origin-when-cross-origin
permissions-policy camera=(), microphone=(), geolocation=()

Background: How OAuth 2.1 works in the 2026 MCP spec →

Transports 2 probes
Transport URL Outcome Status Location
streamable-http https://toolforte.com/api/mcp Verified 200
http (plaintext) http://toolforte.com/api/mcp HTTPS enforced 308 https://toolforte.com/api/mcp
MCP tools · 14 exposed · ~1,792 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →

Tool Tokens
calculate_vat ~95

Add VAT to a net amount or extract VAT from a gross amount at any rate (e.g. 21 for Dutch BTW). Returns exact net, VAT, and gross amounts rounded to cents.

NameTypeReqDescription
amountnumberyesThe amount
modestringyesadd = amount is net, add VAT on top; extract = amount is gross, split out VAT
ratenumberyesVAT rate in percent
NameTypeReqDescription
grossnumber––
netnumber––
ratenumber––
result––The result, when it is not an object
vatnumber––

No examples provided.

csv_to_json ~62

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

NameTypeReqDescription
csvstringyesThe CSV text; the delimiter is detected automatically
firstRowHeadersboolean–Treat the first row as column names and return objects (default true)
NameTypeReqDescription
delimiterstring––
jsonarray––
result––The result, when it is not an object
row_countnumber––

No examples provided.

describe_tool ~70

The full definition of one ToolForte tool by name: description, argument schema (JSON Schema), output schema, annotations, cost and an example call. Use it after search_tools when the argument summary is not enough. Free.

NameTypeReqDescription
namestringyesThe tool name, for example validate_iban
NameTypeReqDescription
annotationsobject––
creditsnumber––
descriptionstring––
exampleobject––
inputSchemaobject––
listedboolean––
namestring––
outputSchemaobject––
result––The result, when it is not an object
titlestring–Page title

No examples provided.

dutch_public_holidays ~65

Exact Dutch public holidays for a year, including movable feasts (Easter, Ascension, Whitsun) and King's Day rules. Use this instead of computing Dutch holidays yourself.

NameTypeReqDescription
yearintegeryesCalendar year, 1900 to 2200
NameTypeReqDescription
holidaysarray––
result––The result, when it is not an object
yearnumber––

No examples provided.

format_json ~62

Validate and pretty-print JSON with a real parser. Returns formatted JSON or the exact parse error.

NameTypeReqDescription
indentinteger–Spaces per indentation level, 0 to 8 (default 2)
jsonstringyesThe JSON text to validate and format
NameTypeReqDescription
outputstring–The final output of the workflow
result––The result, when it is not an object
validboolean–Whether the input passed every check

No examples provided.

run_tool ~99

Run any ToolForte tool by name with its arguments, whether or not it is listed in this session. The result, the cost and the metering are exactly what the tool gives when called directly; run_tool itself is free. Find names with search_tools and schemas with describe_tool.

NameTypeReqDescription
argumentsobject–The tool's arguments, as describe_tool documents them
namestringyesThe tool name, for example calculate_vat
NameTypeReqDescription
result––The result, when it is not an object

No examples provided.

search_tools ~152

Find ToolForte tools by what you want done, for example "iban", "vat", "pdf merge", "working days", "csv to json", "screenshot". ToolForte has over a hundred exact tools (validation, conversion, Dutch tax and dates, test data, files, AI); a session lists a small core of them and this is how you reach the rest. Returns the best matches with their arguments and cost. Then call the tool by name, or through run_tool. Free.

NameTypeReqDescription
limitinteger–How many matches to return, 1 to 50 (default 8)
querystring–Words describing the job. Empty lists every tool the server has.
NameTypeReqDescription
countnumber–Number of items
notestring––
querystring––
result––The result, when it is not an object
toolsarray––
totalnumber––

No examples provided.

test_regex ~87

Run a JavaScript regular expression against a test string using a real regex engine. Returns all matches with capture groups and indices.

NameTypeReqDescription
flagsstring–Regex flags such as g, i, m, s, u (default g)
patternstringyesJavaScript regular expression source, without the slashes
textstringyesThe text to run the expression against
NameTypeReqDescription
countnumber–Number of items
matchesarray––
result––The result, when it is not an object

No examples provided.

text_diff ~49

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

NameTypeReqDescription
modifiedstringyesThe text after the change
originalstringyesThe text before the change
NameTypeReqDescription
linesarray––
result––The result, when it is not an object
statsobject––

No examples provided.

validate_iban ~344

Check whether an IBAN is well formed: the mod-97 checksum, the country code, the length that country's IBAN must have, and whether every position holds the kind of character that country allows there (mod-97 turns letters into numbers, so on its own it cannot see a capital O typed in place of a zero). Returns validity, country, and where known the bank identifier printed inside the IBAN. This is a format check, not a bank check: a passing IBAN can still name a bank code that never existed or has since merged away, and says nothing about whether the account exists or can receive a payment. For twelve countries it also verifies the national check digit that the bank computes over the bank code and account number (BE, FR, MC, ES, IT, SM, PT, SI, PL, TN, EE, HU); nationalCheck 'failed' there means the number is very probably invented, since that digit cannot be back-computed the way the mod-97 pair can. Absent nationalCheck means not checked, never approved. For Dutch IBANs it also names the institution behind the four-letter bank code, including codes that no longer issue accounts; an unrecognised code does not make the IBAN invalid. A territory that borrows another country's IBAN (Reunion, Guernsey, Aland and the like) is reported with the prefix it actually uses, since no IBAN starts with RE or GG. Never guess whether an IBAN is well formed: use this tool. Do not present a pass as confirmation that money can be sent.

NameTypeReqDescription
ibanstringyesThe IBAN to validate
NameTypeReqDescription
accountNumberstring––
bankCodestring––
checkDigitsstring––
countrystring––
countryNamestring––
ibanstring––
institutionobject––
result––The result, when it is not an object
validboolean–Whether the input passed every check

No examples provided.

workflow_list ~154

List the workflows saved to the ToolForte account this API key belongs to. A workflow runs several ToolForte tools in order, passing each one the output of an earlier step, so it does a whole job in one call instead of you orchestrating the steps yourself. Returns each workflow's id, the inputs it expects, the steps it runs and what a run costs. Call this first: workflow_run needs an id from here. Requires an API key, because a workflow belongs to an account. Get a free key at https://toolforte.com/developers and send it on the MCP connection as the header Authorization: Bearer tf_...

NameTypeReqDescription
limitinteger–How many to return, newest first.
NameTypeReqDescription
countnumber–Number of items
result––The result, when it is not an object
workflowsarray–The workflows on the account

No examples provided.

workflow_propose ~244

Describe a job in plain words and get back a workflow built only from tools this server really has: a name, the inputs it needs, and the steps in order, each with one sentence on why it is there. The proposal is honest about gaps: partial is true and missing names what could not be done, and when nothing here fits the answer says so instead of inventing a step. Send save: true to keep it on the account, after which workflow_run can run it by the returned id. Costs 10 credits, the price of one AI generation, charged once per proposal. Requires an API key linked to a ToolForte account. Get a free key at https://toolforte.com/developers and send it on the MCP connection as the header Authorization: Bearer tf_...

NameTypeReqDescription
goalstringyesThe job to be done, in a sentence or two, for example: take a CSV of invoices, sum the amounts per customer and write the totals to a spreadsheet.
saveboolean–Save the proposed workflow to the account so workflow_run can run it. Default false: the proposal is returned for you to read first.
NameTypeReqDescription
creditsChargednumber–Credits spent by this call
definitionobject–The proposed workflow: name, declared inputs and steps
explanationstring–Plain words on what the workflow does and why each step is there
missingarray–What could not be done, named
partialboolean–Whether the workflow only does part of what was asked
result––The result, when it is not an object
savedobject–The saved workflow's id and name, when save was true
stepsarray–What each step produced

No examples provided.

workflow_run ~227

Run one saved workflow by id and return what every step produced. Get the id and the input keys from workflow_list. Each step costs the credits its own tool costs, normally 1 per step, and the credit for this call counts as the first step's rather than being charged on top. Steps run in order and stop at the first failure; the result says which step stopped it and what was spent up to that point. Check the "substitutions" field when it is present: it lists values a step supplied that the tool replaced with its own, which means the run succeeded on a value you did not send. Requires an API key, because a workflow belongs to an account. Get a free key at https://toolforte.com/developers and send it on the MCP connection as the header Authorization: Bearer tf_...

NameTypeReqDescription
inputsobject–Values for the workflow's declared inputs, keyed by the input key that workflow_list reports. Omit for a workflow that declares none.
workflowIdstringyesThe id of a workflow from workflow_list.
NameTypeReqDescription
creditsChargednumber–Credits spent by this call
durationMsnumber––
namestring––
okboolean–Whether the run completed
outputobject–The final output of the workflow
result––The result, when it is not an object
runIdstring––
stepsarray–What each step produced
stepsDefinednumber––
stepsRunnumber––
workflowIdstring––

No examples provided.

working_days_between ~82

Count working days (Mon-Fri) between two dates inclusive, optionally excluding Dutch public holidays. Exact date math for SLA, payroll, and planning questions.

NameTypeReqDescription
endstringyesYYYY-MM-DD
excludeDutchHolidaysboolean–Skip Dutch public holidays that fall on a weekday (default true)
startstringyesYYYY-MM-DD
NameTypeReqDescription
endstring––
holidaysExcludedarray––
result––The result, when it is not an object
startstring––
totalDaysnumber––
weekendDaysnumber––
workingDaysnumber––

No examples provided.

Common questions

What is the io.github.Toinedotcom/toolforte MCP server?

io.github.Toinedotcom/toolforte is an MCP server listed in the public MCP registry as io.github.Toinedotcom/toolforte. Exact IBAN, VAT, cron, regex answers; HTML/URL to hosted PDF or screenshot; agent memory; workflows. This page covers its hosted endpoint (https://toolforte.com/api/mcp).

Is the io.github.Toinedotcom/toolforte MCP server safe to use?

io.github.Toinedotcom/toolforte scores 75 out of 100 on VerifyMCP. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

What tools does the io.github.Toinedotcom/toolforte MCP server expose?

io.github.Toinedotcom/toolforte exposes 14 tools: text_diff, format_json, csv_to_json, test_regex, validate_iban, and 9 more. Their descriptions and schemas cost roughly 1,792 tokens of context every time the server is loaded.

Does the io.github.Toinedotcom/toolforte MCP server require authentication?

No. We connected to io.github.Toinedotcom/toolforte without credentials and it answered, so anything it exposes is reachable by anyone who knows the address.

Is the io.github.Toinedotcom/toolforte MCP server still maintained?

io.github.Toinedotcom/toolforte is still listed as active in the MCP registry. We last reached this channel on 25 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.