Tools
ScrapeGraph
Run the ScrapeGraph MCP server as a Meshagent service and interact with its tools in the cloud.
Required Environment Variables
- SGAI_API_KEY: Your ScrapeGraphAI API Key
Steps
-
Install Meshagent CLI & Dependencies:
-
Authenticate with Meshagent:
- Sign up and authenticate using the CLI as described in the Getting Started Guide.
-
Start a Meshagent Room Service with the MCP Server:
- Note: This command launches the ScrapeGraph MCP server as a Meshagent service inside a room named
test
. Include your realSGAI_API_KEY
. - Tip: Rooms automatically close if they go inactive.
- Note: This command launches the ScrapeGraph MCP server as a Meshagent service inside a room named
-
Join the Room with a Chatbot Agent:
- Starts a chatbot agent in the
test
room with access to the ScrapeGraph toolkit. - You can add multiple toolkits to the same agent in one room.
- After running, the CLI will display a link to interact with the agent and its tools through your browser.
- Starts a chatbot agent in the
Tools Available
ScrapeGraph MCP Server provides these tools:
Tool | Short Description |
---|---|
markdownify | Convert a webpage into clean, formatted markdown. |
searchscraper | Perform AI-powered web searches with structured results. |
smartscraper | Extract structured data from a webpage using AI. |
Tools Details
Tool: markdownify
Convert a webpage into clean, formatted markdown.
Parameter | Type | Description |
---|---|---|
website_url | string | URL of the webpage to convert |
Tool: searchscraper
Perform AI-powered web searches with structured results.
Parameter | Type | Description |
---|---|---|
user_prompt | string | Search query or instructions |
Tool: smartscraper
Extract structured data from a webpage using AI.
Parameter | Type | Description |
---|---|---|
user_prompt | string | Instructions for what data to extract |
website_url | string | URL of the webpage to scrape |
Meshagent & Related Links
- Meshagent: https://www.meshagent.com/
- Room API Getting Started: https://docs.meshagent.com/room_api/get_started
- Room API Overview: https://docs.meshagent.com/room_api/overview
- Meshagent MCP Tool Docker Image: https://hub.docker.com/r/meshagent/mcp-scrapegraph