Read-only catalog of gift cards, service top-ups and travel eSIMs sold by KodShop.
Déduit des transports déclarés par cette annonce (streamable-http). Un client absent de cette liste n’est pas écarté pour autant — c’est simplement quelque chose que Forge ne peut pas confirmer.
La vérification confirme l’identité de l’éditeur (la propriété du dépôt), pas la sûreté du code. L’analyse de sécurité couvre les CVE connues et les scripts d’installation suspects.
Lu depuis un véritable échange MCP initialize → tools/list contre l’endpoint déclaré. Aucun outil n’a été invoqué — tools/list est l’appel d’introspection en lecture seule que le protocole prévoit pour cela. Cela reflète ce que le serveur annonçait à cet instant ; un endpoint hébergé n’est figé sur aucune version et peut changer sans préavis.
https://kodshop.cloud/mcp3 outils · 890 mssearch_catalogSearch the store catalog of gift cards, service top-ups and eSIM data plans. Returns matching products with their price, availability and product page URL.Search the store catalog of gift cards, service top-ups and eSIM data plans. Returns matching products with their price, availability and product page URL.
| Paramètre | Type | Description |
|---|---|---|
| country | string | ISO-3166-1 alpha-2 country code the product is issued for, e.g. US, TR. |
| limit | integer | Max products to return (default 10, max 50). |
| query | string | Free text matched against product name and brand, e.g. "steam" or "playstation". |
| type | string | voucher = gift card, recharge_fixed / recharge = top-up, e_sim = eSIM data plan. |
get_productGet one catalog product by id: available denominations with prices, required order inputs, and any countries where the code cannot be redeemed.Get one catalog product by id: available denominations with prices, required order inputs, and any countries where the code cannot be redeemed.
| Paramètre | Type | Description |
|---|---|---|
| id* | integer | Product id from search_catalog. |
buy_productBuy a gift card, service top-up or travel eSIM and receive the delivery. Paid in USDC on Base (x402), no account and no browser. Call it twice: first with the order arguments to get payment requirements and an order_id (nothing is charged), then with that order_id plus the signed x402 payment paylo…Buy a gift card, service top-up or travel eSIM and receive the delivery. Paid in USDC on Base (x402), no account and no browser. Call it twice: first with the order arguments to get payment requirements and an order_id (nothing is charged), then with that order_id plus the signed x402 payment paylo…
| Paramètre | Type | Description |
|---|---|---|
| account_number | string | Only for products where get_product reported requires_account: the recipient account the top-up credits. |
| amount | number | Only for products where get_product reported requires_amount; send instead of item_id. |
| string | Delivery address. The code, eSIM profile or number is emailed here, and it is the only identity the order has. Required on the first call. | |
| item_id | integer | Denomination id from get_product items[]. |
| order_id | string | Second call only: the order_id returned by the first call. |
| payment_payload | object | Second call only: the signed x402 PaymentPayload built from the requirements the first call returned. |
| product_id | integer | Product id from search_catalog. |
| product_type | string | giftcard = voucher, topup = service recharge. eSIM data plans from search_catalog are bought as giftcard too — the value names the order shape, not the goods. |
| quantity | integer | Copies to buy. Defaults to 1 — send it only to buy several. |
3 outils sur 3 ont publié une description.
Les noms et descriptions d’outils sont écrits par l’éditeur et affichés tels quels, comme du texte inerte. Ce sont les chaînes qu’un client MCP transmet à un modèle, alors Forge y recherche des motifs d’injection de prompt — tout constat apparaît avec l’analyse de sécurité ci-dessus. « Privilégié » est une correspondance de mot-clé sur le nom de l’outil, pas un audit de ce qu’il fait : un nom anodin peut tout de même tout faire.
Read-only catalog of gift cards, service top-ups and travel eSIMs sold by KodShop.
Les noms cliquables ouvrent l’index Forge de toutes les entrées observées exposant cet outil. Parcourir tous les outils indexés.
Cette entrée ne publie aucun paquet npm : Forge n'a donc pas d'arbre de dépendances pour elle. C'est une lacune de couverture — pas une affirmation qu'elle n'a aucune dépendance.