← toolapi.org
INDIVIDUAL MCP TOOL
html_security_scan
Scan HTML for XSS-prone patterns (javascript: URLs, inline handlers, eval).
Input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests code or command execution.
Parent endpoint
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.toolapi-hub]
url = "https://toolapi.org/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"toolapi-hub": {
"type": "http",
"url": "https://toolapi.org/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: toolapi-hub
Remote MCP URL: https://toolapi.org/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": {
"toolapi-hub": {
"url": "https://toolapi.org/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"toolapi-hub": {
"type": "http",
"url": "https://toolapi.org/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "toolapi-hub",
"transport": "streamable-http",
"url": "https://toolapi.org/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
json_validate— Validate JSON text; return parsed object or error.json_format— Pretty-print JSON with indent.json_minify— Minify JSON (remove whitespace).csv_to_json— Convert CSV text to JSON array of row objects.json_to_csv— Convert JSON array of objects to CSV text.yaml_validate— Validate YAML text; return parsed object or error.yaml_to_json— Parse YAML and return JSON-compatible object.json_to_yaml— Convert JSON text to YAML string.