Agent Tools

Exact data transformation and current public-web verification for AI agents. The service exposes 50 read-only tools through MCP and REST, with no account or API key required.

MCP endpointhttps://api.freetoolboxes.com/mcp

Connect

Claude Code

claude mcp add --transport http --scope user freetoolboxes https://api.freetoolboxes.com/mcp

Cursor

Add this to ~/.cursor/mcp.json:

{
  "mcpServers": {
    "freetoolboxes": { "url": "https://api.freetoolboxes.com/mcp" }
  }
}

Codex

codex mcp add freetoolboxes --url https://api.freetoolboxes.com/mcp

Gemini CLI

Add this inside mcpServers in ~/.gemini/settings.json:

"freetoolboxes": {
  "httpUrl": "https://api.freetoolboxes.com/mcp"
}

ChatGPT

Direct custom MCP connections can use the endpoint above where supported. A public ChatGPT Plugin Directory listing is pending submission and review; FreeToolBoxes will not claim directory availability before approval.

Generic MCP clients

Use Streamable HTTP with the MCP endpoint. The server supports current MCP and stateless 2025 compatibility requests.

Example requests

Tool catalog

Live Web Data

  1. dns_lookup
  2. rdap_domain_lookup
  3. redirect_trace
  4. http_status_check
  5. response_headers_inspect
  6. page_metadata_extract
  7. page_links_extract
  8. structured_data_extract
  9. canonical_check
  10. robots_fetch_analyze
  11. sitemap_fetch_analyze
  12. url_indexability_check
  13. security_headers_audit
  14. well_known_discover
  15. currency_convert_current
  16. exchange_rates_list

Structured Data

  1. json_validate
  2. json_format
  3. json_pointer_get
  4. json_patch_apply
  5. json_diff
  6. json_schema_validate
  7. openapi_validate
  8. yaml_to_json
  9. json_to_yaml
  10. csv_to_json
  11. json_to_csv
  12. xml_format
  13. xml_to_json
  14. query_string_parse
  15. query_string_build
  16. text_diff

Exact Utilities

  1. regex_test
  2. semver_compare
  3. semver_satisfies
  4. cron_describe
  5. cron_next_runs
  6. timestamp_convert
  7. timezone_convert
  8. date_difference
  9. duration_parse
  10. unit_convert
  11. hash_digest
  12. uuid_generate
  13. jwt_decode
  14. jwt_expiry_check
  15. base64_encode
  16. base64_decode
  17. text_chunk
  18. redact_sensitive_data

Safety and privacy

Network tools accept public HTTPS targets only and enforce DNS, redirect, response-size, and time limits. Submitted content, documents, JWTs, URLs, and results are processed transiently and are not stored or logged by the application. Aggregate tool name, status, latency, client family, and referral measurements may be recorded. JWT decoding does not verify signatures. Automated redaction is not a compliance guarantee.