Metadata-Version: 2.4
Name: burnworks-mcp-server-fetch
Version: 0.1.0
Summary: A Model Context Protocol server providing tools to fetch and convert web content for usage by LLMs, with enhanced support for extracting specific content via CSS selectors, element IDs, or HTML tag names
Author: burnworks
Maintainer-email: burnworks <yoshiki.kato@gmail.com>
License: MIT
License-File: LICENSE
Keywords: automation,http,llm,mcp
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Requires-Python: >=3.10
Requires-Dist: beautifulsoup4>=4.9.0
Requires-Dist: httpx<0.28
Requires-Dist: markdownify>=0.13.1
Requires-Dist: mcp>=1.1.3
Requires-Dist: protego>=0.3.1
Requires-Dist: pydantic>=2.0.0
Requires-Dist: readabilipy>=0.2.0
Requires-Dist: requests>=2.32.3
