← Registry

eCommerce

cryptorefills.com

Provides endpoints for gift card and mobile top-up purchases, including listing brands, products, currencies, and payment methods.

1 endpoint10 known toolsFirst detected June 26, 2026Last detected June 26, 2026

ENDPOINT 1

https://api.cryptorefills.com/mcp/http

No auth detected

Known tools 10

purchaseElicitation

Interactive, stateful endpoint to guide small-footprint AI agents through a purchase flow for gift cards or mobile top-ups.

Potential side effects
getCurrencies

Fetch supported crypto currencies

Inferred read-only
listBrands

Fetch available gift-card and mobile top-ups brands for a given country

Inferred read-only
listProductsForCountry

List all products in a country, optionally filtering by brand, family, coin, payment method, language, or promo code

Potential side effects
getPaymentViasWithCurrencies

Fetch possible payment methods and supported currencies/networks

Potential side effects
getProductPrice

Get pricing for range-based products where customer can select face value within min/max range

Inferred read-only
validateOrder

Validate a potential order against minimum amount and business rules

Inferred read-only
createOrder

Submit a new order with selected products and payment method

Potential side effects
getOrderStatus

Retrieve the status and details of a submitted order

Inferred read-only
searchProducts

Search products by text query across brands and categories in a given country

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.cryptorefills-com]
url = "https://api.cryptorefills.com/mcp/http"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "cryptorefills-com": {
      "type": "http",
      "url": "https://api.cryptorefills.com/mcp/http"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: cryptorefills-com
Remote MCP URL: https://api.cryptorefills.com/mcp/http

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "cryptorefills-com": {
      "url": "https://api.cryptorefills.com/mcp/http"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "cryptorefills-com": {
      "type": "http",
      "url": "https://api.cryptorefills.com/mcp/http"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "cryptorefills-com",
  "transport": "streamable-http",
  "url": "https://api.cryptorefills.com/mcp/http"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for cryptorefills.com was fetched 2026-08-03T15:28:27.332Z and is being refreshed.

Trust status Trusted

cryptorefills.com is assessed as Trusted: Domain has an established technology history spanning over a year.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.