Skip to main content
Glama
592,728 tools. Updated 2026-09-20 15:50

"decodo" matching MCP tools:

  • Google search results scraping via Decodo (formerly Smartproxy) — runs a Google search through rotating proxies and returns structured organic results (position, title, url, snippet) plus related searches when parsing succeeds. BYOK — _apiKey is your Decodo Web Scraping API "username:password" credentials. Example: decodo_google_search({ query: "best running shoes 2026", geo: "United States", _apiKey: "user:pass" })
    ConnectorNo auth
  • Get structured Amazon product data via Decodo (formerly Smartproxy) — title, pricing, rating, reviews, images, availability — parsed into JSON. Pass either a full Amazon product URL or an ASIN. BYOK — _apiKey is your Decodo Web Scraping API "username:password" credentials. Example: decodo_amazon_product({ asin: "B09H74FXNW", _apiKey: "user:pass" })
    ConnectorNo auth
  • Scrape any web page through Decodo (formerly Smartproxy) rotating proxies and return its content. Handles anti-bot pages; use render_js:true for JavaScript-heavy sites (headless-browser rendering) and markdown:true for clean LLM-ready markdown instead of raw HTML. BYOK — _apiKey is your Decodo Web Scraping API "username:password" credentials. Example: decodo_scrape({ url: "https://example.com", render_js: true, _apiKey: "user:pass" })
    ConnectorNo auth
  • Read any product URL and extract product details, seller, price, stock status, and payment method — autonomous (x402) or human checkout. Returns a clean, actionable shape for agents.
    -
  • Decode a 17-character VIN using NHTSA data to reveal make, model, year, body class, engine, transmission, fuel type, and manufacturer. Add an optional model-year hint for improved accuracy.
    MIT
  • Decode EVM event logs into human-readable JSON using a transaction hash or raw log inputs. Resolves ABIs automatically and returns event names, signatures, and typed arguments.
    MIT

Matching MCP Servers

  • A
    license
    Not graded
    quality
    B
    maintenance
    Enables web scraping via the Decodo API, providing AI agents with access to data extraction through the Pipeworx MCP gateway.
    3 npm
    1
    MIT
  • A
    license
    B
    quality
    B
    maintenance
    Enables web scraping and data extraction from websites with geographic flexibility, privacy features, and anti-detection capabilities. Supports scraping general websites, Google Search, Amazon Search, and Reddit with customizable parameters for rendering, geolocation, and locale.
    30
    105 npm
    37
    ISC

Matching MCP Connectors

  • Retrieve the complete list of vehicle makes from the vPIC database, including cars, trucks, and motorcycles. Use it to populate make menus or verify supported makes before decoding a VIN.
    MIT
  • Decode base-N, URL, IDNA, bech32, or hexdump strings back to bytes or text. Supports multiple output formats for binary or text data.
    GPL 3.0
  • Fetch verified ABI and metadata for a contract on EVM chains. Resolves proxy patterns to return the implementation's ABI and function/event signatures.
    MIT
  • Decode partial VIN patterns with wildcard characters to retrieve vehicle details when the full 17-character VIN is unavailable.
    MIT
  • Decode JWT header and payload for token inspection and OAuth debugging. Extract claims from API tokens without signature verification.
    MIT
  • Decode a World Manufacturer Identifier (WMI) to find manufacturer details for vehicles. Enter a 3-character code for high-volume manufacturers or 6-character code for low-volume ones.
    MIT
  • Resolve a 4-byte function selector or 32-byte event topic hash to its human-readable signature(s) via 4byte.directory and openchain.xyz, returning all matches with verified flag.
    MIT
  • Scrape a Reddit user's profile, posts, and comments by providing their profile URL. Extract data for analysis or archiving.
    ISC
  • Decode EVM calldata into a function signature and typed arguments, resolving the selector via provided ABI, verified source, or 4byte.directory.
    MIT
  • Retrieve the vehicle types produced by a given make to identify manufacturer categories. Input a make name, such as BMW, and get a list like Motorcycle, Passenger Car, or Truck.
    MIT
  • Scrape Walmart product details using a product ID. Optionally render in headless browser, set delivery ZIP, or specify store ID for local inventory.
    ISC
  • Decode obfuscated payloads from malware, CTF challenges, or phishing emails using Base64, URL encoding, hex, and ROT13, with automatic detection for analysis.
    MIT