🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@page2ai/mcp

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@page2ai/mcp - npm Package Compare versions

Comparing version
0.2.2
to
0.2.3
+2
-2
manifest.json

@@ -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": {

{
"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",