← Registry

Developer Tools

freetoolboxes.com

Provides domain and HTTP diagnostic tools for checking DNS records, registration data, redirects, status, and headers.

1 endpoint50 known toolsFirst detected August 22, 2026Last detected August 22, 2026

ENDPOINT 1

https://api.freetoolboxes.com/mcp

No auth detected

MCP server metadata

Name
freetoolboxes-agent-tools
Version
1.0.0
Capabilities
tools.listChanged
Server instructions

Use these tools for exact transformations and current public-web verification. Network tools only accept public HTTPS targets. JWT results are unverified and redaction results require human review before sensitive sharing.

Known tools 50

dns_lookup

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

Inferred read-only
rdap_domain_lookup

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

Inferred read-only
redirect_trace

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

Inferred read-only
http_status_check

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

Inferred read-only
response_headers_inspect

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

Inferred read-only
page_metadata_extract

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

Inferred read-only
page_links_extract

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

Inferred read-only
structured_data_extract

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

Inferred read-only
canonical_check

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

Inferred read-only
robots_fetch_analyze

Use this when you need the live robots.

Inferred read-only
sitemap_fetch_analyze

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

Inferred read-only
url_indexability_check

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

Inferred read-only
security_headers_audit

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

Inferred read-only
well_known_discover

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

Inferred read-only
currency_convert_current

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

Inferred read-only
exchange_rates_list

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

Inferred read-only
json_validate

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

Inferred read-only
json_format

Use this when you need deterministic JSON formatting or minification.

Inferred read-only
json_pointer_get

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

Inferred read-only
json_patch_apply

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

Inferred read-only
json_diff

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

Inferred read-only
json_schema_validate

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

Inferred read-only
openapi_validate

Use this when you need structural validation of an OpenAPI 3.

Inferred read-only
yaml_to_json

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

Inferred read-only
json_to_yaml

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

Inferred read-only
csv_to_json

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

Inferred read-only
json_to_csv

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

Inferred read-only
xml_format

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

Inferred read-only
xml_to_json

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

Inferred read-only
query_string_parse

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

Inferred read-only
query_string_build

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

Inferred read-only
text_diff

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

Inferred read-only
regex_test

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

Inferred read-only
semver_compare

Use this when you need exact Semantic Version precedence comparison.

Inferred read-only
semver_satisfies

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

Inferred read-only
cron_describe

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

Inferred read-only
cron_next_runs

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

Inferred read-only
timestamp_convert

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

Inferred read-only
timezone_convert

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

Inferred read-only
date_difference

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

Inferred read-only
duration_parse

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

Inferred read-only
unit_convert

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

Inferred read-only
hash_digest

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

Inferred read-only
uuid_generate

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

Inferred read-only
jwt_decode

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

Inferred read-only
jwt_expiry_check

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

Inferred read-only
base64_encode

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

Inferred read-only
base64_decode

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

Inferred read-only
text_chunk

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

Inferred read-only
redact_sensitive_data

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

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

.mcp.json

{
  "mcpServers": {
    "freetoolboxes-agent-tools": {
      "type": "http",
      "url": "https://api.freetoolboxes.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

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

Client-specific MCP configuration

{
  "name": "freetoolboxes-agent-tools",
  "transport": "streamable-http",
  "url": "https://api.freetoolboxes.com/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for freetoolboxes.com was fetched 2026-08-25T15:12:01.332Z.

Trust status Caution

freetoolboxes.com is assessed as Caution: Domain is currently showing placeholder (lorem ipsum) content.

Indexed

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