eCommerce
barankilic.online
Enables product search, details, store info, and order creation for an e-commerce store.
ENDPOINT 1
https://barankilic.online/api/public/v1/testt/mcp
MCP server metadata
- Name
- iworkfly-store
- Version
- 1.0.0
Bu bir e-ticaret mağazasıdır. search_products ile ürün arayın, get_product ile ayrıntı ve varyantları görün, get_store_info ile kargo/ödeme/para birimini öğrenin, create_order ile misafir siparişi oluşturun (yasal onay: consent=true zorunlu), get_order_status ile durumu sorgulayın.
Known tools 6
get_productTek bir ürünün ayrıntısını ve aktif varyantlarını (renk/beden/fiyat/stok) getirir.
Inferred read-onlyget_store_infoMağaza adı, para birimi, kargo ücreti/ücretsiz-kargo eşiği, ödeme yöntemleri ve politikaları döndürür.
Inferred read-onlyget_order_statusSipariş durumunu ve özetini public sipariş token'ı ile getirir (create_order yanıtındaki public_token).
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.iworkfly-store]
url = "https://barankilic.online/api/public/v1/testt/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"iworkfly-store": {
"type": "http",
"url": "https://barankilic.online/api/public/v1/testt/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: iworkfly-store
Remote MCP URL: https://barankilic.online/api/public/v1/testt/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"iworkfly-store": {
"url": "https://barankilic.online/api/public/v1/testt/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"iworkfly-store": {
"type": "http",
"url": "https://barankilic.online/api/public/v1/testt/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "iworkfly-store",
"transport": "streamable-http",
"url": "https://barankilic.online/api/public/v1/testt/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for barankilic.online was fetched 2026-07-29T23:35:14.562Z and is being refreshed.
This domain appears to have previously been parked, so its current status is new or unverified.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.