@scrapi.ai/mcp-server 2.0.0 โ†’ 2.0.2

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.
Files changed (2) hide show
  1. package/README.md +21 -8
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,10 +1,23 @@
1
- # ๐Ÿ”— Scrapi MCP Server
2
-
3
- [ํ•œ๊ตญ์–ด](README-KO.md)
4
-
5
- > MCP server that converts URLs to clean Markdown/Text for LLM agents
6
-
7
- [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
1
+ <p align="center">
2
+ <picture>
3
+ <source media="(prefers-color-scheme: dark)" srcset="assets/logo-dark-horizontal.png">
4
+ <source media="(prefers-color-scheme: light)" srcset="assets/logo-white-horizontal.png">
5
+ <img alt="Scrapi AI" src="assets/logo-white-horizontal.png" width="360">
6
+ </picture>
7
+ </p>
8
+
9
+ <h3 align="center">MCP server that converts URLs to clean Markdown/Text for LLM agents</h3>
10
+
11
+ <p align="center">
12
+ <a href="README-KO.md">ํ•œ๊ตญ์–ด</a> ยท
13
+ <a href="https://scrapi.ai">Website</a> ยท
14
+ <a href="https://scrapi.ai/dashboard">Dashboard</a>
15
+ </p>
16
+
17
+ <p align="center">
18
+ <a href="https://www.npmjs.com/package/@scrapi.ai/mcp-server"><img src="https://img.shields.io/npm/v/@scrapi.ai/mcp-server.svg" alt="npm version"></a>
19
+ <a href="https://opensource.org/licenses/MIT"><img src="https://img.shields.io/badge/License-MIT-yellow.svg" alt="License: MIT"></a>
20
+ </p>
8
21
 
9
22
  **โšก Fast & Reliable** โ€” Built on 7+ years of web scraping expertise, 1,900+ production crawlers, and battle-tested anti-bot handling.
10
23
 
@@ -705,7 +718,7 @@ Update Claude Desktop to the latest version: Claude menu โ†’ "Check for Updates.
705
718
 
706
719
  ## Support
707
720
 
708
- - Email: help@scrapi.ai
721
+ - Email: help@hashscraper.com
709
722
  - Issues: [GitHub Issues](https://github.com/bamchi/scrapi-mcp-server/issues)
710
723
 
711
724
  ---
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@scrapi.ai/mcp-server",
3
- "version": "2.0.0",
3
+ "version": "2.0.2",
4
4
  "description": "Scrapi MCP Server - Web scraping for AI agents. Bypass anti-bot systems and get clean, LLM-ready content via MCP protocol.",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",