Skip to main content
Glama
bsosik1

Sushimaster

by bsosik1

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
SUSHIMASTER_TIMEOUTNoHTTP request timeout (seconds)15
SUSHIMASTER_CACHE_TTLNoResult cache TTL in seconds600
SUSHIMASTER_PROVIDERSNoActive providers, comma-separated, e.g. wolt,glovo. Empty means all.
SUSHIMASTER_REQUEST_INTERVALNoMinimum interval between API requests (seconds)0.35

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_providersA

Returns the list of available food delivery apps.

resolve_locationA

Resolves an address (e.g. 'Warszawa, Marszałkowska 98') or 'lat,lon' to coordinates.

search_venuesA

Searches for restaurants matching the query (e.g. 'pizza').

Parameters: query - text query (e.g. "pizza", "sushi") address - an address or "lat,lon" (or provide latitude+longitude) apps - list of apps, e.g. ["wolt", "glovo"]; defaults to all free_delivery - True = free delivery only min_rating - minimum rating (0-10) limit - maximum number of results (per provider when querying)

search_itemsA

Searches for dishes matching the query (e.g. 'pizza margherita').

Parameters: query - text query address - an address or "lat,lon" (or provide latitude+longitude) max_price_cents - maximum price in cents (e.g. 5000 = 50 PLN) min_rating - minimum restaurant rating (0-10) free_delivery - True = restaurants with free delivery only sort - "price" | "price_desc" | "rating" apps - list of apps limit - maximum number of results

get_venue_menuA

Fetches a restaurant menu.

Parameters: provider - app ("wolt" or "glovo") venue_id - restaurant identifier from search_venues results address - an address or "lat,lon" (or provide latitude+longitude)

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

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/bsosik1/sushimaster-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server