Skip to main content
Glama
ThiagoJacobLannes

kuantokusta-mcp

kuantokusta-mcp

MCP server for KuantoKusta.pt — Portugal's main product price comparator.

Tools

Search for products with optional filters. Returns up to 48 products per page sorted by your chosen order (default: cheapest first).

Parameters:

  • query — search keywords (e.g. "frigorifico", "iphone 15", "tv 55")

  • area — category filter (e.g. "Electrodomésticos", "Informática", "Televisores")

  • sort"cheap" (default) | "expensive" | "popular" | "alphabetical" | "newest"

  • price_min / price_max — price range in EUR (integers)

  • brands — list of brand names (e.g. ["Samsung", "LG"])

  • page — page number (default 1)

get_product

Get full details for a product URL from a search result: name, description, 45+ tech specs, and all store offers sorted by total price (product + shipping).

Related MCP server: ksp-mcp

Install

cd tools/kuantokusta-mcp
python -m pip install -e .

Add to Claude Desktop

Merge claude_desktop_config.snippet.json into your Claude Desktop claude_desktop_config.json:

{
  "mcpServers": {
    "kuantokusta": {
      "command": "python",
      "args": ["-m", "kuantokusta_mcp.server"]
    }
  }
}

Available Tools

2 tools
get_productA

Get full details and all store prices for a KuantoKusta product.

Pass the product URL from a search result. Returns the product name, description, technical specs (45+ attributes), and all store offers sorted by total price (product + shipping) — so you always see the true cheapest option, not just the lowest sticker price.

Args: url: KuantoKusta product URL from a search result, e.g. "https://www.kuantokusta.pt/p/1967884/mini-com-congelador-smeg-fa120e"

ParametersJSON Schema
NameRequiredDescriptionDefault
urlYes

Output Schema

ParametersJSON Schema
NameRequiredDescription

No output parameters

TDQS

A4.6/5.0
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Although no annotations exist, the description reveals key behaviors: returns 45+ attributes, sorts offers by total price for true cheapest option. It does not explicitly state read-only, but the nature of a 'get' is implied.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Two concise paragraphs with a bulleted args section. No redundant text; every sentence adds value.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

With an output schema present, the description doesn't need to detail return structure. It covers use case, input, and key output features, leaving no gaps.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The single 'url' parameter is fully described with a clear explanation and example URL. Schema coverage is 0%, so the description compensates completely.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool retrieves full details and store prices for a KuantoKusta product, which is distinct from the sibling 'search' tool that returns search results. The verb 'get' and resource 'product' are specific.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Explicitly instructs to pass a product URL from a search result, indicating it should be used after search. No when-not-to-use is stated, but context makes it obvious.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. 2 tool updatesv0.1.0
    • First observedget_product
    • First observedsearch

TDQS

A4.6/5.0
Disambiguation5/5

Each tool has a clearly distinct purpose: search finds products and get_product retrieves full details for a specific product URL, eliminating any ambiguity.

Naming Consistency5/5

Both tools follow a consistent verb_noun pattern: 'search' and 'get_product', making the naming predictable and clear.

Tool Count4/5

With only two tools, the server is minimal but covers the core workflow of searching and viewing product details. It is slightly under the typical range but reasonable for a focused price comparator.

Completeness4/5

The tool surface covers searching and retrieving product details, which are the primary actions. Minor gaps exist, such as no direct category browsing or comparison tools, but agents can work around these.

Maintenance

ActivityStale
ResponsivenessNo issues

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Connectors

Related MCP Servers

  • A
    license
    Not graded
    quality
    D
    maintenance
    Enables searching and browsing products on KSP.co.il, one of Israel's largest electronics and retail stores, using natural language.
    32
    5
    MIT

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/ThiagoJacobLannes/kuantokusta-mcp'

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