🤖 AsyncPraiseRebuke MCP Server
@fabianwilliams
About 🤖 AsyncPraiseRebuke MCP Server
MCP Server to get access to Reviews that are posted using the Async Praise Rebuke App
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"asyncpraiserebuke-mcp": {
"command": "npx",
"args": [
"--yes",
"@fabianwilliams/asyncpraiserebuke-mcp",
"scanAndLogNewBusinessEmails"
]
}
}
}Tools
6Get all available public feedback reviews
Return top and lowest rated feedback locations
Search for reviews by partial or full business name
Search for a business email by establishment name
Submit a new business email discovered by an agent or a user
Discover contact emails via ClicknContact and log new entries to the directory
Overview
What is 🤖 AsyncPraiseRebuke MCP Server?
The 🤖 AsyncPraiseRebuke MCP Server is a Model Context Protocol (MCP) server that exposes business feedback and contact discovery tools for integration with Claude Desktop or any MCP‑compliant client. It provides tools to list/search customer reviews, view top/bottom‑rated businesses, discover business emails via scraping, and log entries to a Cosmos DB directory.
How to use 🤖 AsyncPraiseRebuke MCP Server?
Install the package globally with npm install -g @fabianwilliams/asyncpraiserebuke-mcp. Then configure it in Claude Desktop by adding the ClicknContactScannerAgent entry to your config, setting REVIEW_API_KEY and REVIEW_API_BASE_URL environment variables. Alternatively, run the CLI agent directly with npx --yes @fabianwilliams/asyncpraiserebuke-mcp scanAndLogNewBusinessEmails.
Key features of 🤖 AsyncPraiseRebuke MCP Server
- Lists and searches all public customer feedback reviews
- Views top‑rated and lowest‑rated businesses
- Discovers business contact emails via scraping and heuristics
- Logs new business entries to a Cosmos DB directory
- Automates multi‑step email discovery with an AI agent tool
- Works with any MCP‑compatible client like Claude Desktop
Use cases of 🤖 AsyncPraiseRebuke MCP Server
- Automatically scan a list of business websites to find and store contact emails
- Query top‑performing and underperforming locations from a review API
- Search existing feedback or business directory records by partial name
- Manually add a business email to the Cosmos DB directory
- Chain email discovery, duplicate prevention, and logging in a single agent call
FAQ from 🤖 AsyncPraiseRebuke MCP Server
What environment variables are required?
The server needs REVIEW_API_KEY and REVIEW_API_BASE_URL to access your review API and Cosmos DB backend.
How does the email discovery tool work?
The discoverBusinessEmail tool uses ClicknContact’s scraping and heuristics to find contact emails and form fields from business websites.
Which tools are available as agents?
The discoverAndLogBusinessEmail agent automates the full workflow: it calls ClicknContact, checks your Cosmos DB directory for duplicates, and logs new businesses.
Can I run the server without Claude Desktop?
Yes. You can execute the CLI agent directly with npx using the scanAndLogNewBusinessEmails command.
What license is the server distributed under?
The server is released under the MIT license.
Frequently asked questions
What environment variables are required?
The server needs `REVIEW_API_KEY` and `REVIEW_API_BASE_URL` to access your review API and Cosmos DB backend.
How does the email discovery tool work?
The `discoverBusinessEmail` tool uses ClicknContact’s scraping and heuristics to find contact emails and form fields from business websites.
Which tools are available as agents?
The `discoverAndLogBusinessEmail` agent automates the full workflow: it calls ClicknContact, checks your Cosmos DB directory for duplicates, and logs new businesses.
Can I run the server without Claude Desktop?
Yes. You can execute the CLI agent directly with `npx` using the `scanAndLogNewBusinessEmails` command.
What license is the server distributed under?
The server is released under the MIT license.
Basic information
More Other MCP servers

Sequential Thinking
modelcontextprotocolModel Context Protocol Servers
Maestro
mobile-dev-incPainless E2E Automation for Mobile and Web
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
Unity MCP ✨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.
Codelf
unbugA search tool helps dev to solve the naming things problem.
Comments