Skip to main content
Glama
aigile-era

Market Fiyatı MCP Server

by aigile-era

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
PORTNoPort for the server3000
NODE_ENVNoNode environmentdevelopment
GEMINI_API_KEYYesGoogle Gemini AI API Key
MARKET_API_BASE_URLNoBase URL for Market Fiyatı APIhttps://api.marketfiyati.org.tr/api/v2

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
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
search_productsD

Ürün arama işlemi yapar

search_by_idC

Ürün ID'si ile arama yapar

compare_pricesC

Ürün fiyatlarını karşılaştırır

find_cheapestC

En ucuz ürünleri bulur

filter_by_marketC

Belirli markete göre ürünleri filtreler

get_ai_recommendationsC

AI destekli ürün önerileri alır

analyze_pricesC

Fiyat analizi yapar ve AI önerisi verir

generate_shopping_listC

AI destekli alışveriş listesi oluşturur

compare_marketsC

Marketleri karşılaştırır ve AI analizi verir

chatC

AI ile genel sohbet

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

C2.5/5.0

Scored across 10 tools

Disambiguation2/5

Several tools have overlapping functionality, particularly around AI recommendations (get_ai_recommendations, analyze_prices, compare_markets) and price comparison (compare_prices, find_cheapest, analyze_prices). While search tools are distinct, the boundaries between analysis tools are unclear.

Naming Consistency4/5

Most tools follow a verb_noun snake_case pattern (search_products, compare_prices, filter_by_market). Minor deviations include 'chat' (verb only) and 'find_cheapest' (verb + adjective), but overall the convention is consistent.

Tool Count4/5

10 tools is appropriate for a market price comparison server, though there is some redundancy in the AI-related tools. The count is within a reasonable range and each tool has a stated purpose.

Completeness4/5

The server covers search, price comparison, filtering, and AI-driven analysis. It lacks explicit product detail retrieval beyond search_by_id and has no price history or alert features, but the core workflows for price comparison are present.

Maintenance

ActivityInactive
ResponsivenessNo issues