Sponsored by Deepsite.site

🤖 AsyncPraiseRebuke MCP Server

Created By
fabianwilliams8 months 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.
TimeA Model Context Protocol server that provides time and timezone conversion capabilities. This server enables LLMs to get current time information and perform timezone conversions using IANA timezone names, with automatic system timezone detection.
ChatWiseThe second fastest AI chatbot™
DeepChatYour AI Partner on Desktop
EdgeOne Pages MCPAn MCP service designed for deploying HTML content to EdgeOne Pages and obtaining an accessible public URL.
AiimagemultistyleA Model Context Protocol (MCP) server for image generation and manipulation using fal.ai's Stable Diffusion model.
Playwright McpPlaywright MCP server
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"
Context7Context7 MCP Server -- Up-to-date code documentation for LLMs and AI code editors
Visual Studio Code - Open Source ("Code - OSS")Visual Studio Code
Amap Maps高德地图官方 MCP Server
CursorThe AI Code Editor
Jina AI MCP ToolsA Model Context Protocol (MCP) server that integrates with Jina AI Search Foundation APIs.
Serper MCP ServerA Serper MCP Server
WindsurfThe new purpose-built IDE to harness magic
Tavily Mcp
MCP AdvisorMCP Advisor & Installation - Use the right MCP server for your needs
Baidu Map百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
MiniMax MCPOfficial MiniMax Model Context Protocol (MCP) server that enables interaction with powerful Text to Speech, image generation and video generation 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.
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.