go_mcp_server_mdurl logo

go_mcp_server_mdurl

by hightemp

A simple MCP server providing tools to convert web content to Markdown format. It offers functionalities to extract and convert specific article content or the entire HTML from a given URL.

View on GitHub

Last updated: N/A

What is go_mcp_server_mdurl?

This is a Model Context Protocol (MCP) server designed to convert web content into Markdown format. It provides endpoints to extract and convert either the main article content or the entire HTML of a webpage.

How to use go_mcp_server_mdurl?

Send requests to the server's endpoints (http://127.0.0.1:8888/sse). Use the markdown_content_of_url tool to extract the main article content from a URL and convert it to Markdown. Use the markdown_all_html_of_url tool to convert the entire HTML content from a URL to Markdown.

Key features of go_mcp_server_mdurl

  • Extracts main article content from a URL

  • Converts HTML content to Markdown

  • Provides an MCP server interface

  • Offers two distinct conversion tools

Use cases of go_mcp_server_mdurl

  • Automated content extraction for documentation

  • Creating Markdown versions of web articles

  • Archiving web content in a readable format

  • Integrating web content into Markdown-based workflows

FAQ from go_mcp_server_mdurl

What is MCP?

MCP stands for Model Context Protocol. It is a protocol for communication between different services.

What types of web content can be converted?

The server can convert both the main article content and the entire HTML of a webpage.

How do I specify the URL to convert?

The URL should be provided as a parameter in the request to the appropriate endpoint.

What is the output format of the conversion?

The output is in Markdown format.

Is there any rate limiting on the server?

There is no information about rate limiting in the provided README content.