← devformat.tools
INDIVIDUAL MCP TOOL
json-schema-generator
Generate a JSON Schema (draft-07) from sample JSON data.
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 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.devformat-tools]
url = "https://devformat.tools/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"devformat-tools": {
"type": "http",
"url": "https://devformat.tools/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: devformat-tools
Remote MCP URL: https://devformat.tools/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": {
"devformat-tools": {
"url": "https://devformat.tools/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"devformat-tools": {
"type": "http",
"url": "https://devformat.tools/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "devformat-tools",
"transport": "streamable-http",
"url": "https://devformat.tools/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
cron-parser— Parse a cron expression into a human-readable description and show the next 5 execution times.csv-to-json— Convert CSV data to a JSON array of objects.html-formatter— Format and beautify HTML with proper indentation and tag alignment.html-to-markdown— Convert HTML to clean Markdown.http-header-viewer— Fetch and inspect HTTP response headers for any public URL.json-to-yaml— Convert JSON to YAML format.markdown-preview— Render Markdown to HTML.password-generator— Generate cryptographically strong random passwords.