Review Guru MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| DATABASE_URL | No | If set to an existing SQLite path, server uses local DB instead of HTTP. Maintainer-only. | |
| REVIEWGURU_API | No | API base URL – default is https://reviewguru.lk | https://reviewguru.lk |
| REVIEWGURU_URL | No | Used to render business URLs in tool output – default is https://reviewguru.lk | https://reviewguru.lk |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list_businessesA | List Sri Lankan businesses with optional filters. Args: city: City slug (e.g. "colombo", "nugegoda", "dehiwala"). Use list_cities() to discover. category: Category slug (e.g. "restaurants", "shopping", "doctors"). Use list_categories() to discover. min_rating: Minimum average rating 1-5. sort: "top" (Bayesian-weighted best), "most-reviewed", or "newest". limit: Max results, 1-100 (default 25). |
| get_businessA | Get full details of a single business by slug, including location, contact info, categories, and the top 10 recent reviews. |
| get_reviewsB | Get reviews for a business. Args: slug: Business slug. sort: "newest", "highest", "lowest", or "helpful". limit: Max reviews, 1-100 (default 20). |
| searchA | Full-text search across all businesses. Uses SQLite FTS5 server-side. Args: query: Free text — name, cuisine, neighborhood, doctor specialty, etc. limit: Max results, 1-50 (default 20). |
| list_categoriesA | List all categories with their parent/child hierarchy. |
| list_citiesA | List all cities on the platform with counts of listed businesses. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| about | Human-readable description of the Review Guru MCP server. |
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/kapruka/reviewguru-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server