@just-every/mcp-read-website-fast 0.1.17 → 0.1.18
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +4 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -5,6 +5,10 @@ Fast, token-efficient web content extraction for AI agents - converts websites t
|
|
|
5
5
|
[](https://www.npmjs.com/package/@just-every/mcp-read-website-fast)
|
|
6
6
|
[](https://github.com/just-every/mcp-read-website-fast/actions)
|
|
7
7
|
|
|
8
|
+
<a href="https://glama.ai/mcp/servers/@just-every/mcp-read-website-fast">
|
|
9
|
+
<img width="380" height="200" src="https://glama.ai/mcp/servers/@just-every/mcp-read-website-fast/badge" alt="read-website-fast MCP server" />
|
|
10
|
+
</a>
|
|
11
|
+
|
|
8
12
|
## Overview
|
|
9
13
|
|
|
10
14
|
Existing MCP web crawlers are slow and consume large quantities of tokens. This pauses the development process and provides incomplete results as LLMs need to parse whole web pages.
|
package/package.json
CHANGED