Skip to main content
Glama
Br0ski777

markdown-to-html

by Br0ski777

Markdown to HTML API

MCP Server x402 License: MIT

Markdown을 깔끔한 HTML로 변환합니다 — 제목, 목록, 코드 블록, 표, 링크, 이미지를 지원하며, 선택적으로 전체 HTML 문서로 감쌀 수 있습니다. x402 방식의 호출당 과금(Base L2의 USDC) — API 키도, 회원가입도, 속도 제한도 없습니다.

klymax402 마켓플레이스의 일부 — AI 에이전트를 위한 x402 소액결제 API 100개, 하나의 지갑, Base L2 기반 USDC.

빠른 시작 — MCP

MCP 클라이언트 설정(Claude Desktop, Cursor, ElizaOS 등)에 다음을 추가하세요.

{
  "mcpServers": {
    "markdown-to-html": {
      "url": "https://markdown-to-html.api.klymax402.com/mcp"
    }
  }
}

Related MCP server: PDF Generator MCP Server

빠른 시작 — HTTP (x402)

curl -X POST "https://markdown-to-html.api.klymax402.com/api/convert" \
  -H "Content-Type: application/json" \
  -d '{"markdown":"..."}'
# -> 402 Payment Required, with an x402 payment challenge in the response body

x402를 인식하는 모든 클라이언트(@x402/fetch, x402-agent-tools, ATXP)는 402 → 서명 → 재시도 주기를 자동으로 처리합니다.

도구

도구

메서드

경로

가격

설명

text_convert_markdown_to_html

POST

/api/convert

$0.003

Markdown 텍스트를 HTML로 변환

text_convert_markdown_to_html

Markdown 텍스트를 깔끔한 HTML로 변환해야 할 때 사용합니다. 변환된 HTML을 JSON으로 반환합니다.

매개변수

이름

유형

필수

설명

markdown

string

변환할 Markdown 텍스트

wrapInDocument

boolean

아니요

출력을 전체 HTML 문서로 감쌉니다 (기본값: false)

응답 예시:

{"html":"<h1>Hello World</h1>\n<p>This is <strong>bold</strong> and <em>italic</em>.</p>","inputLength":42,"outputLength":68}

사용 시점: 웹 앱에서 Markdown 콘텐츠를 렌더링하거나, README 파일을 변환하거나, 문서 페이지를 만들거나, Markdown으로 이메일 템플릿을 생성할 때.

사용하지 않는 경우: HTML을 Markdown으로 변환할 때(text_convert_html_to_markdown 사용), CSS 테마로 스타일링된 HTML(text_render_markdown 사용), PDF 생성(document_generate_pdf 사용).

에이전트 프롬프트 예시

  • "Markdown 텍스트를 깔끔한 HTML로 변환"

결제

  • 프로토콜: x402 — HTTP 기반 호출당 과금, 회원가입 불필요, API 키 불필요

  • 네트워크: Base L2 (eip155:8453)

  • 자산: USDC

  • 파실리테이터: Coinbase CDP(기본), PayAI(대체)

  • ATXP로도 접근 가능 (OAuth로 래핑된 x402, RFC 9728 보호 리소스 메타데이터)

klymax402의 일부

AI 에이전트를 위한 x402 소액결제 API 100개 — 지갑 하나, Base 기반 USDC, 가입 없음.

라이선스

MIT

A
license - permissive license
Not graded
quality - not tested
B
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

View all related MCP servers

Related MCP Connectors

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Br0ski777/markdown-to-html-x402'

If you have feedback or need assistance with the MCP directory API, please join our Discord server