markdown-to-html
Markdown to HTML API
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 bodyx402를 인식하는 모든 클라이언트(@x402/fetch, x402-agent-tools, ATXP)는 402 → 서명 → 재시도 주기를 자동으로 처리합니다.
도구
도구 | 메서드 | 경로 | 가격 | 설명 |
| POST |
| $0.003 | Markdown 텍스트를 HTML로 변환 |
text_convert_markdown_to_html
Markdown 텍스트를 깔끔한 HTML로 변환해야 할 때 사용합니다. 변환된 HTML을 JSON으로 반환합니다.
매개변수
이름 | 유형 | 필수 | 설명 |
| string | 예 | 변환할 Markdown 텍스트 |
| 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, 가입 없음.
전체 API 참조: https://klymax402.com/llms-full.txt
실시간 통계: https://klymax402.com/stats
라이선스
MIT
This server cannot be installed
Maintenance
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
- AlicenseNot gradedqualityCmaintenanceEnables extracting clean Markdown from any webpage by paying $0.005 USDC per call via the x402 protocol, with automatic wallet-based payment settlement.14MIT
- AlicenseNot gradedqualityDmaintenanceGenerates PDF documents from HTML or Markdown content with customizable page size, margins, and orientation, supporting pay-per-call payments via x402.MIT
- AlicenseNot gradedqualityBmaintenanceRenders Markdown to styled HTML with CSS themes (light, dark, GitHub) via pay-per-call x402 micropayments. No API key or signup required.MIT
- AlicenseAqualityCmaintenanceConverts PDF, Word, Excel, and PowerPoint documents to Markdown using a pay-per-conversion model with USDC on Base via the x402 protocol.2MIT
Related MCP Connectors
Convert files and authorized public HTTPS pages to Markdown with secure job and billing guidance.
Markdown in, any format out. PDFs merged, split, watermarked. Runs on our own doc engines.
x402 MCP web parser: URLs to Markdown for agents. USDC on Base, Polygon, Arbitrum, Ethereum.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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