reviewwebsite-mcp-server

reviewwebsite-mcp-server

4

ReviewWebsite.com - MCP Server is a platform that integrates AI with ReviewWebsite's API for managing and analyzing website reviews. It features capabilities such as data extraction, URL conversion to Markdown, and SEO analysis, all accessed through a clean architecture and easy-to-use interface.

ReviewWebsite.com - MCP Server

This project provides a Model Context Protocol (MCP) server that connects AI assistants to ReviewWebsite.com API for website review management and data extraction.

Available Features

  • Create, read, update, and delete website reviews
  • Get available AI models
  • Convert URLs to Markdown
  • Extract structured data from URLs
  • Summarize websites
  • SEO insights and analysis

Supported Transports

  • Stdio transport for CLI
  • Streamable HTTP for web-based clients

Getting Started

  • Prerequisites: Node.js (>=18.x), Git
  • Steps: Clone repository, install dependencies, run the server in development mode

Architecture

  • Clean, layered architecture for maintainability and clear separation of concerns
  • CLI, tools, controllers, services, and utilities layers

Development Guide

  • Define service layer for API interaction
  • Create controllers for business logic
  • Implement MCP tools
  • Add CLI support