R

ReviewWebsite

Converts URLs to Markdown, scrapes web content, extracts links, and generates summaries of web pages...

5 views
0 installs
Updated Dec 20, 2025
Not audited
Converts URLs to Markdown, scrapes web content, extracts links, and generates summaries of web pages for efficient content analysis and data extraction.
  1. Open the FastMCP connection modal and click “Install Now”

    • Use the existing "Install Now" button in your FastMCP UI to open the connection / environment variables form.
  2. Sign in to ReviewWeb.site to create an API key

    • In a browser, open the ReviewWeb.site sign‑in page and log in (Sign in with GitHub or Google). (reviewweb.site)
  3. Navigate to your Profile / API Keys and create a new key

    • After signing in, open your Profile (the site exposes API key creation in the Profile area). Create a new API key (give it a name/label if prompted) and copy the generated key to your clipboard.
  4. Paste the API key into the FastMCP connection interface

    • In the FastMCP form, set the environment variable REVIEWWEBSITE_API_KEY to the API key you copied.
  5. (Optional) Configure DEBUG

    • If you want verbose logs for troubleshooting, set DEBUG = true. Otherwise set DEBUG = false or leave blank.
  6. Save / Install

    • Complete the FastMCP modal by saving or confirming the installation (the "Install Now" flow will persist these env values for the connection).
  7. Verify the connection (quick test)

    • Use one of the example CLI commands to confirm the key works (run locally or via the server that uses these envs). Example from the README:
      npm run dev:cli -- get-ai-models --api-key "YOUR_API_KEY"
    • If the command returns AI models or successful responses, the env is configured correctly.
  8. Security note

    • Treat your REVIEWWEBSITE_API_KEY like a secret. Do not commit it to source control; store it only in FastMCP’s secure env fields or a secrets manager.

Quick Start

View on GitHub

More for Web Scraping

View All →

More for Analytics and Data

View All →

Similar MCP Servers

Report Issue

Thank you! Your issue report has been submitted successfully.