MCP.so
Sign In
Servers

ReviewWebsite.com - MCP Server

@mrgoonie

TypeScript Model Context Protocol (MCP) server for ReviewWebsite. Includes CLI support and extensible structure for connecting AI systems (LLMs) to ReviewWeb.site API

Overview

What is ReviewWebsite.com - MCP Server?

An MCP server that connects AI assistants to the ReviewWebsite.com API, enabling creation and management of website reviews, URL conversion to markdown, structured data extraction, web scraping, and SEO analysis. It is built for developers building AI-powered review and web analysis tools.

How to use ReviewWebsite.com - MCP Server?

Clone or install the package, run npm install, then configure the server using stdio or Streamable HTTP transport. Use CLI commands like npm run dev:cli -- create-review --url <url> --api-key <key> or integrate via MCP client configuration. A ReviewWebsite.com API key is required (create one at reviewweb.site/profile).

Key features of ReviewWebsite.com - MCP Server

  • Create, read, update, and delete website reviews.
  • Convert URLs to Markdown using AI models.
  • Extract structured data from URLs.
  • Scrape websites and extract content and links.
  • Summarize URLs and webpages using AI.
  • SEO insights: keyword ideas, keyword difficulty, traffic analysis, backlinks.
  • Supports stdio and Streamable HTTP transports.

Use cases of ReviewWebsite.com - MCP Server

  • Automating website review generation and management with AI.
  • Converting web pages to Markdown for content pipelines.
  • Extracting structured data (e.g., product info) from URLs.
  • Performing SEO analysis for keyword and backlink research.
  • Building AI assistants that analyze and summarize web content.

FAQ from ReviewWebsite.com - MCP Server

What does ReviewWebsite.com - MCP Server require?

Node.js >=18.x, an API key from ReviewWebsite.com (create at reviewweb.site/profile), and optionally HTTP environment variables for the HTTP transport.

What transports are supported?

The server supports stdio transport (default for CLI) and Streamable HTTP transport. SSE transport is deprecated and not implemented.

Can I customize AI models and parameters?

Yes. You can specify models (e.g., "gpt-4o") in CLI commands and adjust AI parameters. Wait behavior and timing can also be controlled.

How do I set up the HTTP transport?

Configure environment variables: MCP_HTTP_HOST (default 127.0.0.1), MCP_HTTP_PORT (default 8080), and MCP_HTTP_PATH (default /mcp). Note that authentication via Bearer token is not yet implemented.

What CLI commands are available?

Commands include get-ai-models, create-review, get-review, list-reviews, update-review, delete-review, convert-to-markdown, extract-data, scrape-url, extract-links, summarize-url, and SEO commands (seo-keyword-ideas, seo-keyword-difficulty, seo-traffic, seo-backlinks).

More from Developer Tools