- Home
- MCP servers
- Market Fiyatı
Market Fiyatı
- typescript
24
GitHub Stars
typescript
Language
4 months ago
First Indexed
3 weeks ago
Catalog Refreshed
Documentation & install
Readme and setup notes from the catalogue, plus a client-ready config you can copy for your MCP host.
Installation
Add the following to your MCP client configuration file.
Configuration
View docs{
"mcpServers": {
"enescinr-market-fiyatlari-mcp-server": {
"command": "npx",
"args": [
"-y",
"@enescinar/market-fiyati-mcp"
]
}
}
}You have a Market Fiyatı MCP Server that integrates with the Market Fiyatı API to enable AI systems to search products and compare prices across Turkish markets. It exposes product search and price comparison data through MCP sources and tools, making it easy for MCP clients to query market information in a structured, scalable way.
How to use
Use this MCP server with an MCP client to search for products by name or keyword, fetch product details by ID, and compare prices across different markets. You can query from your AI workflows using the provided MCP sources and tools to retrieve product information and price data in a consistent format.
Practical usage patterns include performing a product search to discover items, retrieving a product by its identity, and invoking price comparison to surface pricing across markets. You can then route the results into your prompts, analyses, or decision-making steps within your AI pipeline.
How to install
Prerequisites you need before installing: Node.js and npm installed on your machine.
Install dependencies, build, and start the server with the following commands.
npm install
# TypeScript assets and project build
npm run build
# Start the MCP server
npm start
Claude Desktop configuration
{
"mcpServers": {
"marketfiyati": {
"command": "npx",
"args": ["-y @enescinar/market-fiyati-mcp"]
}
}
}
Available tools
search_products
Search for products by name or keyword using the Market Fiyatı MCP server to retrieve matching items.
get_product_by_id
Fetch a product by its ID to obtain detailed information about a specific item.
compare_prices
Compare prices of a product across different markets to identify the best available deals.