{"name":"fi.okunkoneosa/okun-koneosa","slug":"okunkoneosa-okun-koneosa","title":null,"description":"Finnish industrial supplies store. Read-only MCP: catalog search, product details, cart, policies.","url":"https://mcp.market/server/okunkoneosa-okun-koneosa","rating":null,"grade":"C","score":60,"certified":false,"status":"active","category":"ecommerce","tags":["ecommerce","search"],"presence":{"score":8,"stars":null,"forks":null,"downloads_week":null,"last_push_at":null,"license":null},"uptime":{"percent":100,"checks":20,"ok":20,"last_checked_at":"2026-09-24T07:10:58.852Z","last_ok_at":"2026-09-24T07:10:58.852Z","latency_ms":223},"claimed":false,"transport":"remote","callable_via_gateway":true,"default_price_micros":0,"repository":null,"website":"https://okunkoneosa.fi/sivu/ai-agentit","version":"1.2.0","remotes":[{"type":"streamable-http","url":"https://okunkoneosa.fi/mcp"}],"packages":[],"tools":[{"name":"create_cart_link","description":"Build a link that puts the given products into the customer's cart.\n\nThis tool writes nothing. It returns a URL; the products are added only\nwhen the customer opens that URL in their own browser. Give the URL to the\ncustomer and let them click it.\n\nArgs:\n    items: 1-20 rows of {\"product_id\": int >= 1, \"quantity\": int 1-50}.\n        Unknown fields are rejected. Repeated product_ids are merged into\n        one row and their quantities summed.\n    checkout: If True, opening the link takes the customer straight to\n        checkout; if False (default) it opens the cart review page.\n\nReturns:\n    JSON with cart_url, the normalised items, item_count, total_quantity,\n    the echoed checkout flag and a short note to show the customer.\n\nErrors (isError=true, body {\"error\": {...}}):\n    - products_not_found: one or more product_ids do not exist or are not\n      published. The message lists the offending ids.\n    - shop_api_unavailable: the shop could not be reached; retryable.\n\nNotes:\n    - The link SETS the quantities, it does not add to what is already in\n      the cart. Opening the same link twice gives the same result as\n      opening it once, so the customer can safely click it again.\n    - Stock is re-checked when the link is opened. If stock ran out in the\n      meantime, the quantity is reduced or the row skipped — the link can\n      never oversell.\n    - Checkout requires a customer account, so the customer may be asked to\n      log in or register before paying.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"items":{"description":"1-20 products to put in the cart","items":{"description":"One cart row. Unknown fields are rejected.","properties":{"product_id":{"description":"Product ID from search_catalog","minimum":1,"type":"integer"},"quantity":{"default":1,"description":"1-50","maximum":50,"minimum":1,"type":"integer"}},"required":["product_id"],"type":"object","additionalProperties":false},"maxItems":20,"minItems":1,"type":"array"},"checkout":{"default":false,"description":"If True, the link goes straight to checkout; otherwise (default) to the cart review page","type":"boolean"}},"required":["items"],"additionalProperties":false}},{"name":"get_product_details","description":"Get full details and current stock for one Okun Koneosa product.\n\nArgs:\n    product_id: The numeric product id returned by search_catalog.\n\nReturns:\n    JSON with the full product record: id, name, name_raw, sku, ean, brand,\n    category, full description (not truncated), price_gross, price_net,\n    vat_percent, currency, unit, weight_kg, product_url, image_url, plus a\n    freshly checked in_stock / stock_quantity.\n\nNotes:\n    - Stock is read at call time from a separate availability endpoint, so\n      it is more current than the value returned by search_catalog.\n    - Returns {\"error\": \"product_not_found\"} for unknown or unpublished\n      ids. Products that are out of stock are unpublished, so a previously\n      valid id can stop resolving.\n    - To let the user buy, pass product_url, or build a cart link with\n      create_cart_link.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"product_id":{"description":"Product ID from search_catalog","minimum":1,"type":"integer"}},"required":["product_id"]}},{"name":"search_catalog","description":"Search the Okun Koneosa product catalog.\n\nOkun Koneosa Oy (okunkoneosa.fi) is a Finnish industrial supplies store in\nOutokumpu, North Karelia. Around 6500 products: bearings, belts, seals,\nhydraulics, pneumatics, fasteners, hand tools, protective equipment and\nmachine parts. Everything listed is physically in stock. Prices in EUR,\nincluding Finnish VAT 25.5%. Free shipping on orders over 150 EUR.\n\nArgs:\n    query: Free-text search — matches product name, ordering number (SKU)\n        or EAN code. Leave empty to browse a category.\n    category_id: Restrict to one category. The category list is available\n        at https://okunkoneosa.fi/api/v1/categories (a plain REST endpoint,\n        not an MCP tool).\n    in_stock_only: True by default. The shop only publishes products that\n        are in stock, so this rarely changes the result.\n    sort: \"name\" (default), \"price_asc\", \"price_desc\" or \"newest\".\n    limit: Products per page, 1-50 (default 10).\n    page: Page number for paging through larger result sets.\n\nReturns:\n    JSON with:\n    - products: list of products, each with id, name, name_raw, sku, ean,\n      brand, category, price_gross (incl. VAT), price_net, currency, unit,\n      in_stock, stock_quantity, weight_kg, product_url, image_url and a\n      shortened description (description_truncated tells if it was cut).\n    - total, page, per_page, total_pages\n    - disclaimer: prices and availability are confirmed at checkout\n\nNotes:\n    - `name` is cleaned for reading; `name_raw` is the supplier's own\n      spelling, useful for exact matching against a supplier catalogue.\n    - `image_url` is null for most products — the shop is still collecting\n      product photography from suppliers. A missing image does not mean the\n      product is unavailable.\n    - Use get_product_details(id) for the full description and a fresh\n      stock check.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"query":{"default":"","description":"Free-text search term","type":"string"},"category_id":{"anyOf":[{"minimum":1,"type":"integer"},{"type":"null"}],"default":null,"description":"Category ID"},"in_stock_only":{"default":true,"type":"boolean"},"sort":{"default":"name","enum":["name","price_asc","price_desc","newest"],"type":"string"},"limit":{"default":10,"description":"1-50","maximum":50,"minimum":1,"type":"integer"},"page":{"default":1,"description":"Page number (>= 1)","minimum":1,"type":"integer"}}}},{"name":"search_shop_catalog","description":"Search the Okun Koneosa product catalog.\n\nOkun Koneosa Oy (okunkoneosa.fi) is a Finnish industrial supplies store in\nOutokumpu, North Karelia. Around 6500 products: bearings, belts, seals,\nhydraulics, pneumatics, fasteners, hand tools, protective equipment and\nmachine parts. Everything listed is physically in stock. Prices in EUR,\nincluding Finnish VAT 25.5%. Free shipping on orders over 150 EUR.\n\nArgs:\n    query: Free-text search — matches product name, ordering number (SKU)\n        or EAN code. Leave empty to browse a category.\n    category_id: Restrict to one category. The category list is available\n        at https://okunkoneosa.fi/api/v1/categories (a plain REST endpoint,\n        not an MCP tool).\n    in_stock_only: True by default. The shop only publishes products that\n        are in stock, so this rarely changes the result.\n    sort: \"name\" (default), \"price_asc\", \"price_desc\" or \"newest\".\n    limit: Products per page, 1-50 (default 10).\n    page: Page number for paging through larger result sets.\n\nReturns:\n    JSON with:\n    - products: list of products, each with id, name, name_raw, sku, ean,\n      brand, category, price_gross (incl. VAT), price_net, currency, unit,\n      in_stock, stock_quantity, weight_kg, product_url, image_url and a\n      shortened description (description_truncated tells if it was cut).\n    - total, page, per_page, total_pages\n    - disclaimer: prices and availability are confirmed at checkout\n\nNotes:\n    - `name` is cleaned for reading; `name_raw` is the supplier's own\n      spelling, useful for exact matching against a supplier catalogue.\n    - `image_url` is null for most products — the shop is still collecting\n      product photography from suppliers. A missing image does not mean the\n      product is unavailable.\n    - Use get_product_details(id) for the full description and a fresh\n      stock check.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"query":{"default":"","description":"Free-text search term","type":"string"},"category_id":{"anyOf":[{"minimum":1,"type":"integer"},{"type":"null"}],"default":null,"description":"Category ID"},"in_stock_only":{"default":true,"type":"boolean"},"sort":{"default":"name","enum":["name","price_asc","price_desc","newest"],"type":"string"},"limit":{"default":10,"description":"1-50","maximum":50,"minimum":1,"type":"integer"},"page":{"default":1,"description":"Page number (>= 1)","minimum":1,"type":"integer"}}}},{"name":"search_shop_policies_and_faqs","description":"Search Okun Koneosa's shop policies and terms.\n\nCovers delivery terms, privacy policy, terms of service, the consumer right\nof withdrawal / returns, and company information. Use this instead of\nguessing when the customer asks about delivery times, shipping costs,\nreturns, warranty or how their data is handled.\n\nArgs:\n    query: Finnish keyword, e.g. \"palautus\", \"toimitusaika\", \"takuu\",\n        \"toimituskulut\". Leave empty to list all sections.\n    limit: Maximum sections to return (1-20, default 5).\n\nReturns:\n    JSON with:\n    - sections: each with page, page_title, heading, content and url\n    - total: how many sections matched\n    - query: the term that was searched\n\nNotes:\n    - Content is split by heading, so you get the relevant paragraph rather\n      than a whole page. Always cite the `url` so the customer can read the\n      full terms.\n    - These are the shop's own terms. They do not override Finnish consumer\n      law.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"query":{"default":"","description":"What to look for, e.g. 'palautus', 'toimitusaika'","type":"string"},"limit":{"default":5,"description":"Max sections (1-20)","maximum":20,"minimum":1,"type":"integer"}}}}],"scan":{"score":60,"grade":"C","scanned_at":"2026-09-24T05:05:48.965Z","report":{"scannerVersion":"0.1.9","scannedAt":"2026-09-24T05:05:48.912Z","components":{"code":{"score":-1,"max":25,"notes":["remote-only server, no package to scan"]},"reliability":{"score":20,"max":20,"notes":["remote reachable in 1773ms"]},"poisoning":{"score":15,"max":15,"notes":["5 tool descriptions checked"]},"auth":{"score":3,"max":15,"notes":["open endpoint exposes 1 write-action tools with no auth"]},"maintenance":{"score":3,"max":15,"notes":["no repository listed"]},"identity":{"score":4,"max":10,"notes":["verified namespace with website, no repo"]}},"findings":[{"id":"auth.open-write","severity":"high","component":"auth","title":"Write-action tools reachable without authentication"},{"id":"maint.no-repo","severity":"low","component":"maintenance","title":"No source repository listed"}],"inputs":{"probes":[{"url":"https://okunkoneosa.fi/mcp","reachable":true,"authRequired":false,"latencyMs":1773,"serverInfo":{"name":"Okun Koneosa","version":"2.14.7"}}],"packages":[],"repo":{"found":false},"icon":{"url":"https://okunkoneosa.fi/static/img/apple-touch-icon.png?v=3","source":"site","width":180,"height":180},"presence":{"stars":null,"forks":null,"downloadsWeek":null,"license":null,"lastPushAt":null,"score":8}}}},"grade_history":[],"reviews":[]}