Mdapi
БесплатноНе проверенMCP server for mdapi (md.fastdb.in) — HTML/URL to clean LLM-ready Markdown & structured JSON. x402 pay-per-call (USDC on Base), no API key. Remote endpoint + lo
Описание
MCP server for mdapi (md.fastdb.in) — HTML/URL to clean LLM-ready Markdown & structured JSON. x402 pay-per-call (USDC on Base), no API key. Remote endpoint + local stdio.
README
Exposes the paid mdapi endpoints as MCP tools, with x402 pay-per-call ($0.005 in USDC on Base, no signup, no API key):
| Tool | What it does | Price |
|---|---|---|
html_to_markdown |
URL or raw HTML → clean, LLM-ready Markdown. render: true executes the page in a real headless browser first (JS-rendered SPAs). |
$0.005 |
extract_page |
URL or raw HTML → structured JSON: title, byline, excerpt, links, images, meta. | $0.005 |
service_info |
Service + pricing details. | free |
Failed calls are never charged — settlement happens only after the tool succeeds.
Two ways to use it
1. Remote MCP server (recommended)
Streamable HTTP endpoint: https://md.fastdb.in/mcp
Listed in the official MCP registry as in.fastdb.md/mdapi.
Payments are in-protocol x402 v2 (the official @x402/mcp pattern): an unpaid
tools/call returns the payment requirements; an x402-aware MCP client signs a
USDC transferWithAuthorization and retries with the payment in _meta.
No ETH needed — the facilitator sponsors gas.
import { StreamableHTTPClientTransport } from "@modelcontextprotocol/sdk/client/streamableHttp.js";
import { createx402MCPClient } from "@x402/mcp";
import { ExactEvmScheme } from "@x402/evm/exact/client";
import { privateKeyToAccount } from "viem/accounts";
const client = createx402MCPClient({
name: "my-agent", version: "1.0.0",
schemes: [{ network: "eip155:8453", client: new ExactEvmScheme(privateKeyToAccount(process.env.EVM_PRIVATE_KEY)) }],
autoPayment: true,
});
await client.connect(new StreamableHTTPClientTransport(new URL("https://md.fastdb.in/mcp")));
const result = await client.callTool("html_to_markdown", { url: "https://example.com" });
server.js is this remote server. It runs conversion in-process (same ../lib
as the HTTP API) and verifies/settles via the Coinbase CDP facilitator.
Deployed as systemd unit biz-mdapi-mcp on 127.0.0.1:8403 behind nginx /mcp.
2. Local stdio server (Claude Desktop and other vanilla MCP clients)
stdio.js runs on your machine with your wallet key and wraps the live paid
HTTP API: it answers the HTTP 402 challenge for you (x402 v1 X-PAYMENT flow
via x402-fetch). Install straight from the tarball we host:
// Claude Desktop / any MCP client config
{
"mcpServers": {
"mdapi": {
"command": "npx",
"args": ["-y", "https://md.fastdb.in/mcp/mdapi-mcp.tgz"],
"env": { "EVM_PRIVATE_KEY": "0x..." } // wallet holding USDC on Base
}
}
}
Env: EVM_PRIVATE_KEY (required), MDAPI_BASE_URL (optional override).
Per-call spend is hard-capped at 0.01 USDC in the client wrapper.
Discovery
- Official MCP registry:
in.fastdb.md/mdapi(remote, streamable-http) - x402 Bazaar (Coinbase CDP discovery layer):
https://md.fastdb.in/mdand/extractare indexed; agents using the Bazaar MCP server (https://api.cdp.coinbase.com/platform/v2/x402/discovery/mcp) can find and call them there too. - Machine-readable catalog:
GET https://md.fastdb.in/(JSON for non-browsers)
Repo layout
server.js— remote MCP server (x402 v2 in-protocol payments, CDP facilitator). Reference: it imports mdapi's core../lib, which lives in the main mdapi codebase and is not vendored here —stdio.jsis the fully self-contained entry.stdio.js— local stdio MCP server (pays the HTTP API with your key)server.json— MCP registry manifest
Установить Mdapi в Claude Desktop, Claude Code, Cursor
unyly install mdapiСтавит в Claude Desktop, Claude Code, Cursor и VS Code — сам разбирается с npx, uvx и сборкой из исходников.
Впервые? Поставь CLI: curl -fsSL https://unyly.org/install | sh
Или настроить вручную
Выполни в терминале:
claude mcp add mdapi -- npx -y github:lightwheel10/mdapi-mcpПошаговые гайды: как установить Mdapi
FAQ
Mdapi MCP бесплатный?
Да, Mdapi MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Mdapi?
Нет, Mdapi работает без API-ключей и переменных окружения.
Mdapi — hosted или self-hosted?
Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.
Как установить Mdapi в Claude Desktop, Claude Code или Cursor?
Открой Mdapi на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
автор: modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
автор: xuzexin-hzMCP-Agent
A simple, composable framework to build agents using Model Context Protocol by [LastMile AI](https://www.lastmileai.dev)
автор: lastmile-aiSpring AI MCP Client
Provides auto-configuration for MCP client functionality in Spring Boot applications.
mcp.natoma.ai
A Hosted MCP Platform to discover, install, manage and deploy MCP servers by [Natoma Labs](https://www.natoma.ai)
MCPHub
Website to list high quality MCP servers and reviews by real users. Also provide online chatbot for popular LLM models with MCP server support.
MCP Servers Rating and User Reviews
Website to rate MCP servers, write authentic user reviews, and [search engine for agent & mcp](http://www.deepnlp.org/search/agent)
mkinf
An Open Source registry of hosted MCP Servers to accelerate AI agent workflows.
Compare Mdapi with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории ai
