@page2ai/mcp
Advanced tools
+2
-2
@@ -5,3 +5,3 @@ { | ||
| "display_name": "Page2AI — Web to Markdown", | ||
| "version": "0.2.2", | ||
| "version": "0.2.3", | ||
| "description": "Convert any web page or HTML string to clean Markdown for LLM context", | ||
@@ -12,3 +12,3 @@ "long_description": "Page2AI MCP converts web pages to Markdown optimized for AI context windows. Extracts main content using DOM-position-aware dedup, preserves code blocks with language hints, converts tables and lists, and strips navigation, ads, and cookie banners. Works offline against local HTML strings or online against URLs. Zero external API calls in v0.1 — pure Node + linkedom.\n\nCompanion to the Page2AI Chrome extension. Shares the same extraction core (@page2ai/core) with the browser extension available at https://github.com/igorsaevets/page2ai-extension.", | ||
| "email": "igorsaevets@gmail.com", | ||
| "url": "https://igorsaevets.github.io/page2ai-docs/about/" | ||
| "url": "https://github.com/igorsaevets" | ||
| }, | ||
@@ -15,0 +15,0 @@ "repository": { |
+2
-2
| { | ||
| "name": "@page2ai/mcp", | ||
| "version": "0.2.2", | ||
| "version": "0.2.3", | ||
| "mcpName": "io.github.igorsaevets/page2ai-mcp", | ||
@@ -65,3 +65,3 @@ "description": "MCP server that converts any web page URL to clean Markdown for LLM context. Zero external API calls, SSRF-guarded, 100% local.", | ||
| "email": "igorsaevets@gmail.com", | ||
| "url": "https://igorsaevets.github.io/page2ai-docs/about/" | ||
| "url": "https://github.com/igorsaevets" | ||
| }, | ||
@@ -68,0 +68,0 @@ "license": "MIT", |
36153
-0.1%