
BlinkCodes catalog MCP server
Read-only catalog of gift cards, service top-ups and travel eSIMs sold by BlinkCodes.
0 stars
Reviews
Write oneNobody has reviewed BlinkCodes catalog yet.
If you have run it, two minutes of your experience saves the next person an afternoon.
BlinkCodes catalog tools (3, 1 write)
write = sends, deletes, buys or postsbuy_productwrite actionFreeBuy 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 payload to settle and receive the code.
get_productFreeGet one catalog product by id: available denominations with prices, required order inputs, and any countries where the code cannot be redeemed.
search_catalogFreeSearch the store catalog of gift cards, service top-ups and eSIM data plans. Returns matching products with their price, availability and product page URL.
Public scan report
scanner v0.1.9 · 2026-09-23 · same rubric, same numbers if you re-run it
- –Code scanremote-only server, no package to scann/a
- Live reliabilityremote reachable in 1731ms20/20
- Tool poisoning3 tool descriptions checked15/15
- Auth qualityopen endpoint exposes 1 write-action tools with no auth3/15
- Maintenancelast push 29 days ago15/15
- Maintainer identitynamespace and repository owner differ; GitHub account older than a year; website matches verified namespace7/10
Findings (1)
- highWrite-action tools reachable without authentication
auth.open-write
What the publisher says
From the BlinkCodes catalog repository's README, as published. We do not edit it. Read it on GitHub
BlinkCodes agent interfaces
Machine-readable interfaces for blinkcodes.com — a store selling gift card codes, service top-ups and travel eSIMs, with delivery by email in seconds.
Everything here is a remote, hosted service. There is nothing to install and no server to run: point your client at the URLs below. This repository exists to document those endpoints, pin their schemas, and give working examples.
Discovery documents: /.well-known/agent-card.json, /.well-known/mcp/server-card.json, /.well-known/api-catalog, /.well-known/agent-skills/index.json, /.well-known/acp.json, /.well-known/ucp.
MCP server
Published to the Official MCP Registry as com.blinkcodes/catalog (server.json).
Three tools. The two catalog tools are read-only and free — no key, no account, no payment. The third takes money, and only over x402:
buy_product runs the same rail as POST /api/v1/buy below — verify, reserve, settle, fulfil, in that order — so an agent that found the store through MCP never has to change protocol to complete the purchase. Nothing is charged by the first call, and no wallet is needed to use the other two tools.
Add it to a client that speaks remote MCP:
{
"mcpServers": {
"blinkcodes": {
"type": "http",
"url": "https://blinkcodes.com/mcp"
}
}
}Full tool schemas and a curl transcript: docs/mcp.md.
A stdio-only client can use the bridge in Dockerfile, which proxies to the same hosted endpoint:
docker build -t blinkcodes-mcp . && docker run -i --rm blinkcodes-mcpPrefer the direct URL above wherever your client speaks remote MCP — the bridge adds a hop and buys nothing.
Buying, for agents
Payment is USDC on Base over x402. One endpoint, two passes:
priced for that exact item, plus an order block (id, access token, status URL).
- POST /api/v1/buy with the order body → 402 carrying payment requirements
code, or 202 + status_url if fulfilment outlives the sync window.
- The identical request with a PAYMENT-SIGNATURE header → 200 with the
// the body, in both passes
{
"email": "buyer@example.com",
"product_type": "giftcard", // giftcard | topup | esim | phone_rental
"product_id": 187,
"item_id": 1195,
"quantity": 1
}Shortened. The full README is on GitHub.
Nothing above is checked by us. What we check is on the safety report.
Install directly
claude mcp add --transport http catalog https://blinkcodes.com/mcp
BlinkCodes catalog: common questions
- Is BlinkCodes catalog MCP server safe?
- Mostly: it is graded B (80/100). Read the BlinkCodes catalog safety report
- How do I install BlinkCodes catalog?
- It runs remotely at blinkcodes.com. Add it to Claude Code, Claude Desktop or Cursor with the snippets above, or call it through the mcp.market gateway without installing anything.
- Does BlinkCodes catalog need an API key?
- Not as far as the registry entry and our scan can tell: no credentials are declared or required.
- Is BlinkCodes catalog maintained?
- The last commit was 30 days ago (2026-08-25). The latest release is v0.1.1.
- Is BlinkCodes catalog up?
- 100% of our last 20 checks got an answer. We check remote servers about four times a day.
- What can I use instead of BlinkCodes catalog?
- Servers from other publishers that do the same job: Hungry eSIM MCP server, Esim MCP server and Argon MCP server. Compare all BlinkCodes catalog alternatives.
Alternatives to BlinkCodes catalog
Same job from other publishers: the closest match first, then the best rated.
- Hungry eSIMTravel eSIMs: unlimited data, pick your days, top up existing eSIMs, card checkout, no API key.not reviewedNewB
- EsimCompare travel eSIM plans by country, and regional vs local pricing for multi-country trips.not reviewedNewB
- ArgonVersioned MongoDB sandboxes for AI agents: branch, time-travel, merge, and undo over MCP.not reviewedEstablishedB
- TripsHand someone a complete trip as a private, editable map link. No account, no API key, no card.not reviewedGrowingA
travel.artArt-tourism data for AI agents: biennales, art fairs, museums, layover itineraries with 2026 facts.not reviewedGrowingA