Markdownify MCP Server - UTF-8 Enhanced

bing-search-to-markdown

Convert a Bing search results page to markdown

Input Schema

NameRequiredDescriptionDefault
urlYesURL of the Bing search results page

Input Schema (JSON Schema)

{ "properties": { "url": { "description": "URL of the Bing search results page", "type": "string" } }, "required": [ "url" ], "type": "object" }