We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/bhubbb/mcp-fetch-as-markdown'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
pyproject.toml•389 B
[project]
name = "mcp-fetch-as-markdown"
version = "0.1.0"
description = "Fetch as Markdown MCP Server - Fetches web pages and converts them to clean markdown with minimal context overhead"
requires-python = ">=3.12"
dependencies = [
"mcp>=1.9.4",
"requests>=2.31.0",
"beautifulsoup4>=4.12.0",
"markdownify>=0.11.0",
]
[project.scripts]
mcp-fetch-as-markdown = "main:cli"