SuperMCP
Server Details
Israeli online supermarket pricing: the cheapest delivered basket for a shopping list and address.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
- Repository
- nitaiaharoni1/super-mcp
- GitHub Stars
- 1
- Server Listing
- super-mcp
Glama MCP Gateway
Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.
Full call logging
Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.
Tool access control
Enable or disable individual tools per connector, so you decide what your agents can and cannot do.
Managed credentials
Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.
Usage analytics
See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.
Tool Definition Quality
Average 4.5/5 across 6 of 6 tools scored.
Each tool targets a distinct resource or action: product search/detail, promotions, delivery options overview vs. per-store terms, and basket optimization. Some overlap exists between list_delivery_options and get_delivery_terms, but the descriptions explicitly direct when to use each.
All tools follow a consistent verb_noun pattern with underscores (get_, list_, search_, optimize_), making the action and target predictable. No mixed styles or vague verbs.
Six tools is well-scoped for a delivery optimization domain; each tool covers a distinct need without redundancy or bloat.
The set covers the full workflow: search and disambiguate products, price a full basket with delivery fees, explain promotions and delivery terms, and list delivery options. No obvious dead ends or missing operations.
Available Tools
6 toolsget_delivery_termsGet one storefront's delivery termsARead-onlyInspect
The full published terms for a single online storefront: every fee band over basket size, the minimum order, the service area, and where each figure came from. Use to explain a deliveryFee an optimize_delivery plan reported, or to answer 'what do I need to spend for free delivery?'. Take the slug from a plan's serviceSlug.
| Name | Required | Description | Default |
|---|---|---|---|
| service_slug | Yes | Storefront slug, e.g. 'shufersal-online' — from a plan's serviceSlug. |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint=true, and the description adds useful behavioral context by detailing the return contents and provenance of the data. This goes beyond the annotations without contradicting them, giving the agent a clear picture of what to expect from a read-only operation.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is concise: three sentences with the core purpose first, followed by usage context and parameter sourcing. Every sentence adds value and there is no redundant filler.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a simple one-parameter read-only tool with no output schema, the description is remarkably complete: it specifies the exact data returned (fee bands, min order, service area, provenance), the use cases, and how to obtain the required parameter. It fully compensates for the absence of an output schema.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The schema already has 100% coverage for the single parameter service_slug, but the description adds crucial guidance by instructing the agent to take the slug from a plan's serviceSlug, which is not present in the schema. This adds practical meaning beyond the structured definition.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool retrieves the full published delivery terms for a single storefront, enumerating the specific contents (fee bands, minimum order, service area, provenance). It also distinguishes itself by tying to a specific use case with optimize_delivery and explaining deliveryFee, differentiating from sibling tools like list_delivery_options or get_product.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description explicitly says when to use the tool: to explain a deliveryFee from an optimize_delivery plan or answer free-delivery threshold questions. It also instructs where to get the slug (from the plan's serviceSlug). However, it doesn't explicitly mention alternatives or when not to use it, so it falls short of the top score.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
get_productGet productARead-onlyInspect
Fetch full detail for one canonical product by product_id (UUID) or GTIN barcode, including every per-chain listing (chain-specific item code, display name, and package size). Use after search_products to confirm identity, or directly when the GTIN is already known.
| Name | Required | Description | Default |
|---|---|---|---|
| gtin | No | GTIN/barcode, used only if product_id is omitted. | |
| product_id | No | Canonical product UUID. |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
The description goes beyond the readOnlyHint annotation by specifying what the return includes: 'every per-chain listing (chain-specific item code, display name, and package size).' It does not cover error behavior or edge cases, but with annotations already indicating a safe read, this is sufficient.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is two sentences, front-loaded with the primary action, and contains no filler. Every clause adds value: the what, the identifier options, the return detail, and the usage guidance.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a simple fetch-by-ID tool with only two optional parameters and no output schema, the description is complete. It states what is fetched, how to identify the product, and when to use it. The mention of per-chain listings gives a concrete sense of the response content.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is 100% and the schema already explains the role of each parameter, including that gtin is used only if product_id is omitted. The description reiterates the two identifiers but adds no substantial meaning beyond the schema, so the baseline 3 applies.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description starts with a specific verb 'Fetch' and identifies the resource as 'full detail for one canonical product' with two distinct identifiers (product_id or GTIN). It clearly distinguishes from sibling tools like search_products, which is for searching, and get_promotions/get_delivery_terms, which target other domains.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
It explicitly names the primary use case: 'Use after search_products to confirm identity, or directly when the GTIN is already known.' This provides clear context and directs the agent to the appropriate alternative (search_products) when the product identity is not yet known.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
get_promotionsGet promotionsARead-onlyInspect
List promotions (e.g. '2 for 30₪', club-member price, second-unit discount), optionally filtered by store_id or product_id, and by active=true to only return promotions currently running. Use this to explain why an optimize_delivery line price is lower than list_price.
| Name | Required | Description | Default |
|---|---|---|---|
| city | No | City name in Hebrew or English (also accepts CBS locality codes). Restricts to promotions at stores in that city plus chain-wide promotions of chains present there. | |
| limit | No | Max promotions to return, ordered by soonest end date. Defaults to 50, max 200. | |
| active | No | If true, only currently-active promotions. Defaults to true. | |
| store_id | No | Filter to promotions at this store. | |
| product_id | No | Filter to promotions covering this canonical product. |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint=true and openWorldHint=true, lowering the bar. The description adds useful context about promotion types and the active filter but does not disclose any additional behavioral traits (e.g., pagination, cost, or specific side effects). It adds value beyond annotations but not richly.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Two sentences, zero filler. The first sentence leads with the action and gives examples, the second provides a specific use case. Every clause earns its place.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a list tool with no output schema, the description covers purpose, filters, and a usage scenario. It might benefit from specifying the response format, but the combination of annotations, schema, and description is largely complete for the task.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is 100%, so the baseline is 3. The description mentions store_id, product_id, and active, but these are already fully described in the schema. It does not add new parameter meaning beyond what the schema provides.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description uses a specific verb ('List') and noun ('promotions'), provides concrete examples, and notes the optional filters (store_id, product_id, active). It clearly distinguishes the tool from siblings by focusing on promotions and even ties to optimize_delivery pricing, making the tool's role unambiguous.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description explicitly states when to use the tool: 'Use this to explain why an optimize_delivery line price is lower than list_price.' It gives a clear, actionable use case. However, it does not explicitly mention alternatives or when not to use the tool, though the sibling context provides some implicit differentiation.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
list_delivery_optionsList storefronts that deliver hereARead-onlyInspect
Which Israeli online supermarkets deliver to an address, with each one's delivery fee, minimum order, free-delivery threshold and whether it offers click-and-collect — without pricing a basket. Use for 'who delivers to me?'. For 'what will my shopping cost delivered?', use optimize_delivery instead. Every entry carries deliveryTerms.confidence and verifiedAt; quote a fee only when it is verified or reported, and say the fee is unknown otherwise.
| Name | Required | Description | Default |
|---|---|---|---|
| city | No | City name in Hebrew or English. Enough for chains that publish a settlement list, not enough for a storefront whose area is a polygon or a depot radius. | |
| near | No | 'lat,lng' string, e.g. '32.078,34.774'. Do not combine with address. | |
| chain | No | Chain id (the chain's legal barcode id) to filter by. | |
| address | No | Delivery address in Israel, free text, e.g. 'מנדלסון 1, תל אביב'. Preferred: some storefronts publish a service area that only a street address can be tested against. | |
| include_unavailable | No | Also return storefronts that do NOT serve this address, each with a reason. Useful for explaining why a well-known chain is missing. |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint and openWorldHint. The description adds valuable context about data provenance and reliability: each entry carries deliveryTerms.confidence and verifiedAt, and instructs to quote a fee only when verified/reported, otherwise say unknown. This goes beyond annotations, though it doesn't cover all behaviors (e.g., pagination), the read-only nature is already clear.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is three sentences: the first states the core function and output scope, the second gives usage guidance with an explicit alternative sibling, and the third explains data confidence handling. It is front-loaded, concise, and every sentence earns its place.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
No output schema exists, but the description mentions key entry fields (deliveryTerms.confidence, verifiedAt) and behavior. With 5 optional parameters and no required ones, the description gives enough context for an agent to invoke correctly and interpret results, though a more formal return structure would be helpful.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema covers 100% of parameters with descriptions, so baseline is 3. The description adds extra nuance: city is sufficient for chains with settlement lists but not for polygon or depot-radius areas, and near must not be combined with address. This provides guidance beyond the schema.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description uses a specific verb 'list' with a clear resource: Israeli online supermarkets delivering to an address, and enumerates the output fields (fee, minimum order, free-delivery threshold, click-and-collect). It explicitly distinguishes from sibling optimize_delivery by noting 'without pricing a basket' and directing users to optimize_delivery for shopping cost.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description explicitly states when to use: 'Use for who delivers to me?' and when not to: 'For what will my shopping cost delivered?, use optimize_delivery instead.' It also provides guidance on handling fees based on confidence and verifiedAt, which helps an agent present results appropriately.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
optimize_deliveryPrice a shopping list for deliveryARead-onlyInspect
Price a whole shopping list at every Israeli online supermarket that delivers to an address, and rank them on what the order actually costs: items + delivery fee + service fee. Call this ONCE with the full list — never price lines separately. This is SuperMCP's shopping-list tool for online supermarket delivery. THE HEADLINE FIGURE IS deliveredTotal, not the item subtotal: a ₪35.90 delivery fee outweighs most price differences between chains. But RANK on deliveredComparableTotal, never on deliveredTotal: totalScope is priced_lines_only, so a storefront that stocks four of your twelve items reports a small deliveredTotal precisely because it cannot fill the basket. Check pricedLines against requestedLines and say when the coverage is partial. Read deliveryTerms.confidence before quoting: 'verified' was read from the retailer's own binding terms, 'reported' from a cited secondary source, 'unknown' means no fee is established and the ranking used an assumption (assumedDeliveryFee) that must not be repeated as a price. deliveryFeeIsFloor=true means the fee is a published lower bound, so quote it as 'from ₪X' and treat deliveredTotal as a minimum. meetsMinimum=false means the order cannot be placed as it stands; report amountToMinimum, the top-up needed. Those plans are still listed, after the orderable ones, so present them as options that need topping up rather than hiding them. Rank on cheapestDelivered only if the shopper will happily order twice: it prices missing lines at a market reference. bestSingleOrder is the fullest basket obtainable in one order. Both, and bestVerifiedTerms, carry totals only: find the storefront in plans by serviceSlug for its priced lines. When nextFeeBreak.worthTopUp is true, spending a little more makes the order cheaper overall — say so. Storefronts that do not serve the address come back in unavailableStores with a reason. By default only the recommended storefronts carry a lines breakdown; every other plan reports its totals and pricedLines with lines: []. That is not a gap — re-call with response_detail=standard only if you must compare the same item's price across chains.
| Name | Required | Description | Default |
|---|---|---|---|
| city | No | City name in Hebrew or English. Enough for chains that publish a settlement list, not enough for a storefront whose area is a polygon or a depot radius. | |
| near | No | 'lat,lng' string, e.g. '32.078,34.774'. Do not combine with address. | |
| items | No | The shopping list. Required unless resuming with a continuation. | |
| address | No | Delivery address in Israel, free text, e.g. 'מנדלסון 1, תל אביב'. Preferred: some storefronts publish a service area that only a street address can be tested against. | |
| answers | No | One answer per question from the needs_confirmation reply. | |
| slot_type | No | standard (default) is delivery to the door. pickup is click-and-collect, which is cheaper at chains that offer it but means the shopper travels. | |
| preference | No | cheapest takes the lowest delivered total outright; balanced (default) prefers a storefront whose delivery terms we verified when the money is close. | |
| memberships | No | Membership or card the shopper holds that unlocks a cheaper rate, e.g. ['credit_card'] for a Rami Levy card. Without it the public rate is quoted. | |
| continuation | No | Opaque token from a needs_confirmation reply. Send with answers and nothing else. | |
| include_club | No | Apply loyalty-club item prices. Default true; they are flagged clubOnly. | |
| include_coupon | No | Apply coupon item prices. Default true; they are flagged couponOnly. | |
| resolution_mode | No | fast (default) makes best-effort product choices and reports them in assumptions. strict asks before choosing. | |
| response_detail | No | summary (default) returns every storefront's totals and coverage but the line-by-line breakdown only for the storefronts the recommendations name. standard adds the lines for every storefront — ask for it only when comparing the same item across chains. debug adds resolution internals. |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
The description goes well beyond the readOnlyHint and openWorldHint annotations by detailing ranking semantics (deliveredComparableTotal vs deliveredTotal), delivery fee confidence levels, fee floors, minimum-order handling, and default line-breakdown behavior. It also flags edge cases like unavailableStores and nextFeeBreak, giving the agent actionable interpretation guidance.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is richly informative but presented as one dense unbroken block, making it harder to scan. Every sentence carries meaning, but the lack of structure and overall length prevent it from being concise.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given no output schema, the description compensates by enumerating key result fields (deliveredTotal, deliveredComparableTotal, pricedLines, confidence, assumedDeliveryFee, amountToMinimum, bestSingleOrder, etc.) and explaining default and edge-case behavior. This is a comprehensive explanation for a 13-param tool.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
With 100% schema coverage, the schema already documents all 13 parameters and enum options. The description adds usage-level guidance (e.g., full list at once, response_detail re-call) but no additional parameter-specific semantics, so the baseline 3 applies.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description opens with a specific verb+resource+outcome: 'Price a whole shopping list at every Israeli online supermarket that delivers to an address.' It also explicitly distances itself from line-by-line pricing ('never price lines separately'), making its scope clear and distinct from the sibling lookup tools.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description gives explicit invocation rules: call once, never per-line, and re-call with response_detail=standard only when cross-chain comparison is needed. It frames the tool as 'SuperMCP's shopping-list tool for online supermarket delivery,' which implies scope, but it does not name sibling tools as alternatives.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
search_productsSearch productsARead-onlyInspect
Search the canonical product catalog by free text (Hebrew or English), brand, category, or exact GTIN. Also matches chain listing names. Prefer optimize_delivery with query items for shopping lists — use this only to disambiguate a low_confidence item or when browsing. Do not use this for a shopping list or after optimize_delivery has started. Use optimize_delivery directly; strict confirmation options are sufficient to resume. Returns canonical products (not per-chain detail); call get_product for listings.
| Name | Required | Description | Default |
|---|---|---|---|
| city | No | City name in Hebrew or English (also accepts CBS locality codes). Aliases resolve to one place — e.g. 'הרצליה', 'Herzliya', and '6400' are the same filter. May be combined with location as a disambiguation hint. | |
| gtin | No | Exact GTIN/barcode to look up. | |
| near | No | 'lat,lng' string, e.g. '32.078,34.774', to find stores near a point. | |
| brand | No | Filter by brand name, partial match. | |
| limit | No | Max results, default 20. | |
| query | No | Free text search, Hebrew or English, e.g. 'חלב תנובה' or 'olive oil'. | |
| category | No | Filter by internal category slug (l1 or l2), e.g. 'dairy'. | |
| location | No | Free-text neighborhood or address in Israel, e.g. 'נווה עמל, הרצליה'. Resolved to coordinates via cached Nominatim. Do not combine with near. | |
| store_id | No | Optional store UUID to prefer locally stocked products. | |
| radius_km | No | Search radius in km around the resolved point. Defaults to 10km when near or location is set. Ignored without a point. | |
| in_stock_only | No | When location is set, return only products with a local price. Default false. |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint=true and openWorldHint=true, so no contradiction. The description adds useful behavioral context beyond annotations: it 'matches chain listing names' and returns 'canonical products (not per-chain detail); call get_product for listings.' This clarifies the tool's output scope and relationship to other tools, enhancing transparency.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a bit longer than the TDQS-4.3 example but every sentence carries essential operational information. It is front-loaded with the core purpose and then provides usage boundaries and return-type clarification. No fluff, but it could be tightened slightly without losing value.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the tool's complexity (11 optional parameters, no output schema, competing sibling optimize_delivery), the description is remarkably complete. It explains what the tool returns (canonical products) and when to delegate to get_product or optimize_delivery, covering the main decision points. The annotations plus schema handle parameter details, so the description does not need to repeat them.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is 100%, so baseline is 3. The description adds a meaningful semantic beyond the schema: 'Also matches chain listing names,' which explains that the free-text query goes beyond canonical names. It also explicitly lists search dimensions (free text, brand, category, GTIN) that correspond to parameters, reinforcing their usage without duplicating schema descriptions.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool's action: 'Search the canonical product catalog by free text (Hebrew or English), brand, category, or exact GTIN.' It also distinguishes itself from siblings by noting it returns canonical products and that get_product is for listings. The verb 'search' and the specific search dimensions make the purpose unambiguous.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
Explicit guidance is provided: 'Prefer optimize_delivery with query items for shopping lists — use this only to disambiguate a low_confidence item or when browsing.' It also gives exclusions ('Do not use this for a shopping list or after optimize_delivery has started.') and names an alternative ('Use optimize_delivery directly'). This fully meets the when/when-not/alternatives criterion.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Claim this connector by publishing a /.well-known/glama.json file on your server's domain with the following structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"maintainers": [{ "email": "your-email@example.com" }]
}The email address must match the email associated with your Glama account. Once published, Glama will automatically detect and verify the file within a few minutes.
Control your server's listing on Glama, including description and metadata
Access analytics and receive server usage reports
Get monitoring and health status updates for your server
Feature your server to boost visibility and reach more users
For users:
Full audit trail – every tool call is logged with inputs and outputs for compliance and debugging
Granular tool control – enable or disable individual tools per connector to limit what your AI agents can do
Centralized credential management – store and rotate API keys and OAuth tokens in one place
Change alerts – get notified when a connector changes its schema, adds or removes tools, or updates tool definitions, so nothing breaks silently
For server owners:
Proven adoption – public usage metrics on your listing show real-world traction and build trust with prospective users
Tool-level analytics – see which tools are being used most, helping you prioritize development and documentation
Direct user feedback – users can report issues and suggest improvements through the listing, giving you a channel you would not have otherwise
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!
Related MCP Servers
- Flicense-qualityDmaintenanceEnables cross-store price comparison and recipe-driven cart automation for Israeli grocery stores Shufersal and Tiv Taam, with an extensible architecture for additional stores.Last updated
- Flicense-qualityDmaintenanceEnables searching for groceries and automatically adding items to cart through various grocery vendor APIs like Rami Levy and Keshet.Last updated3
- Alicense-qualityBmaintenanceMCP server that compares grocery basket prices across Blinkit, Zepto, BigBasket, and Amazon Now in real time, identifying the cheapest platform for the entire basket.Last updatedMIT
- AlicenseAqualityAmaintenanceEnables searching products, comparing prices, and building optimal shopping lists across major Chilean supermarkets, using your local machine to access real-time prices and loyalty deals.Last updated1421059MIT
Your Connectors
Sign in to create a connector for this server.