html-parser-ai-mcp
v1.0.0
Published
Html Parser Ai automation via MCP. Includes extract links, extract text, validate html. By MEOK AI Labs.
Maintainers
Readme
Html Parser Ai
By MEOK AI Labs — MEOK AI Labs MCP Server
HTML Parser AI MCP Server
Installation
pip install html-parser-ai-mcpUsage
# Run standalone
python server.py
# Or via MCP
mcp install html-parser-ai-mcpTools
extract_links
Extract all links (anchor tags) from HTML content.
Parameters:
html(str)base_url(str)
extract_text
Extract plain text content from HTML, stripping all tags.
Parameters:
html(str)preserve_newlines(bool)
validate_html
Validate HTML for common issues (unclosed tags, missing attributes, etc.).
Parameters:
html(str)
find_meta_tags
Extract all meta tags and their attributes from HTML.
Parameters:
html(str)
Authentication
Free tier: 15 calls/day. Upgrade at meok.ai/pricing for unlimited access.
Links
- Website: meok.ai
- GitHub: CSOAI-ORG/html-parser-ai-mcp
- PyPI: pypi.org/project/html-parser-ai-mcp
License
MIT — MEOK AI Labs
