Sponsored by Deepsite.site

🤖 AsyncPraiseRebuke MCP Server

Created By
fabianwilliamsa year ago
MCP Server to get access to Reviews that are posted using the Async Praise Rebuke App
Content

🤖 AsyncPraiseRebuke MCP Server

AsyncPraiseRebuke-MCP is a Model Context Protocol (MCP) server that exposes business feedback and contact discovery tools — including AI agent-based flows — for integration with Claude Desktop or any other MCP-compliant client.

🔍 What It Does

This server powers tools that can:

  • ✅ List and search customer feedback reviews
  • ✅ View top-rated and lowest-rated establishments
  • ✅ Discover business contact emails using scraping and heuristics
  • ✅ Log new entries to a Cosmos DB-based directory
  • ✅ Chain tool logic with agents that automate multi-step flows

🧩 Available Tools

Core Tools (Stateless & Reusable)

These can be used individually for focused functionality:

  • `listPublicReviews` – Get all public feedback entries
  • `getTopRatedLocations` – View top and bottom rated businesses
  • `searchReviews` – Search reviews by partial business name
  • `searchBusinessDirectory` – Look up existing business entries in Cosmos DB
  • `logBusinessEmail` – Add a business contact email manually
  • `discoverBusinessEmail` (from ClicknContact) – Discover emails and form fields from business websites

🧠 Agent Tool: `discoverAndLogBusinessEmail`

This agentized tool automates the entire workflow:

  1. Calls ClicknContact to discover contact info
  2. Checks your Cosmos DB directory to prevent duplicates
  3. Logs new businesses with placeholder values if needed

Tool name: `discoverAndLogBusinessEmail`
Source: `ClicknContactScannerAgent`


🚀 Getting Started

npm install -g @fabianwilliams/asyncpraiserebuke-mcp

Then add to your Claude Desktop config:

"ClicknContactScannerAgent": {
  "command": "npx",
  "args": [
    "--yes",
    "@fabianwilliams/asyncpraiserebuke-mcp",
    "scanAndLogNewBusinessEmails"
  ],
  "env": {
    "REVIEW_API_KEY": "your-key-here",
    "REVIEW_API_BASE_URL": "https://your-api.com/api"
  }
}

You can also run this manually:

npx --yes @fabianwilliams/asyncpraiserebuke-mcp scanAndLogNewBusinessEmails

🛠 Dev Structure

/src
  apiClient.ts       // Cosmos-backed endpoint calls
  main.ts            // MCP tool definitions
  types.ts           // Shared types
  scanAndLogNewBusinessEmails.ts // CLI agent wrapper

/test
  businessesToScan.json // Sample test data

🧪 Testing the Agent

Make sure dependencies are installed and build the project:

npm install
npm run build

Then run:

npx @fabianwilliams/asyncpraiserebuke-mcp scanAndLogNewBusinessEmails

Or test via Claude Desktop:

Please scan the following websites for contact emails and log any new ones not already in the directory: https://example1.com, https://example2.com


📦 Publishing

For maintainers:

npm version patch  # or minor / major
npm publish --access public

🪪 License

MIT — use it, fork it, agentify it.

Built with ❤️ by @fabianwilliams

Recommend Servers
TraeBuild with Free GPT-4.1 & Claude 3.7. Fully MCP-Ready.
Y GuiA web-based graphical interface for AI chat interactions with support for multiple AI models and MCP (Model Context Protocol) servers.
WindsurfThe new purpose-built IDE to harness magic
CursorThe AI Code Editor
EdgeOne Pages MCPAn MCP service designed for deploying HTML content to EdgeOne Pages and obtaining an accessible public URL.
RedisA Model Context Protocol server that provides access to Redis databases. This server enables LLMs to interact with Redis key-value stores through a set of standardized tools.
Amap Maps高德地图官方 MCP Server
AiimagemultistyleA Model Context Protocol (MCP) server for image generation and manipulation using fal.ai's Stable Diffusion model.
MiniMax MCPOfficial MiniMax Model Context Protocol (MCP) server that enables interaction with powerful Text to Speech, image generation and video generation APIs.
DeepChatYour AI Partner on Desktop
Visual Studio Code - Open Source ("Code - OSS")Visual Studio Code
Zhipu Web SearchZhipu Web Search MCP Server is a search engine specifically designed for large models. It integrates four search engines, allowing users to flexibly compare and switch between them. Building upon the web crawling and ranking capabilities of traditional search engines, it enhances intent recognition capabilities, returning results more suitable for large model processing (such as webpage titles, URLs, summaries, site names, site icons, etc.). This helps AI applications achieve "dynamic knowledge acquisition" and "precise scenario adaptation" capabilities.
ChatWiseThe second fastest AI chatbot™
Howtocook Mcp基于Anduin2017 / HowToCook (程序员在家做饭指南)的mcp server,帮你推荐菜谱、规划膳食,解决“今天吃什么“的世纪难题; Based on Anduin2017/HowToCook (Programmer's Guide to Cooking at Home), MCP Server helps you recommend recipes, plan meals, and solve the century old problem of "what to eat today"
Tavily Mcp
Baidu Map百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
Serper MCP ServerA Serper MCP Server
MCP AdvisorMCP Advisor & Installation - Use the right MCP server for your needs
Playwright McpPlaywright MCP server
Jina AI MCP ToolsA Model Context Protocol (MCP) server that integrates with Jina AI Search Foundation APIs.
BlenderBlenderMCP connects Blender to Claude AI through the Model Context Protocol (MCP), allowing Claude to directly interact with and control Blender. This integration enables prompt assisted 3D modeling, scene creation, and manipulation.