Read-only catalog of gift cards, service top-ups and travel eSIMs sold by BlinkCodes.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
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.
| Interface | Endpoint | Spec |
|---|---|---|
| MCP (catalog + buy) | https://blinkcodes.com/mcp | Streamable HTTP, protocol 2025-06-18 |
| A2A | https://blinkcodes.com/a2a | JSON-RPC, protocol 0.3 |
| x402 (pay per call) | https://blinkcodes.com/api/v1/buy | x402 v2 (v1 on request), USDC on Base |
| OpenAPI | https://blinkcodes.com/openapi.json | includes x-payment-info (MPP) |
| Plain-language docs for agents | https://blinkcodes.com/llms.txt |
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.
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:
| Tool | Purpose |
|---|---|
search_catalog | Search gift cards, top-ups and eSIM plans. Returns price, availability and product URL. |
get_product | One product by id: denominations with prices, required order inputs, countries where the code cannot be redeemed. |
buy_product | Buy and receive the delivery. Two calls: arguments in β x402 payment requirements out; signed payload in β the code out. |
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:
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:
Prefer the direct URL above wherever your client speaks remote MCP β the bridge adds a hop and buys nothing.
Payment is USDC on Base over x402. One endpoint, two passes:
POST /api/v1/buy with the order body β 402 carrying payment requirements
priced for that exact item, plus an order block (id, access token, status URL).PAYMENT-SIGNATURE header β 200 with the
code, or 202 + status_url if fulfilment outlives the sync window.eip155:8453, asset 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 (USDC).X-PAYMENT, or ask for a v1 quote with
X-PAYMENT-VERSION: 1.GET /api/v1 describes the rail for free./api/v1/buy with nothing named answers 402 quoting the rail's
floor and creates no order β that is the probe form, safe for crawlers.Worked example: examples/x402-buy.mjs. Rails, floors and
payable coin pairs: GET /api/public/payment-methods.
Agent card at /.well-known/agent-card.json,
JSON-RPC message/send at https://blinkcodes.com/a2a. Skills are the two catalog
tools plus buy_product, which over this transport carries the
a2a-x402 payments extension
(https://github.com/google-a2a/a2a-x402/v0.1, declared required: false because
the catalog skills are free).
Quote β Task in input-required with x402.payment.required; pay β same
taskId with x402.payment.payload β Task completed plus the delivery as an
artifact. See examples/a2a.sh.
Store, prices and terms: https://blinkcodes.com. Support: support@blinkcodes.com.
MIT β applies to the documentation and examples in this repository. The service itself is governed by the terms published on the site.
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/blinkcodes-catalog-2)<a href="https://allmcps.com/mcp/blinkcodes-catalog-2"><img src="https://allmcps.com/api/badge/blinkcodes-catalog-2?style=directory" alt="BlinkCodes catalog on AllMCPs" /></a>