GoAI Moat Web Scrape
Scrape any URL into clean LLM-ready Markdown, or crawl a whole site.
Should I use this
Quality & Safety
A
Findings (1)
- LOWin crawl_website
Based on automated analysis of tool definitions and protocol compliance.
Context Cost
~207Tokens (tool definitions)
~996 BTypical response size
Minimal attention impact (0.16% of 128k context)
This is the approximate number of tokens consumed each time the server's tools are loaded into a model's context. Higher counts reduce the attention available for other tasks.
Install
One-Click Install
Add this to your `claude_desktop_config.json` file:
{
"mcpServers": {
"web-scrape": {
"url": "https://scrape.mcp.goaimoat.com/mcp"
}
}
}Remote endpoints
https://scrape.mcp.goaimoat.com/mcpstreamable-httpWhat it can do
Tool inventory
Tools (2)
🟢 Read-only🟡 Write🔴 Delete⚪ Unknown
⚪scrape_url(url, email, license_key)
Scrape a URL into clean, LLM-ready Markdown.
Input Schema
{
"type": "object",
"properties": {
"url": {
"type": "string",
"description": "The full URL to scrape (e.g. https://example.com/article)."
},
"email": {
"default": "",
"type": "string"
},
"license_key": {
"default": "",
"type": "string"
}
},
"required": [
"url"
],
"additionalProperties": false
}Output Schema
{
"type": "object",
"additionalProperties": true
}⚪crawl_website(url, limit, email, license_key)
Crawl a website and return clean Markdown for each page.
Input Schema
{
"type": "object",
"properties": {
"url": {
"type": "string",
"description": "The starting URL."
},
"limit": {
"default": 10,
"type": "integer",
"description": "Max pages to crawl (default 10)."
},
"email": {
"default": "",
"type": "string"
},
"license_key": {
"default": "",
"type": "string"
}
},
"required": [
"url"
],
"additionalProperties": false
}Output Schema
{
"type": "object",
"additionalProperties": true
}Community
Evidence
Recent observations
verifiedversion not recorded2 tools