pypi reviewguru-mcpstdioMITupdated 4mo ago
An MCP server that exposes Sri Lankan business reviews and doctor profiles from Review Guru to Claude Desktop, Cursor, Cline, or any MCP-aware AI agent.
Was kannst du mit reviewguru machen?
Review Guru MCP Server
An MCP server that exposes Sri Lankan business reviews and doctor profiles from Review Guru to Claude Desktop, Cursor, Cline, or any MCP-aware AI agent.
No API key. No scraping. Calls a public, cached, rate-limited HTTPS endpoint.
What you get
| Tool | What it does |
|---|---|
list_businesses(city?, category?, min_rating?, sort?, limit?) |
Ranked list of businesses. Sort: top, most-reviewed, newest. |
get_business(slug) |
Full profile: address, phone, hours, categories, rating breakdown, top 10 reviews. |
get_reviews(slug, sort?, limit?) |
Paginated reviews. Sort: newest, highest, lowest, helpful. |
search(query, limit?) |
Full-text search (FTS5) across every business and doctor. |
list_categories() |
Top-level categories + sub-categories with slugs. |
list_cities() |
Sri Lankan cities with business counts. |
Plus a reviewguru://about resource that returns live counts.
Data covers restaurants, hotels, shops, salons, hospitals, Sri Lankan doctors with specialty + practice locations, and more â all with patient/ customer reviews.
Install
With uv (recommended)
uvx reviewguru-mcp
With pipx
pipx install reviewguru-mcp
reviewguru-mcp
With pip
pip install reviewguru-mcp
reviewguru-mcp
The server speaks MCP over stdio â invoke it from any MCP client config.
Wire it up
Claude Desktop
Edit ~/Library/Application Support/Claude/claude_desktop_config.json (Mac)
or %APPDATA%\Claude\claude_desktop_config.json (Windows):
{
"mcpServers": {
"reviewguru": {
"command": "uvx",
"args": ["reviewguru-mcp"]
}
}
}
Restart Claude Desktop. The đ icon in chat will show the Review Guru tools.
Cursor
Settings â MCP â Add new MCP server:
- Command:
uvx - Args:
reviewguru-mcp
Cline (VS Code)
Cline â Settings â MCP Servers â Add:
{
"reviewguru": {
"command": "uvx",
"args": ["reviewguru-mcp"]
}
}
Try it
Once wired up, ask your assistant things like:
Find me three highly-rated cardiologists in Colombo and tell me which hospital each one consults at.
What are people saying about Ministry of Crab? Pull the most recent five reviews.
I'm a vegetarian visiting Galle for a weekend â recommend two restaurants.
The model will pick the right tools and stitch the answers together.
Configuration
Environment variables (all optional):
| Variable | Default | Effect |
|---|---|---|
REVIEWGURU_API |
https://reviewguru.lk |
API base URL â point at staging or a fork. |
REVIEWGURU_URL |
https://reviewguru.lk |
Used to render business URLs in tool output. |
DATABASE_URL |
(none) | If set to an existing SQLite path, server uses local DB instead of HTTP. Maintainer-only. |
Rate limits + acceptable use
The public API is shared and lightly rate-limited (60 req/min per IP). For
heavier usage, set REVIEWGURU_API to your own deployment.
Reviews are licensed for citation with attribution to Review Guru and a link back to the specific business URL. See reviewguru.lk/llms.txt for full LLM-usage guidelines.
Self-hosting
Want to fork? The server is one Python file (server.py). It auto-detects:
- HTTP mode (default) â calls
/api/v1endpoints. Works anywhere. - SQLite mode â if
data/reviewguru.dbis present in the parent dir. Used by the maintainers for sub-millisecond local queries.
git clone https://github.com/kapruka/reviewguru-mcp
cd reviewguru-mcp
pip install -e .
reviewguru-mcp
Links
- đ Site â https://reviewguru.lk
- đ Public API â https://reviewguru.lk/api/v1
- đ OpenAPI spec â https://reviewguru.lk/api/openapi.json
- đ LLM usage policy â https://reviewguru.lk/llms.txt
- đ Issues â https://github.com/kapruka/reviewguru-mcp/issues
License
MIT â see LICENSE.
Installation
reviewguru zu deinem Client hinzufĂŒgen. WĂ€hl den, den du nutzt.
claude mcp add reviewguru-mcp -- uvx reviewguru-mcpcodex mcp add reviewguru-mcp -- uvx reviewguru-mcpamp mcp add reviewguru-mcp -- uvx reviewguru-mcp{
"mcpServers": {
"reviewguru-mcp": {
"command": "uvx",
"args": [
"reviewguru-mcp"
]
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"reviewguru-mcp": {
"command": "uvx",
"args": [
"reviewguru-mcp"
]
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
code --add-mcp '{"name":"reviewguru-mcp","command":"uvx","args":["reviewguru-mcp"]}'Or add the block manually to `.vscode/mcp.json` under `servers`.
{
"mcpServers": {
"reviewguru-mcp": {
"command": "uvx",
"args": [
"reviewguru-mcp"
]
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
{
"mcpServers": {
"reviewguru-mcp": {
"command": "uvx",
"args": [
"reviewguru-mcp"
]
}
}
}Add to `cline_mcp_settings.json` via the MCP Servers panel.
{
"mcpServers": {
"reviewguru-mcp": {
"command": "uvx",
"args": [
"reviewguru-mcp"
]
}
}
}Add to `~/.gemini/settings.json`.
{
"mcpServers": {
"reviewguru-mcp": {
"type": "local",
"command": "uvx",
"args": [
"reviewguru-mcp"
],
"tools": [
"*"
]
}
}
}Add to `~/.copilot/mcp-config.json`, or run `/mcp add` inside the CLI.
{
"context_servers": {
"reviewguru-mcp": {
"command": {
"path": "uvx",
"args": [
"reviewguru-mcp"
]
}
}
}
}Add to your Zed `settings.json`.
uvx reviewguru-mcpRun `goose configure`, choose **Add Extension â Command-line Extension**, and paste this command.
Score
39 / 100
UnvollstÀndig
- Dokumentation25/25
- Pflege13/25
- Vertrauen13/20
- Funktionsumfang0/15
- Installation12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 121 days ago
- Has a release history
- Repository is not archived
- Licensed MIT
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 12 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint â no local install
Versionsverlauf
| Versionen | Veröffentlicht |
|---|---|
| 0.1.2Aktuell | 2. Mai 2026 |
| 0.1.1 | 2. Mai 2026 |