← toolforte.com

INDIVIDUAL MCP TOOL

markdown_to_html

Convert Markdown to HTML deterministically.

toolforte.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://toolforte.com/api/mcp/mcp

No auth detected

Connect to this endpoint to inspect the live schema for markdown_to_html 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

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

.mcp.json

{
  "mcpServers": {
    "toolforte": {
      "type": "http",
      "url": "https://toolforte.com/api/mcp/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

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

Client-specific MCP configuration

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

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

Related tools

  • text_diff — Compute an exact line-based diff between two texts with add/remove/unchanged stats.
  • format_json — Validate and pretty-print JSON with a real parser.
  • csv_to_json — Parse CSV data into JSON with delimiter auto-detection and quoted-field handling.
  • url_encode — URL-encode or decode a string with exact percent-encoding.
  • base64 — Encode text to Base64 or decode Base64 to text, byte-exact.
  • test_regex — Run a JavaScript regular expression against a test string using a real regex engine.
  • convert_color — Convert a CSS color between HEX, RGB, HSL, and HSB with exact math.
  • password_strength — Analyze password strength with entropy-based scoring and concrete feedback.