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.

FreeToolBoxes Agent Tools

REMOTE · API.FREETOOLBOXES.COM · SCANNED AUG 25

Exactly 50 data transformation and live web verification tools for AI agents.

18 Trust /100
Trust breakdown (6 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 →

Endpoint Security46
Transport & Reachability0
Schema Quality & AI Usability0
  • Schema not yet verified: we couldn't read the endpoint's schema.Unverified
Stability & Change Management0
  • Stability not yet verified: not enough scan history yet (needs a 30-day window).Unverified
Tool Coverage0
  • Tool coverage not yet verified: we couldn't read the endpoint's tools.Unverified
Capabilities0
  • Capabilities not yet verified: we couldn't read the endpoint's capabilities.Unverified

Unverified: 4 categories

Categories scored 0 because we could not verify them: authentication we do not have, an unreachable endpoint, or not enough scan history. We only credit what we can confirm.

Install

How do I install the FreeToolBoxes Agent Tools MCP server?

FreeToolBoxes Agent Tools is a hosted endpoint at https://api.freetoolboxes.com/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 · api.freetoolboxes.com

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

  • 23 Aug 26 −44
    • Endpoint reachability: reachable → not serving MCP security
    • Stability: 0.03 → unverified security
    • Authorization: partial → unverified security
    • Transport: pass → fail security
    • Capabilities: pass → unverified functional
    • Tool coverage: 100 → unverified functional
    • First check of Schema quality: unverified functional
  • 22 Aug 26 +1
    • Stability: unverified → 0.03 functional
  • 21 Aug 26 61

    First indexed and scored.

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 Aug 2026 · Probed https://api.freetoolboxes.com/mcp

TLS valid

Negotiated TLS 1.3 with TLS_AES_128_GCM_SHA256 .

Subject Issuer Valid from Valid until Key Signature Serial
CN=freetoolboxes.com CN=WE1,O=Google Trust Services,C=US 21 Aug 2026 19 Nov 2026 ECDSA 256 ECDSA-SHA256 54c5db74fbf003df133ba82f99cd9755
SANs: freetoolboxes.com, api.freetoolboxes.com, *.api.freetoolboxes.com
CN=WE1,O=Google Trust Services,C=US (CA) CN=GTS Root R4,O=Google Trust Services LLC,C=US 13 Dec 2023 20 Feb 2029 ECDSA 256 ECDSA-SHA384 7ff31977972c224a76155d13b6d685e3
CN=GTS Root R4,O=Google Trust Services LLC,C=US (CA) CN=GlobalSign Root CA,OU=Root CA,O=GlobalSign nv-sa,C=BE 15 Nov 2023 28 Jan 2028 ECDSA 384 SHA256-RSA 7fe530bf331343bedd821610493d8a1b
DNSSEC insecure

Validation of api.freetoolboxes.com. Not signed

Zone DS Keys Algorithms Outcome
. trust_anchor 20326, 38696 8, 8 Verified
com. present 19718 13 Verified
freetoolboxes.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 410
Header Value
x-content-type-options nosniff
referrer-policy no-referrer
Transports 2 probes
Transport URL Outcome Status Location
streamable-http https://api.freetoolboxes.com/mcp HTTP error 410
http (plaintext) http://api.freetoolboxes.com/mcp Inconclusive 410
MCP tools · 50 exposed · ~1,917 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.

Tool Tokens
base64_decode ~45

Use this when you need Base64 decoded to UTF-8 text with invalid UTF-8 reported.

NameTypeReqDescription
base64stringyes
url_safeboolean
NameTypeReqDescription
metaobjectyes
resultobjectyes

No examples provided.

base64_encode ~49

Use this when you need UTF-8 text encoded as standard or URL-safe Base64.

NameTypeReqDescription
paddingboolean
textstringyes
url_safeboolean
NameTypeReqDescription
metaobjectyes
resultobjectyes

No examples provided.

canonical_check ~31

Use this when you need to verify a page canonical against its final live URL.

NameTypeReqDescription
urlstringyes
NameTypeReqDescription
metaobjectyes
resultobjectyes

No examples provided.

cron_describe ~32

Use this when you need an exact field-by-field explanation of a cron expression.

NameTypeReqDescription
expressionstringyes
NameTypeReqDescription
metaobjectyes
resultobjectyes

No examples provided.

cron_next_runs ~56

Use this when you need deterministic upcoming times for a cron expression in an IANA time zone.

NameTypeReqDescription
afterstring
countinteger
expressionstringyes
timezonestring
NameTypeReqDescription
metaobjectyes
resultobjectyes

No examples provided.

csv_to_json ~46

Use this when you need quoted CSV parsed into JSON rows with explicit size limits.

NameTypeReqDescription
csvstringyes
delimiterstring
headersboolean
NameTypeReqDescription
metaobjectyes
resultobjectyes

No examples provided.

currency_convert_current ~48

Use this when you need a current, source-attributed currency conversion using ECB reference rates.

NameTypeReqDescription
amountnumberyes
fromstringyes
tostringyes
NameTypeReqDescription
metaobjectyes
resultobjectyes

No examples provided.

date_difference ~36

Use this when you need the exact elapsed duration between two instants.

NameTypeReqDescription
endstringyes
startstringyes
NameTypeReqDescription
metaobjectyes
resultobjectyes

No examples provided.

dns_lookup ~35

Use this when you need current public DNS records for a domain.

NameTypeReqDescription
domainstringyes
typestring
NameTypeReqDescription
metaobjectyes
resultobjectyes

No examples provided.

duration_parse ~30

Use this when you need an ISO or human duration normalized to exact units.

NameTypeReqDescription
durationstringyes
NameTypeReqDescription
metaobjectyes
resultobjectyes

No examples provided.

exchange_rates_list ~26

Use this when you need the current currencies and EUR reference rates published by the ECB.

Input schema present but exposes no named parameters.

NameTypeReqDescription
metaobjectyes
resultobjectyes

No examples provided.

hash_digest ~49

Use this when you need a cryptographic digest of UTF-8 text using a Web Crypto algorithm.

NameTypeReqDescription
algorithmstring
encodingstring
textstringyes
NameTypeReqDescription
metaobjectyes
resultobjectyes

No examples provided.

http_status_check ~32

Use this when you need the live status and latency of a public HTTPS URL.

NameTypeReqDescription
urlstringyes
NameTypeReqDescription
metaobjectyes
resultobjectyes

No examples provided.

json_diff ~37

Use this when you need deterministic RFC 6902 operations that transform one JSON value into another.

NameTypeReqDescription
afteryes
beforeyes
NameTypeReqDescription
metaobjectyes
resultobjectyes

No examples provided.

json_format ~42

Use this when you need deterministic JSON formatting or minification.

NameTypeReqDescription
indentinteger
sort_keysboolean
textstringyes
NameTypeReqDescription
metaobjectyes
resultobjectyes

No examples provided.

json_patch_apply ~39

Use this when you need to safely apply RFC 6902 operations to a JSON document.

NameTypeReqDescription
documentyes
patcharrayyes
NameTypeReqDescription
metaobjectyes
resultobjectyes

No examples provided.

json_pointer_get ~39

Use this when you need the exact value addressed by an RFC 6901 JSON Pointer.

NameTypeReqDescription
documentyes
pointerstringyes
NameTypeReqDescription
metaobjectyes
resultobjectyes

No examples provided.

json_schema_validate ~35

Use this when you need local JSON Schema validation without fetching remote references.

NameTypeReqDescription
datayes
schemaobjectyes
NameTypeReqDescription
metaobjectyes
resultobjectyes

No examples provided.

json_to_csv ~40

Use this when you need an array of flat JSON objects serialized as standards-compatible CSV.

NameTypeReqDescription
delimiterstring
rowsarrayyes
NameTypeReqDescription
metaobjectyes
resultobjectyes

No examples provided.

json_to_yaml ~27

Use this when you need a JSON value serialized as deterministic YAML.

NameTypeReqDescription
valueyes
NameTypeReqDescription
metaobjectyes
resultobjectyes

No examples provided.

json_validate ~31

Use this when you need exact JSON syntax validation and the top-level value type.

NameTypeReqDescription
textstringyes
NameTypeReqDescription
metaobjectyes
resultobjectyes

No examples provided.

jwt_decode ~32

Use this when you need to inspect JWT header and payload claims without verifying its signature.

NameTypeReqDescription
tokenstringyes
NameTypeReqDescription
metaobjectyes
resultobjectyes

No examples provided.

jwt_expiry_check ~46

Use this when you need to inspect exp, nbf, and iat timing without verifying the JWT signature.

NameTypeReqDescription
atstring
tokenstringyes
NameTypeReqDescription
metaobjectyes
resultobjectyes

No examples provided.

openapi_validate ~34

Use this when you need structural validation of an OpenAPI 3.x document without resolving remote references.

NameTypeReqDescription
documentyes
NameTypeReqDescription
metaobjectyes
resultobjectyes

No examples provided.

page_links_extract ~41

Use this when you need deduplicated internal and external links from a live HTML page.

NameTypeReqDescription
limitinteger
urlstringyes
NameTypeReqDescription
metaobjectyes
resultobjectyes

No examples provided.

page_metadata_extract ~40

Use this when you need title, description, canonical, robots, language, and social metadata from a live HTML page.

NameTypeReqDescription
urlstringyes
NameTypeReqDescription
metaobjectyes
resultobjectyes

No examples provided.

query_string_build ~31

Use this when you need deterministic URL query encoding from scalar or array values.

NameTypeReqDescription
parametersobjectyes
NameTypeReqDescription
metaobjectyes
resultobjectyes

No examples provided.

query_string_parse ~31

Use this when you need a URL query string parsed with duplicate values preserved.

NameTypeReqDescription
querystringyes
NameTypeReqDescription
metaobjectyes
resultobjectyes

No examples provided.

rdap_domain_lookup ~33

Use this when you need current domain registration data from the authoritative RDAP service.

NameTypeReqDescription
domainstringyes
NameTypeReqDescription
metaobjectyes
resultobjectyes

No examples provided.

redact_sensitive_data ~38

Use this when you need common secrets and personal identifiers replaced before further processing.

NameTypeReqDescription
categoriesarray
textstringyes
NameTypeReqDescription
metaobjectyes
resultobjectyes

No examples provided.

redirect_trace ~29

Use this when you need the complete HTTPS redirect path and final response.

NameTypeReqDescription
urlstringyes
NameTypeReqDescription
metaobjectyes
resultobjectyes

No examples provided.

regex_test ~55

Use this when you need safe RE2-compatible matching without catastrophic backtracking or backreferences.

NameTypeReqDescription
flagsstring
max_matchesinteger
patternstringyes
textstringyes
NameTypeReqDescription
metaobjectyes
resultobjectyes

No examples provided.

response_headers_inspect ~32

Use this when you need normalized live response headers from a public HTTPS URL.

NameTypeReqDescription
urlstringyes
NameTypeReqDescription
metaobjectyes
resultobjectyes

No examples provided.

robots_fetch_analyze ~42

Use this when you need the live robots.txt rules and sitemap declarations for a site.

NameTypeReqDescription
originstringyes
user_agentstring
NameTypeReqDescription
metaobjectyes
resultobjectyes

No examples provided.

security_headers_audit ~35

Use this when you need a focused audit of important HTTP security headers on a live URL.

NameTypeReqDescription
urlstringyes
NameTypeReqDescription
metaobjectyes
resultobjectyes

No examples provided.

semver_compare ~41

Use this when you need exact Semantic Version precedence comparison.

NameTypeReqDescription
astringyes
bstringyes
looseboolean
NameTypeReqDescription
metaobjectyes
resultobjectyes

No examples provided.

semver_satisfies ~49

Use this when you need to test a Semantic Version against a range.

NameTypeReqDescription
include_prereleaseboolean
rangestringyes
versionstringyes
NameTypeReqDescription
metaobjectyes
resultobjectyes

No examples provided.

sitemap_fetch_analyze ~39

Use this when you need to inspect a live XML sitemap or sitemap index.

NameTypeReqDescription
limitinteger
urlstringyes
NameTypeReqDescription
metaobjectyes
resultobjectyes

No examples provided.

structured_data_extract ~34

Use this when you need JSON-LD and supported microdata types from a live page.

NameTypeReqDescription
urlstringyes
NameTypeReqDescription
metaobjectyes
resultobjectyes

No examples provided.

text_chunk ~54

Use this when you need deterministic bounded text chunks with optional overlap for downstream AI processing.

NameTypeReqDescription
max_sizeintegeryes
overlapinteger
textstringyes
unitstring
NameTypeReqDescription
metaobjectyes
resultobjectyes

No examples provided.

text_diff ~38

Use this when you need an exact line-level difference between two bounded text values.

NameTypeReqDescription
afterstringyes
beforestringyes
NameTypeReqDescription
metaobjectyes
resultobjectyes

No examples provided.

timestamp_convert ~40

Use this when you need an ISO date, Unix seconds, and Unix milliseconds for the same instant.

NameTypeReqDescription
unitstring
valueyes
NameTypeReqDescription
metaobjectyes
resultobjectyes

No examples provided.

timezone_convert ~38

Use this when you need one instant represented in a specific IANA time zone.

NameTypeReqDescription
datetimestringyes
timezonestringyes
NameTypeReqDescription
metaobjectyes
resultobjectyes

No examples provided.

unit_convert ~55

Use this when you need an exact conversion among supported length, mass, volume, data, speed, angle, or temperature units.

NameTypeReqDescription
fromstringyes
tostringyes
valuenumberyes
NameTypeReqDescription
metaobjectyes
resultobjectyes

No examples provided.

url_indexability_check ~37

Use this when you need a live technical assessment of whether a URL is crawlable and indexable.

NameTypeReqDescription
urlstringyes
NameTypeReqDescription
metaobjectyes
resultobjectyes

No examples provided.

uuid_generate ~32

Use this when you need one or more cryptographically random UUID version 4 identifiers.

NameTypeReqDescription
countinteger
NameTypeReqDescription
metaobjectyes
resultobjectyes

No examples provided.

well_known_discover ~34

Use this when you need to find standard machine-readable discovery documents on a public site.

NameTypeReqDescription
originstringyes
NameTypeReqDescription
metaobjectyes
resultobjectyes

No examples provided.

xml_format ~40

Use this when you need XML syntax checked and deterministically formatted without DTD or entities.

NameTypeReqDescription
indentinteger
xmlstringyes
NameTypeReqDescription
metaobjectyes
resultobjectyes

No examples provided.

xml_to_json ~34

Use this when you need XML converted to JSON while blocking DTD and entity expansion attacks.

NameTypeReqDescription
xmlstringyes
NameTypeReqDescription
metaobjectyes
resultobjectyes

No examples provided.

yaml_to_json ~28

Use this when you need safe YAML converted to structured JSON.

NameTypeReqDescription
yamlstringyes
NameTypeReqDescription
metaobjectyes
resultobjectyes

No examples provided.

Common questions

What is the FreeToolBoxes Agent Tools MCP server?

FreeToolBoxes Agent Tools is an MCP server listed in the public MCP registry as io.github.DAMediaCo/agent-tools. Exactly 50 data transformation and live web verification tools for AI agents. This page covers its hosted endpoint (https://api.freetoolboxes.com/mcp).

Is the FreeToolBoxes Agent Tools MCP server safe to use?

FreeToolBoxes Agent Tools scores 18 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 FreeToolBoxes Agent Tools MCP server expose?

FreeToolBoxes Agent Tools exposes 50 tools: dns_lookup, rdap_domain_lookup, redirect_trace, http_status_check, response_headers_inspect, and 45 more. Their descriptions and schemas cost roughly 1,917 tokens of context every time the server is loaded.

Does the FreeToolBoxes Agent Tools MCP server require authentication?

No. We connected to FreeToolBoxes Agent Tools without credentials and it answered, so anything it exposes is reachable by anyone who knows the address.

Is the FreeToolBoxes Agent Tools MCP server still maintained?

FreeToolBoxes Agent Tools is still listed as active in the MCP registry. We last reached this channel on 25 August 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.