← coinslot.dev

INDIVIDUAL MCP TOOL

markdown_to_html

Render Markdown (GitHub-flavored: tables, fenced code, task lists) to clean HTML with raw inline HTML stripped.

coinslot.devnone authenticationAvailability not checked

LIVE ENDPOINT

https://coinslot.dev/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

coinslot.dev

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

.mcp.json

{
  "mcpServers": {
    "coinslot": {
      "type": "http",
      "url": "https://coinslot.dev/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

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

Client-specific MCP configuration

{
  "name": "coinslot",
  "transport": "streamable-http",
  "url": "https://coinslot.dev/mcp"
}
MCP Inspector

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

Related tools

  • convert — Convert an array of JSON objects to CSV (nested keys become dot-path columns) or CSV back to JSON.
  • email_verify — Check an email address: RFC syntax, live MX records via DNS-over-HTTPS, and disposable-domain screening.
  • html_to_markdown — Convert HTML to clean Markdown: headings, links, images, lists, tables, code blocks, emphasis.
  • json_schema_validate — Validate a JSON document against a JSON Schema (draft-07 core subset: types, required, enums, ranges, patterns, nesting, anyOf/allOf/oneOf).
  • diff — Line-based diff of two texts.
  • cron — Parse a 5-field cron expression: get a plain-English explanation and the next N run times (UTC).
  • qr — Generate a QR code as standalone SVG.
  • feed_to_json — Parse an RSS 2.