Skip to main content
Glama
seasayDev

makiti-mcp

by seasayDev

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
HOUND_URLNoThe URL of the Hound MCP serverhttp://localhost:8001

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
product_searchB

Search for products across the web using shopping-focused queries. Returns product names, prices, retailers, and relevant links.

find_best_priceA

Scrape Canadian retailer search pages directly (amazon.ca, walmart.ca, etc.) to find the actual lowest price for a product. More accurate than product_search because it reads live retailer pages. Best Buy Canada blocks automated access.

product_compareA

Compare two products side-by-side: specs, prices, pros/cons, and verdict.

find_dealsB

Hunt for active deals, promo codes, and discounts for a product or category.

price_historyB

Track or estimate price history for a product to determine if current price is a good deal.

makiti_guideB

Get guidance on how to use Makiti tools effectively for shopping decisions.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.6/5.0

Scored across 6 tools

Disambiguation4/5

The tools cover distinct shopping functions: broad search, price comparison, deal hunting, price history, and product comparison. product_search and find_best_price both provide pricing but are differentiated by scope and accuracy; descriptions make this clear. Overall, minimal confusion.

Naming Consistency3/5

Names use a mix of noun-verb (product_compare, product_search), verb-noun (find_best_price, find_deals), and noun-noun (price_history, makiti_guide) patterns. While all use snake_case, the inconsistent verb placement makes the naming less predictable.

Tool Count5/5

Six tools is an appropriate size for a shopping assistant, covering core workflows without being overwhelming. Each tool has a defined role.

Completeness5/5

The tool set covers search, price comparison, price history, and deals, which are the main shopping decision processes. A guide tool adds helpful meta-navigation. No significant gaps are apparent.

Maintenance

ActivitySlowing
ResponsivenessNo issues