← freetoolboxes.com

INDIVIDUAL MCP TOOL

yaml_to_json

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

freetoolboxes.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://api.freetoolboxes.com/mcp

No auth detected

Connect to this endpoint to inspect the live schema for yaml_to_json and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

freetoolboxes.com

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.

Related tools

  • dns_lookup — Use this when you need current public DNS records for a domain.
  • rdap_domain_lookup — Use this when you need current domain registration data from the authoritative RDAP service.
  • redirect_trace — Use this when you need the complete HTTPS redirect path and final response.
  • http_status_check — Use this when you need the live status and latency of a public HTTPS URL.
  • response_headers_inspect — Use this when you need normalized live response headers from a public HTTPS URL.
  • page_metadata_extract — Use this when you need title, description, canonical, robots, language, and social metadata from a live HTML page.
  • page_links_extract — Use this when you need deduplicated internal and external links from a live HTML page.
  • structured_data_extract — Use this when you need JSON-LD and supported microdata types from a live page.