MCP ExplorerExplorer

Go Mcp Server Mdurl

@hightempon a year ago
1 MIT
FreeCommunity
AI Systems
#golang#markdown#mcp#mcp-server
A simple MCP (Model Context Protocol) server that provides tools for converting web content to Markdown format.

Overview

What is Go Mcp Server Mdurl

go_mcp_server_mdurl is a simple MCP (Model Context Protocol) server designed to convert web content into Markdown format.

Use cases

Use cases include converting blog articles to Markdown for easier editing, transforming web pages into Markdown for documentation, and simplifying content sharing across platforms.

How to use

To use go_mcp_server_mdurl, access the server at http://127.0.0.1:8888/sse and utilize its tools to convert URLs into Markdown.

Key features

Key features include markdown_content_of_url, which extracts and converts the main article content from a URL to Markdown, and markdown_all_html_of_url, which converts the entire HTML content from a URL to Markdown.

Where to use

go_mcp_server_mdurl can be used in web development, content management systems, and any application that requires conversion of HTML content to Markdown.

Content

go_mcp_server_mdurl

A simple MCP (Model Context Protocol) server that provides tools for converting web content to Markdown format.

Server url: http://localhost:8888/sse

Tools

  1. markdown_content_of_url - Extracts the main article content from a URL and converts it to Markdown
  2. markdown_all_html_of_url - Converts the entire HTML content from a URL to Markdown

Usage

The server can operate in two modes: stdio and sse (Server-Sent Events). By default, it uses the sse mode.

go_mcp_server_mdurl -t sse -h 0.0.0.0 -p 8888
# or
go_mcp_server_mdurl -t stdio

Tools

No tools

Comments

Recommend MCP Servers

View All MCP Servers