Skip to main content
Glama
kapruka

Review Guru MCP Server

by kapruka

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
DATABASE_URLNoIf set to an existing SQLite path, server uses local DB instead of HTTP. Maintainer-only.
REVIEWGURU_APINoAPI base URL – default is https://reviewguru.lkhttps://reviewguru.lk
REVIEWGURU_URLNoUsed to render business URLs in tool output – default is https://reviewguru.lkhttps://reviewguru.lk

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
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

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription
aboutHuman-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