Read-only catalog of gift cards, service top-ups and travel eSIMs sold by KodShop.
Inferido de los transportes que declara este listado (streamable-http). Que un cliente no aparezca aquí no significa que se haya descartado: simplemente Forge no puede confirmarlo.
La verificación confirma la identidad del publicador (la propiedad del repo), no la seguridad del código. El análisis de seguridad cubre los CVE conocidos y los scripts de instalación sospechosos.
Leído de un handshake MCP real initialize → tools/list contra el endpoint declarado. No se invocó ninguna herramienta: tools/list es la llamada de introspección de solo lectura que el protocolo define para esto. Refleja lo que el servidor anunciaba en ese momento; un endpoint alojado no está fijado a ninguna versión y puede cambiar sin avisar.
https://kodshop.cloud/mcp3 herramientas · 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.
| Parámetro | Tipo | Descripción |
|---|---|---|
| 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.
| Parámetro | Tipo | Descripción |
|---|---|---|
| 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…
| Parámetro | Tipo | Descripción |
|---|---|---|
| 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 de 3 herramientas publicaron una descripción.
Los nombres y descripciones de las herramientas los escribe el publicador y se muestran literalmente como texto inerte. Son las cadenas que un cliente MCP pasa al modelo, así que Forge las analiza en busca de patrones de inyección de prompts — cualquier hallazgo aparece junto al análisis de seguridad de arriba. «Privilegiada» es una coincidencia de palabra clave en el nombre de la herramienta, no una auditoría de lo que hace: un nombre inofensivo puede hacer cualquier cosa.
Read-only catalog of gift cards, service top-ups and travel eSIMs sold by KodShop.
Los nombres enlazados abren el índice de Forge con todas las entradas que se observó que exponen esa herramienta. Ver todas las herramientas indexadas.
Esta entrada no publica ningún paquete de npm, así que Forge no tiene un árbol de dependencias para ella. Es una carencia de cobertura, no una afirmación de que no tenga dependencias.