Skip to main content
Glama

MCP Fetch

by LangGPT
MIT License
  • Apple
  • Linux
pyproject.toml1.02 kB
[project] name = "mcp-fetch" version = "0.6.5" description = "A Model Context Protocol server providing tools to fetch and convert web content for usage by LLMs (robots.txt checking removed)" readme = "README.md" requires-python = ">=3.10" authors = [{ name = "langgpt" }] maintainers = [{ name = "langgpt" }] keywords = ["http", "mcp", "llm", "automation"] license = { text = "MIT" } classifiers = [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.10", ] dependencies = [ "httpx<0.28", "markdownify>=0.13.1", "mcp>=1.1.3", "pydantic>=2.0.0", "readabilipy>=0.2.0", "requests>=2.32.3", ] [project.scripts] mcp-fetch = "mcp_fetch:main" [build-system] requires = ["hatchling"] build-backend = "hatchling.build" [tool.hatch.build.targets.wheel] packages = ["src/mcp_fetch"] [tool.uv] dev-dependencies = ["pyright>=1.1.389", "ruff>=0.7.3"]

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/LangGPT/mcp-fetch'

If you have feedback or need assistance with the MCP directory API, please join our Discord server