eCommerce
cryptorefills.com
Provides endpoints for gift card and mobile top-up purchases, including listing brands, products, currencies, and payment methods.
ENDPOINT 1
https://api.cryptorefills.com/mcp/http
Known tools 10
purchaseElicitationInteractive, stateful endpoint to guide small-footprint AI agents through a purchase flow for gift cards or mobile top-ups.
Potential side effectslistProductsForCountryList all products in a country, optionally filtering by brand, family, coin, payment method, language, or promo code
Potential side effectsgetPaymentViasWithCurrenciesFetch possible payment methods and supported currencies/networks
Potential side effectsgetProductPriceGet pricing for range-based products where customer can select face value within min/max range
Inferred read-onlysearchProductsSearch products by text query across brands and categories in a given country
Inferred read-onlyCONNECT 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.
cryptorefills.com is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.