Access Scrappa's MCP server for Google, YouTube, Amazon, LinkedIn, Trustpilot, flights, hotels, and more via Model Context Protocol
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install scrappa-skill或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install scrappa-skill⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/scrappa-skill/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: Scrappa MCP description: Access Scrappa's MCP server for Google, YouTube, Amazon, LinkedIn, Trustpilot, flights, hotels, and more via Model Context Protocol ---
Access 80+ tools for searching Google, YouTube, Amazon, LinkedIn, Trustpilot, business reviews, flights, hotels, real estate, and more via the Scrappa Model Context Protocol (MCP) server.
Sign up for a free account at scrappa.co and get your API key from the dashboard.
Add Scrappa to your mcporter configuration:
mcporter config add scrappa --url "https://scrappa.co/mcp" --headers "X-API-KEY=YOUR_API_KEY"
Or manually edit ~/clawd/config/mcporter.json:
{
"mcpServers": {
"scrappa": {
"baseUrl": "https://scrappa.co/mcp",
"headers": {
"X-API-KEY": "your_api_key_here"
}
}
}
}
clawdbot gateway restart
| Tool | Description | |------|-------------| | search | Scrape Google search results with advanced filters | | google-search-light | Lightweight Google web search | | google-search-autocomplete | Google search suggestions | | google-translate-api | Translate text between languages | | google-images | Search Google Images | | google-videos | Search Google Videos | | google-news | Search Google News articles | | google-jobs | Search jobs indexed on Google | | brave-search | Privacy-focused Brave web search |
| Tool | Description | |------|-------------| | youtube-external-search | Search videos | | youtube-external-video | Get full video details | | youtube-external-info | Basic video metadata | | youtube-external-channel | Channel profile and stats | | youtube-external-comments | Fetch video comments | | youtube-external-related | Get related videos | | youtube-external-chapters | Extract video chapters | | youtube-external-trending | Trending videos by category | | youtube-external-suggestions | Search autocomplete suggestions | | youtube-external-channel-videos | Channel uploads | | youtube-external-channel-playlists | Channel playlists | | youtube-external-channel-community | Channel community posts | | youtube-external-playlist | Get playlist videos | | youtube-external-health | Check API status | | youtube-external-proxies | YouTube Proxies API | | youtube-external-locales | YouTube Locales API |
| Tool | Description | |------|-------------| | amazon-search | Search products across 22 marketplaces | | amazon-product | Get detailed product by ASIN |
| Tool | Description | |------|-------------| | linkedin-profile | Get LinkedIn profile data | | linkedin-company | Get company page data | | linkedin-post | Get post details | | linkedin-search | Search LinkedIn profiles |
| Tool | Description | |------|-------------| | trustpilot-categories | List business categories | | trustpilot-businesses | Search businesses | | trustpilot-countries | List supported countries | | trustpilot-company-search | Search for a company | | trustpilot-company-details | Get company profile | | trustpilot-company-reviews | Fetch company reviews |
| Tool | Description | |------|-------------| | kununu-search | Search companies on Kununu | | kununu-reviews | Fetch company reviews | | kununu-profiles | Get company profile data | | kununu-industries | List available industries | | kununu-company-details | Full company details |
| Tool | Description | |------|-------------| | trustedshops-markets | Get all available markets | | trustedshops-search | Search for shops | | trustedshops-reviews | Get reviews for a shop | | trustedshops-shop | Get detailed shop profile |
| Tool | Description | |------|-------------| | simple-search | Quick search for places by query | | advanced-search | Search with filters and pagination | | autocomplete | Get place suggestions as you type | | google-reviews | Fetch Google place reviews | | google-single-review | Get single review details | | google-business-details | Full business info from Maps | | google-maps-photos | Download photos from a place | | google-maps-directions | Get directions between locations |
| Tool | Description | |------|-------------| | google-flights-one-way | Search one-way flights | | google-flights-round-trip | Search round-trip flights | | google-flights-date-range | Find cheapest dates to fly | | google-flights-airlines | Get supported airlines (free) | | google-flights-airports | Get supported airports (free) | | google-flights-booking-details | Get flight booking information |
| Tool | Description | |------|-------------| | google-hotels-search | Search hotels by location | | google-hotels-autocomplete | Location autocomplete for hotels |
| Tool | Description | |------|-------------| | immobilienscout24-search | Search property listings | | immobilienscout24-property | Get property details | | immobilienscout24-locations | Location autocomplete | | immobilienscout24-price-insights | Average price per m² |
| Tool | Description | |------|-------------| | vinted-search | Search items on Vinted | | vinted-filters | Get available filters | | vinted-suggestions | Search autocomplete | | vinted-item-details | Get item information | | vinted-item-shipping | Get shipping details | | vinted-similar-items | Get similar items | | vinted-user-profile | Get user profile | | vinted-user-items | Get items listed by user | | vinted-categories | Get all catalog categories |
| Tool | Description | |------|-------------| | indeed-jobs | Search for jobs on Indeed |
Search for "best coffee shops in New York"
Get details for video: dQw4w9WgXcQ
Search for "latest AI news 2024"
Translate "Hello world" from English to Spanish
Translate "Good morning" from English to German
Search for "wireless headphones" on Amazon US
Get product details for B09V3KXJPB
Get profile: https://www.linkedin.com/in/someone
Search for "software engineer" in San Francisco
Search for company "bestbuy"
Get reviews for amazon.com
Search for "coffee shops" near "Times Square"
Get directions from "Central Park" to "Brooklyn Bridge"
Search one-way flights from JFK to LHR on 2025-03-15
Find cheapest dates to fly from NYC to Paris in April
Search hotels in Paris for check-in 2025-04-01, check-out 2025-04-05
Search apartments for rent in Berlin, max €1500
Get property details for listing ID 123456
Search for "Nike shoes" on Vinted France
Get item details for item ID 12345
安装 Scrappa MCP 后,可以对 AI 说这些话来触发它
Help me get started with Scrappa MCP
Explains what Scrappa MCP does, walks through the setup, and runs a quick demo based on your current project
Use Scrappa MCP to access Scrappa's MCP server for Google, YouTube, Amazon, LinkedIn, ...
Invokes Scrappa MCP with the right parameters and returns the result directly in the conversation
What can I do with Scrappa MCP in my developer & devops workflow?
Lists the top use cases for Scrappa MCP, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/scrappa-skill/ 目录(个人级,所有项目可用),或 .claude/skills/scrappa-skill/(项目级)。重启 AI 客户端后,用 /scrappa-skill 主动调用,或让 AI 根据上下文自动发现并使用。
Scrappa MCP 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
Scrappa MCP 可免费安装使用。请查阅仓库了解许可证信息。
Access Scrappa's MCP server for Google, YouTube, Amazon, LinkedIn, Trustpilot, flights, hotels, and more via Model Context Protocol
Scrappa MCP 属于「Developer & DevOps」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。
Automate my developer & devops tasks using Scrappa MCP
Identifies repetitive steps in your workflow and sets up Scrappa MCP to handle them automatically