scrapeless-mcp-server 0.1.3 → 0.1.4
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 +6 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -6,6 +6,12 @@ Model Context Protocol (MCP) is an open protocol that enables seamless integrati
|
|
|
6
6
|
|
|
7
7
|
Seamlessly integrate real-time Google SERP(Google Search, Google Flight, Google Map, Google Jobs....) results into your LLM applications using the Scrapeless MCP server. This server acts as a bridge between LLMs (like ChatGPT, Claude, etc.) and Scrapeless's Google SERP, enabling dynamic context retrieval for AI workflows, chatbots, and research tools.
|
|
8
8
|
|
|
9
|
+
👉 Live MCP Endpoint:
|
|
10
|
+
- [mcp.so](https://mcp.so/server/scrapelessMcpServer/scrapeless-ai)
|
|
11
|
+
- [glama.ai](https://glama.ai/mcp/servers/@scrapeless-ai/scrapeless-mcp-server)
|
|
12
|
+
|
|
13
|
+
📦 NPM Package: [scrapeless-mcp-server](https://www.npmjs.com/package/scrapeless-mcp-server)
|
|
14
|
+
|
|
9
15
|
## Overview
|
|
10
16
|
|
|
11
17
|
This project provides several MCP servers that enable AI assistants like Claude to perform various search operations and retrieve data from:
|