🎩 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.1.0
to
0.1.1
+2
-1
package.json
{
"name": "@page2ai/mcp",
"version": "0.1.0",
"version": "0.1.1",
"mcpName": "io.github.igorsaevets/page2ai-mcp",
"description": "MCP server that converts any web page URL to clean Markdown for LLM context. Zero external API calls, SSRF-guarded, 100% local.",

@@ -5,0 +6,0 @@ "type": "module",

@@ -107,2 +107,6 @@ # @page2ai/mcp — Web to Markdown for LLM Context

## Known advisories
`npm audit` will surface a moderate finding in `@hono/node-server` (a transitive dependency of `@modelcontextprotocol/sdk`). That vulnerability lives in the SDK's HTTP/OAuth server path; `@page2ai/mcp` uses only the stdio transport and never loads that code path, so it is not exploitable through this package. The audit line will clear once the SDK bumps its Hono constraint to `>=2.0.5`.
## Development

@@ -136,2 +140,3 @@

- **@page2ai/core** — https://npmjs.com/package/@page2ai/core (the shared extraction library)
- **page2ai-mcp** (unscoped) — https://npmjs.com/package/page2ai-mcp (thin wrapper around this package, published so `npx -y page2ai-mcp` works without a scope prefix)
- **Software Heritage archive** — SWHID `swh:1:snp:05123c51ef9e7c0aeb06f42b1263c07a8d26999a`

@@ -5,8 +5,9 @@ {

"title": "Page2AI — Web to Markdown",
"description": "Convert any web page or HTML string to clean Markdown for LLM context. Preserves headings, code blocks, links, and tables; strips ads, navigation, cookie banners, and footers. Zero external API calls — runs entirely on your machine using linkedom.",
"description": "Convert web pages or HTML to clean Markdown for LLM context. Local, no external API calls.",
"repository": {
"url": "https://github.com/igorsaevets/page2ai-extension",
"url": "https://github.com/igorsaevets/page2ai-mcp",
"source": "github"
},
"version": "0.1.0",
"websiteUrl": "https://github.com/igorsaevets/page2ai-mcp#readme",
"version": "0.1.1",
"packages": [

@@ -16,3 +17,3 @@ {

"identifier": "@page2ai/mcp",
"version": "0.1.0",
"version": "0.1.1",
"transport": { "type": "stdio" }

@@ -19,0 +20,0 @@ }