AI SummaryA TypeScript MCP server booster for integrating the ReviewWebsite API with Windsurf, providing CLI tools, validation schemas, and structured patterns for AI-assisted development. Ideal for developers building AI-powered review applications or extending Windsurf with ReviewWebsite capabilities.
Install
Copy this and paste it into Claude Code, Cursor, or any AI assistant:
I want to add the "reviewwebsite-mcp-server — Windsurf Rules" prompt rules to my project. Repository: https://github.com/mrgoonie/reviewwebsite-mcp-server Please read the repo to find the rules/prompt file, then: 1. Download it to the correct location (.cursorrules, .windsurfrules, .github/prompts/, or project root — based on the file type) 2. If there's an existing rules file, merge the new rules in rather than overwriting 3. Confirm what was added
Description
TypeScript Model Context Protocol (MCP) server for ReviewWebsite. Includes CLI support and extensible structure for connecting AI systems (LLMs) to ReviewWeb.site API
Tools Layer (`src/tools/*.tool.ts`)
• Purpose: Define MCP tools with schemas and descriptions for AI assistants • Naming: Files should be named <feature>.tool.ts with types in <feature>.types.ts • Pattern: Each tool should use zod for argument validation
Development rules
• always analyze the source code structure and logic carefully before proposing efficient solutions • always check the docs for latest updates • always use try-catch for fallback error handling • always use zod for validation, write zod schemas in a separate file to make it easy to share • the user is pretty upset, don't make mistakes!
ReviewWebsite API Docs
• Website • API Docs • API Swagger Config
MCP
• Introduction: https://modelcontextprotocol.io/introduction • Architecture: https://modelcontextprotocol.io/specification/2025-03-26/architecture • Specification: https://modelcontextprotocol.io/specification/2025-03-26 • Transports: https://modelcontextprotocol.io/specification/2025-03-26/basic/transports • Authorization: https://modelcontextprotocol.io/specification/2025-03-26/basic/authorization • Server features: https://modelcontextprotocol.io/specification/2025-03-26/server • Typescript SDK: https://github.com/modelcontextprotocol/typescript-sdk • MCP Inspector: https://github.com/modelcontextprotocol/inspector
Discussion
Health Signals
My Fox Den
Community Rating
Sign in to rate this booster
Works With
Any AI assistant that accepts custom rules or system prompts