ReviewWebsite.com - MCP Server

ReviewWebsite.com - MCP Server

site icon
2025.05.06 2
TypeScript网站评论管理数据提取内容生成内容生成搜索工具
ReviewWebsite.com - MCP Server 是一个基于 Model Context Protocol (MCP) 的服务,用于连接 AI 助手与 ReviewWebsite.com 的 API,实现网站评论的创建和管理、数据提取、URL 转换为 Markdown 等功能。该服务提供了丰富的功能,包括创建、读取、更新和删除网站评论,提取结构化数据,抓取 URL 内容,提取链接,以及使用 AI 对 URL 和网站进行摘要等。
View on GitHub

Overview

基本能力

产品定位

ReviewWebsite.com - MCP Server 是一个基于 Model Context Protocol (MCP) 的服务,用于连接 AI 助手与 ReviewWebsite.com 的 API,实现网站评论的创建和管理、数据提取、URL 转换为 Markdown 等功能。

核心功能

  • 创建、读取、更新和删除网站评论
  • 获取可用的 AI 模型
  • 使用 AI 将 URL 转换为 Markdown
  • 使用 AI 从 URL 提取结构化数据
  • 抓取 URL 并提取内容
  • 从网站提取链接
  • 使用 AI 对 URL 和网站进行摘要
  • 自定义 AI 模型和参数
  • 控制等待行为和计时

适用场景

  • 网站评论管理
  • 数据提取和分析
  • 内容生成和摘要
  • 自动化抓取和链接提取

工具列表

  • get-ai-models: 获取可用的 AI 模型
  • create-review: 创建新的评论
  • get-review: 获取特定评论
  • list-reviews: 列出所有评论
  • update-review: 更新评论
  • delete-review: 删除评论
  • convert-to-markdown: 将 URL 转换为 Markdown
  • extract-data: 从 URL 提取结构化数据
  • scrape-url: 抓取 URL 内容
  • extract-links: 从 URL 提取链接
  • summarize-url: 对 URL 进行摘要

常见问题解答

  • 如何获取 API 密钥? 访问 ReviewWebsite.com 创建 API 密钥。
  • 如何调试服务? 使用 DEBUG=true npm run dev:server 启用调试日志。

使用教程

使用依赖

  • Node.js (>=18.x): Download
  • Git: 用于版本控制

安装教程

# 克隆仓库
git clone https://github.com/mrgoonie/reviewwebsite-mcp-server.git
cd reviewwebsite-mcp-server

# 安装依赖
npm install

调试方式

# 启动开发服务器(stdio 传输)
npm run dev:server

# 启动开发服务器(HTTP 传输)
npm run dev:server:http

# 测试 CLI 工具
npm run dev:cli -- get-ai-models --api-key "your-api-key"

调试工具

MCP Inspector

  1. 运行 npm run dev:server
  2. 在浏览器中打开 http://localhost:5173
  3. 在 UI 中测试工具并查看日志

服务器日志

# 设置环境变量
DEBUG=true npm run dev:server

许可证

该项目遵循 MIT 开源许可条款,请参阅 MIT 了解完整条款。