ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

Scrappa MCP

Access Scrappa's MCP server for Google, YouTube, Amazon, LinkedIn, Trustpilot, flights, hotels, and more via Model Context Protocol

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/userlip/scrappa-skill
Or

Scrappa MCP Skill

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.

Setup

1. Get Your Scrappa API Key

Sign up for a free account at scrappa.co and get your API key from the dashboard.

2. Configure in Clawdbot

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"
      }
    }
  }
}

3. Restart Clawdbot

clawdbot gateway restart

All Available Tools (80+)

Google Search & Translation

ToolDescription
searchScrape Google search results with advanced filters
google-search-lightLightweight Google web search
google-search-autocompleteGoogle search suggestions
google-translate-apiTranslate text between languages
google-imagesSearch Google Images
google-videosSearch Google Videos
google-newsSearch Google News articles
google-jobsSearch jobs indexed on Google
brave-searchPrivacy-focused Brave web search

YouTube

ToolDescription
youtube-external-searchSearch videos
youtube-external-videoGet full video details
youtube-external-infoBasic video metadata
youtube-external-channelChannel profile and stats
youtube-external-commentsFetch video comments
youtube-external-relatedGet related videos
youtube-external-chaptersExtract video chapters
youtube-external-trendingTrending videos by category
youtube-external-suggestionsSearch autocomplete suggestions
youtube-external-channel-videosChannel uploads
youtube-external-channel-playlistsChannel playlists
youtube-external-channel-communityChannel community posts
youtube-external-playlistGet playlist videos
youtube-external-healthCheck API status
youtube-external-proxiesYouTube Proxies API
youtube-external-localesYouTube Locales API

Amazon

ToolDescription
amazon-searchSearch products across 22 marketplaces
amazon-productGet detailed product by ASIN

LinkedIn

ToolDescription
linkedin-profileGet LinkedIn profile data
linkedin-companyGet company page data
linkedin-postGet post details
linkedin-searchSearch LinkedIn profiles

Trustpilot

Metadata

Author@userlip
Stars946
Views0
Updated2026-02-13
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-userlip-scrappa-skill": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.